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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is there a way to do a For loop in a text object?

I mean the title pretty much says it all, but heres my problem

For shipments in day 1{

     Sum(tons_actual)

}

5 Replies
m_woolf
Master II
Master II

Try set analysis instead. Something like:

=sum({<>Day = {1}}toms_actual)

Anonymous
Not applicable
Author

sorry day1 is a var, it holds the amount of shippments for the day

Anonymous
Not applicable
Author

because the amount of shipments for each day can change ive created a var that calculates them each by day.

sunny_talwar

For loop in text object? Would you be able to elaborate with an example?

MarcoWedel

Yes, there is a way:

QlikCommunity_Thread_307308_Pic1.JPG