Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

GetFieldSelections

Hi,

Can I set Alternate State as a parameter for the function GetFieldSelections in the latest QV-version?

Thank you in advance,

Larisa

1 Solution

Accepted Solutions
sunny_talwar

Try this:

GetFieldSelections(FieldName, ',', 10000, 'BS')

View solution in original post

5 Replies
sunny_talwar

Yes you can. see the screenshot below (last argument is state_name)

Capture.PNG

Anonymous
Not applicable
Author

I tried it like this:

GetFieldSelections(FieldName[,[,[,BS]]])

and this:

(FieldName,,,'BS')

It doesn't work.

sunny_talwar

Try this:

GetFieldSelections(FieldName, ',', 10000, 'BS')

Gysbert_Wassenaar

You need to use values for all the parameters in between too. Just skipping them with a comma does not work.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks a lot!