We have a set of dynamic propositions for each channel and we need to select a single proposition accordingly to make the api call. We have added dependency of "Available Proposition" in the "Proposition To Be Slated" parameter inorder to fetch the values.
We are unable to get it as a set of different discreets separately but receiving as a same value in the dropdown. Tried implementing the logic to populate dynamic discreet values from Qaction too but it isn't working either.
Any suggestions on this one please to get the values separately in the dropdown?
Hi,
Checking this docs link dependencyId attribute | DataMiner Docs, I noticed that the remark mentions that the value is supposed to be semicolon-separated ; and in you screenshot I see comma-separated ,
Could you give it a try with the semicolon?
what if i need to set these discreet values from a api call data
Hi Chirangee,
These cell values are like any other cell, you can use a QAction to do a SetParameter on those with your desired values.
Hi Harinee,
This feature only works with a semicolon-separated list of items as described in dependencyId attribute.
Thankyou, It worked with semicolon!!
Thankyou It worked with semicolon!!