Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having a data set like this below. I need to Create Action on a Button using 'Select Field'.
ID | Country | Group | Stuff | ||
100 | USA | Footwear | Boots,Sandals,Bellies,Canvas | ||
200 | CAN | Cereals | Rice,Wheat,Maize | ||
Requirement:
Can the Select in Fields be made dynamic like above scenario? Please help and guide!
hi,
If you have 1 to 1 relation then you can use MaxString(stuff) to get the values from other field based on your selection
create a drill down group and have the fields Group and Stuff
create a list box
attaching the sample
hope this helps
Hi Venkita,
Thank you for the help.
How can I use the Possible Values in the Stuff list box to be used as a Search String in Action of a Button?
Any suggestions?
Are "Cereals" and "Footwear" field names, or field values?
-Rob