Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vipingarg23
Creator
Creator

alternate option for valueloop in set analysis

What is alternate method for valueloop in set analysis. I need to select between value in set analysis like value between 1 and 3. how can we achieved the same through set analysis.

I am using below expression:

sum({<Year = {"=valueloop($(var1),$(var2))"}>}cost)

where var1 and var2 are variables.

1 Solution

Accepted Solutions
sunny_talwar

May be this

Sum({<Year = {">=$(var1)<=$(var2)"}>}cost)

View solution in original post

2 Replies
sunny_talwar

May be this

Sum({<Year = {">=$(var1)<=$(var2)"}>}cost)

vipingarg23
Creator
Creator
Author

Great Sunny.,,It is working fine, You made my night..

Thanks for your quick response.