LINKING TWO VARIABLES

Discussions about CSEntry
Post Reply
ABOUBALLACK
Posts: 14
Joined: September 22nd, 2016, 9:24 am

LINKING TWO VARIABLES

Post by ABOUBALLACK »

I would like to connect two variables A ( checkbox ) and B ( combobox ) so if you click on a checkbox the variable B list is displayed and selected .
Exemple:
Variable A: consommation, commercialisation, transformation, other
Variable B: half, quarter,tree quarters, all.

What ai want to to do is :
if i choose consommation automaticaly the list of the variable B come and i have to select one.


Thank you for your help.
khurshid.arshad
Posts: 572
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Re: LINKING TWO VARIABLES

Post by khurshid.arshad »

Please see example "Setvaluesets Function" in CSPro help.
a.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: LINKING TWO VARIABLES

Post by josh »

As @khurshid.arshad you can do this using the function setvalue set. If you search the forum for setvalueset or "dynamic valueset" you will see some examples. You can also look at: http://teleyah.com/cspro/DCJune2015/04-CAPI/04-CAPI.pdf and http://teleyah.com/cspro/DCJune2015/05- ... -entry.pdf
ABOUBALLACK
Posts: 14
Joined: September 22nd, 2016, 9:24 am

Re: LINKING TWO VARIABLES

Post by ABOUBALLACK »

thanks you dears!
Post Reply