Hi I'm trying to create a This Period and Year to Date fields.
Current Table has:
Item, Amount, Period (month of transaction), RPeriod (Current Month)
What I want to do is have the following fields:
This Period: Sum of Amount where Period = RPeriod
YTD: Sum of Amount where Period >= 1 and <= RPeriod
Is this possible?
Current Table has:
Item, Amount, Period (month of transaction), RPeriod (Current Month)
What I want to do is have the following fields:
This Period: Sum of Amount where Period = RPeriod
YTD: Sum of Amount where Period >= 1 and <= RPeriod
Is this possible?