
Partner - Specialist
2017-06-27
07:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
424 Views
2 Replies


Partner - Specialist III
2017-06-28
08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
336 Views

Partner - Specialist
2017-06-30
11:29 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Felip:
Thanks for the reply. How would I do this at the load script level? How would I code it?
336 Views
