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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

a list box with alternate state

Hi,

I'm using a list box with an alternate state {AS} for Field1 in my model.

I need to get the field selection. I am trying this formula: GetFieldSelections(Field1) but it doesn't work in case there is an alternate state.

Is there a solution?

Thank you in advance,

Larisa

Labels (1)
1 Solution

Accepted Solutions
marcus_sommer
MVP
MVP

5 Replies
marcus_sommer
MVP
MVP

Anonymous
Not applicable
Author

Thank you!

Anonymous
Not applicable
Author

I'm using SR2.

Can Concat function take Alternate State as an argument?

Larisa

marcus_sommer
MVP
MVP

This should be possible within a set analysis inside from the concat:

Set Analysis & Alternate States – Quick Tip » The Qlik Board!

- Marcus

Anonymous
Not applicable
Author

Thanks!