morechocolate
Technical User
If I want to do something like the following, is it possible?
[(1 + row1 value) * (1 + row2 value)* (1 + row3 value)* (1 + rowN value)]-1
I tried doing a manual running total type thing, but I am doing something wrong.
First I made this formula:
WhileReadingRecords;
numberVar Return := 1 + {GeomerticLink.RETURN};
Then I was trying to figure out how to do a running total type thing, but got stuck.
I will, of course, keep working on this, but feedback is appreciated.
Thanks
mc
[(1 + row1 value) * (1 + row2 value)* (1 + row3 value)* (1 + rowN value)]-1
I tried doing a manual running total type thing, but I am doing something wrong.
First I made this formula:
WhileReadingRecords;
numberVar Return := 1 + {GeomerticLink.RETURN};
Then I was trying to figure out how to do a running total type thing, but got stuck.
I will, of course, keep working on this, but feedback is appreciated.
Thanks
mc