Page 1 of 1

LINKING TWO VARIABLES

Posted: September 22nd, 2016, 9:54 am
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.

Re: LINKING TWO VARIABLES

Posted: September 22nd, 2016, 10:52 am
by khurshid.arshad
Please see example "Setvaluesets Function" in CSPro help.
a.

Re: LINKING TWO VARIABLES

Posted: September 23rd, 2016, 8:19 am
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

Re: LINKING TWO VARIABLES

Posted: September 25th, 2016, 3:37 pm
by ABOUBALLACK
thanks you dears!