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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ValueLoop()

Hi, would anyone shed some light on this topic?  I'm not sure when to use ValueLoop.  I've tried to have its return value assigned to a variable to display in a text box, but all I get is "-".  Thoughts?

1 Solution

Accepted Solutions
jonasheisterkam
Partner - Creator III
Partner - Creator III

3 Replies
jonasheisterkam
Partner - Creator III
Partner - Creator III

Return of ValueLoop can be more then one Value. You can use it in a dimension and if you use the same valueloop in the calculation you get the one value of this dimension line.

In a text box you can use a aggregation around you're valueloop, same style like you do when using aggr(). sum(valueloop(1,2,1)):=1+2=3

Not applicable
Author

Thank you.

jonasheisterkam
Partner - Creator III
Partner - Creator III

ValueLoop.qvw