Question on Cascading Functionality
Hi,
We have implemented the cascading functionality. When we select a value from dropdown1 the corresponding values (for dropdown1) should be shown for dropdown2.
But after selecting the dropdown1 values, the dropdown2 values are not getting populated, when we do a refresh then the values are getting populating. I have added the refresh action for dropdown1 field. but still am facing this issue.
Kindly help me to resolve this issue.
Regrads,
Hyma.
@HB@77 One way to achieve this is to have the following actions on the parent drop down.
Post Value, Run Data Transform (this sets any extra properties from the previous drop down, if any), Refresh section.
The child dropdown can then source it's values from a datapage, the datapage can make use of parameters/property values that have just been set to the clipboard in the parent drop down and data transform.
Hope that helps.