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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
pnn44794
Partner - Specialist
Partner - Specialist

Running Total Not Calculating As Expected

Hello:

 

I have a straight table where I need to calculate a running total, but what I've tried thus far is not working.I'm stumped as to why the solution does not work and I'm guessing I'm missing something simple.

Labels (1)
2 Replies
felipedl
Partner - Specialist III
Partner - Specialist III

Hi Perry,

Thing is that the condition for your if statement is always true (see below) and giving you the $25.00 M value.

Use the RowNo() at script level to mark your table with each value.

Sample.png

pnn44794
Partner - Specialist
Partner - Specialist
Author

Hello Felip:

 

Thanks for the reply.  How would I do this at the load script level?  How would I code it?