Static Value in Dropdown (K2 Smartform)


Badge +1

I want to populate values in dropdown using expression. Is it possible?

 

Also In static value option how to specify Display value and value. ( I want to display 2014 Projections and value should be passed as 2014). I dont see such option while specifying the static value.


2 replies

Badge +6

Hi,


 


It seems likely that you could use an expression on a static drop-down, although getting it to work as expected can be quite a finicky task. I would suggest also using conditional formatting on the drop down control as well.


 


Regards.

Badge +8

It might have to go something like this:

 

1) Configure expression agsinst a Data Lable

2) Configure Rule on data lable: When data lable changes, Populuate Drop Down with Data (Configure)...the drop down will be populated with data from the data lable.  

 

You might need to throw in a view refresh if your data lable will change dynamically throughout the life of the view.

Reply