how to use Value Set levels

Discussions about CSEntry
Post Reply
ikwamena
Posts: 11
Joined: July 17th, 2014, 2:08 pm

how to use Value Set levels

Post by ikwamena »

Pls i need assistance on how to use different levels in value set. I have a field name QE, and QT. I also have 120 oprltions as value set added to QT. I want a situation that when option 1 is selected in QE...the first 30 value set will come up as drop down list in QT and when option 2 in QE is selected next 30 list will come up as dropdown in QT etc
manojsoni
Posts: 23
Joined: November 22nd, 2012, 11:55 pm
Location: Jaipur, India

Re: how to use Value Set levels

Post by manojsoni »

See the SetValueSet in Help Manual.
Gregory Martin
Posts: 1796
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: how to use Value Set levels

Post by Gregory Martin »

As Manoj said, you can use the setvalueset function to dynamically change the value set. You will want to add each of your options groups as a separate value set, and then based on QE, you can change the valueset in the preproc of QT.
Post Reply