Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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