How to filter value Sets with Dynamically

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
pradhanra01
Posts: 38
Joined: August 27th, 2017, 2:43 am

How to filter value Sets with Dynamically

Post 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
sherrell
Posts: 397
Joined: April 2nd, 2014, 9:16 pm
Location: Washington, DC

Re: How to filter value Sets with Dynamically

Post 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
pradhanra01
Posts: 38
Joined: August 27th, 2017, 2:43 am

Re: How to filter value Sets with Dynamically

Post by pradhanra01 »

Thank You So much sherrell.
Post Reply