Page 1 of 1

Cascading many files in Lookup

Posted: May 7th, 2017, 12:08 pm
by mussabahire
Hi everyone.
I have many level application(Province, District, Sector, Cell and Village) and I want to make a cascading selection.
Ex: If I select Prov1, I should get Districts of that province only and sectors of that district only.
I should have used the setvalueset but it contains many cells and villages.
How to do it?
Regards,
Mussabahire.

Re: Cascading many files in Lookup

Posted: May 7th, 2017, 1:05 pm
by Gregory Martin
Take a look at page five of this document:

http://teleyah.com/cspro/SouthAfricaOct ... aEntry.pdf

It's titled "Dynamic Value Set from a Lookup File."

It is best to use a lookup file and then use loadcase/setvalueset to dynamically construct cascading value sets.

Re: Cascading many files in Lookup

Posted: May 8th, 2017, 3:13 am
by mussabahire
Than you Martin. I got it!