Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
i would like to define this variable into the loading script
: vSelectedVar=Subfield(GetFieldSelections(variable), ',', 1)
where the field ' variable' contain a string with multiple field name with a coma separator
i have 2 problemes
- i learned GetFieldSelection() is a 'chart function' is there a way to by pass that?
-how can i define vSelectedVar in my loading scrip if the field 'variable' isn't loaded yet or if i don't refere to it correctly ( like a resident load or something like that ?)
thanks
Where exactly are you going to make selection within variable field?
it's just a simple csv file i load
and i use the extention ' SimpleFieldSelect' developped by Matti Punkeri
i use subfield because i can select multiple variable
So, all you are looking to do is to create a comma separated list from the values listed within variable field?