I have a date range formula
IF {V_Sales_History_w_Ecomm_Attributes.glpostdt} = {?Date Range}
THEN {@Shortened GL Date}
And I would like to create a second formula that leverages a condition of {?Date Range} minus one year.
My report pulls two sets of dates; a date range from this year and a the same range from last year.
How do I code the new formula to display info from last year's date range?
TIA
Jason
IF {V_Sales_History_w_Ecomm_Attributes.glpostdt} = {?Date Range}
THEN {@Shortened GL Date}
And I would like to create a second formula that leverages a condition of {?Date Range} minus one year.
My report pulls two sets of dates; a date range from this year and a the same range from last year.
How do I code the new formula to display info from last year's date range?
TIA
Jason