Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Hello Felip:
Thanks for the reply. How would I do this at the load script level? How would I code it?