Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have an If statement in my Dimension Expresion box to limit my date dimension to 18 months.
=Date(If(PeriodDate > MonthStart(Today(),-18), PeriodDate, Null()), 'MMM/YYY')
It works in limiting my chart to 18 months but now the dates show as numbers ( 40600 etc ). How can I get these to show as dates. The load statements loads the dates as MM/YYYY. Thanks, Jim
Thanks everyone for all of your help!!!