Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
How to show last Fiscal Month of Last Fiscal year.
For e.g- Fiscal year-2015-2016 Apr Month is selected....the data should show March of Fiscal Year 2014-15.
Any help would highly appreciate.......................
Regards,
Mohammad
try this,
=num(sum({$<Year = {$(=only(Year) - 1)}, Month = {"<=$(=max(Month-1))"}>} LineSalesAmount), '$#,##0;($#,##0)')
Hi Mohammand
Last Fisc Year And last Month
Sum({<Year=, Month=, Quarter=, Week=, DateField=,Year={$(=Max(Year)-1)}, DateNum={">=$(=Num(MonthStart(Max(DateNum))))<=$(=Max(DateNum))"}>} Sales)
Not working...
In dat app i didnt get solution..
Can u share app ?
My year field is in Fiscal Year format....
Please read my post...I have given the e.g what exactly i want.
Regards,
Mohammad
hi,r u tried this?
Yess...
Couldnt solve my issue...
Have you understand my requirement???
yes dear,hopes tht will works..
the expression I shared will provides
if u select 2015 mar the above will provide 2014 feb ytd results
if u select 2015 may the above will provide 2014 apr ytd results