@CUR_REV
-----------------------------
if {MB_View.Ad_Type} = 'C' and
{MB_VIEW.Period} = {?Period} then
{MB_View.Insert_Cost} - {MB_View.Insert_Discount}
---------------------------------------------
{MB_VIEW.Period} 1,2,3. . periods -- sample data
{MB_VIEW.Insert_Date} 1/26/2001 -- sample data
Revenue
Current Period
Last year's current period
variance
I need some help to figure how I can calculate the revenue of last years same period. I figured that I need to add some date parameter in my @CUR_REV formula but not sure where to put it
thanks
ebee