Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need Help

HI Community,

In  my text box i have used CONCAT function.

=Concat( if(($(vVariable)>=Date-10)  and ($(vVariable)<=Date-5), EmpID),  ',')

This expression working fine, but i want to show distinct values in my TextBox...

Thanks in Advance..............

1 Solution

Accepted Solutions
sunny_talwar

Use DISTINCT then

=Concat(DISTINCT if(($(vVariable)>=Date-10)  and ($(vVariable)<=Date-5), EmpID),  ',')

View solution in original post

3 Replies
sunny_talwar

Use DISTINCT then

=Concat(DISTINCT if(($(vVariable)>=Date-10)  and ($(vVariable)<=Date-5), EmpID),  ',')

paulwalker
Creator III
Creator III
Author

Actually i have tried DISTINCT, It was throw Expression Error...

i don't know what happend.... now it's working....

sunny_talwar

Great

Would you mind closing this thread by marking the correct answer.

Best,

Sunny