Question
7
Replies
583
Views
Posted: March 13, 2018
Last activity: March 16, 2018
Closed
Solved
how to achive dropdown dependency.
I have a requirement that I have ABC dropdown and XYZ text input and dropdown having (a,,f,h,k,f) values and XYZ with values (cv1, cv2, cv3) if user select H value from dropdown then it has to display cv3 in text input. how can i achive this.
please find attachment.
Hi Team,
We can maintain the data type in such way that the we have two columns one have the dropdown inputs and other having the text inputs so then for the drop down we source it normally and on tab out or on change we refresh a section and passing the parameter to the datapage and get the value of the text input and set to the property.
Regards
Prasanth