Hi,
I'm developing my customer BS and P&L but cant seem to figure out how to do this.
My customer wants to see the month & year of the last & current period.
Let say the current period is April so instead of displaying current period she would like to see April 2006
and likewise the Last Period should display March 2006.
My formula is as follows:-
CHOOSE((MONTH(FRFISCAL("start",,FR("period"))-1)),"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC") & " " & FR("YEAR")
At design mode the code shows correctly as in MMM-YYYY but when i run d report it shows #VALUE!.
Could somebody please help?
Thanks.
I'm developing my customer BS and P&L but cant seem to figure out how to do this.
My customer wants to see the month & year of the last & current period.
Let say the current period is April so instead of displaying current period she would like to see April 2006
and likewise the Last Period should display March 2006.
My formula is as follows:-
CHOOSE((MONTH(FRFISCAL("start",,FR("period"))-1)),"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC") & " " & FR("YEAR")
At design mode the code shows correctly as in MMM-YYYY but when i run d report it shows #VALUE!.
Could somebody please help?
Thanks.