Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Help with creating a loop

Hi all,

 

I need help in creating a loop.

 

I have this kind of a table:

 

 

 

I need to check what is the date (starting from today) when either the sum of the persons Daily_sum values from the previous 30 days is less than 3000 or the “Date 1” date is in the past? The result should be the date as a String and if neither happens in the next 14 days, then the result should be a String “next 14 days OK”.

 

I’m guessing a loop running 14 times is the only way to do this but I’ve never used one.