Question
4
Replies
53
Views
Sri Vishnu Educational Society
Posted: December 10, 2019
Last activity: December 27, 2019
Closed
How to populate dropdowns in a fieldgrouplist
My records have both men and women details.But in my first step i only need men details and in my next step i need women details .Also, based on the item entered , my wash types displayed should change as per the item selected. Please help me how to do this.
Thank You.
***Moderator Edit-Vidyaranjan: Updated Platform Capability***
Hi,
For your first requirement you will need to create 2 separate repeating tables. One for men clothes and the second for women. Then parametreise the dropdown List Source in your "Item" column to retrieve only rows in the Cloth Data type where Category equals to "Men" or "Women" (I suggest using a report definition).
Your second requirement is similar to the first but you would parametreise the dropdown where Param.Item equals to .Item and use .WashType as the 'Property for value' for the dropdown in your Wash Type column.
Regards,