Skip to main content

Hi,

 

I have a static drop down in one of my views (no data source).

Now, i want one of the values in that drop down to be displayed only when a control is selected on the view.

 

Is it possible to set this through rules?

 

Thanks

It is possible to do through a SmartObject data source by using the "Populate a list control with data" rule, but it doesn't seem to work if your data source is static.


You can do that by creating a rule on the control, say When Button is Clicked, and add "then transfer data" to it.  On the configuration, make sure you passing the value, not the display name on the list.


Reply