Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
azimabadi
Creator III
Creator III

Field value of Alternate State

Hi All,

Consider i have a simple table. I have also an Alternate state named State1. In interface i have two list boxes with values of table. First in default state and second in State1. I need to store the value of listbox in State1 in a variable. but the trigger dosn't work as i need.Tha sample QVW is attached.

Best Regards

Peyman

4 Replies
Not applicable

You have to specify the "Alternative State" for  textbox as "State1" to display tht value

azimabadi
Creator III
Creator III
Author

I have done this before. but how can i read the value of this field in State1 into a Variable?

azimabadi
Creator III
Creator III
Author

please notice the attached QVW, the second list box have alternate state of 'State1' as you mentioned.

Thanks for attention

Not applicable

Both the variables can be declared as "Monat" , only because u have given the alternative state it is taking the value of tht particular state. for storing more than one value into a variable u can use the below code.

= 'myVarState1 (State1) = ' & concat(distinct Monat,', ')