Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
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

1 Solution

Accepted Solutions
sunny_talwar

Try this:

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

View solution in original post

3 Replies
sunny_talwar

Try this:

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

Anonymous
Not applicable
Author

Thanks Sunny, it worked 

sunny_talwar

Awesome