Page 1 of 1

How to filter value Sets with Dynamically

Posted: May 17th, 2021, 12:20 pm
by pradhanra01
Hi Friends,

I have a query for filtering value sets.

Q1. User used mobile brands (Multiple Answers)
Q2. Most Prefer mobile brand (Single Answer)

While entering data in cspro, I required to display Q2. brands filter only the brands which is selected in Q1 Dynamically. Could you please help me ?

Regards,
Ramesh

Re: How to filter value Sets with Dynamically

Posted: May 18th, 2021, 5:43 pm
by sherrell
Dear Ramesh,

To do this you should dynamically create a valueset for Q2, based on whatever responses were chosen in Q1. You'll use the SetValueSet function as described here: https://www.csprousers.org/help/CSPro/s ... ction.html

Greg made an earlier post about this, which will hopefully also help--but you basically just want to roll through all the responses selected for Q1 to construct the valueset for Q2. See: https://www.csprousers.org/forum/viewto ... lly#p10179

Good luck, Sherrell

Re: How to filter value Sets with Dynamically

Posted: May 19th, 2021, 12:02 am
by pradhanra01
Thank You So much sherrell.