Forum Discussion
chul
OneStream Employee
10 months agoYou can write a loop that will run as many times as you want. Dim a result, set it to zero. First time through the loop, grab the amount from Time1 and add it to the result. Second time through the loop, grab the amount from Time2 and add it to the result. Third time, same. Exit loop and you have your result.
Be careful that you write an exit to the loop as you don't want it loop indefinitely.
Related Content
- 2 years ago
- 2 years ago
- 3 years ago
- 4 months ago