Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I am not able to get selected value from list box which is assign to a Group.
Normally to getting selected value we are using GetFieldSelection, howerver in such case it gives me "-" as result.
I required this value into Varible.
I have attached one Sample Example in which we have Group1 and list is assign to it and i want selected value stored in "Varible1".
Plese see the attached file.
Your help will appriciate .
Thank you.
Sanket K.
Hi, in your expression you are getting field groups and alternate states mixed up you should just be able to use =GetFieldSelections(Name) as your variable definition, you just need to make sure where ever you use this variable you have the object using the correct state ie Group1
as per attached.
Thanks
Steve