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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Alternate State

Hi All,

I have to display the Selected Alternate state value in List box in Text box.

For example:

Week1     week2(Alternate state of week1)

1                    1

2                    2    

3                    3

4                    4

I have Selected 3 in Week2 list box and want to display it on text box, how to do?

Thanks

Manish

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this:

=Concat(DISTINCT {NameOfYourAlternateStateHere} [Week 1], ', ')

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Try this:

=Concat(DISTINCT {NameOfYourAlternateStateHere} [Week 1], ', ')

Anonymous
Not applicable
Author

Thanks Sunny, it worked 

sunny_talwar
MVP
MVP

Awesome