Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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
Partner - Champion III
Partner - Champion III

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!