Hi all,
I'm trying to calculate a "beginning balance" for my report of which i would like to calculate based on a date parameter (string - like "NOVEMBER"
from user but the glitch is that i'm trying to sum up amounts for the previous month to arrive at this "beginning balance"
example:
Dim x As currency
While (Date = DateParameter - 1) <-----looking for syntax
x = Sum({Amount}) or other suggestions
Wend
formula = x
Any suggestions appreciated, and thanks in advance,
Mona
I'm trying to calculate a "beginning balance" for my report of which i would like to calculate based on a date parameter (string - like "NOVEMBER"
example:
Dim x As currency
While (Date = DateParameter - 1) <-----looking for syntax
x = Sum({Amount}) or other suggestions
Wend
formula = x
Any suggestions appreciated, and thanks in advance,
Mona