Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I want YTD calculation on the basis of Monthly selection
No Sir,Its not working I have the Fiscal Period ID only
Provide your sample qvw please
While Loading data in script define FiscalPeriodID as below
Date#(FiscalPeriodID,'YYYYMM') as FiscalPeriodID
Now use the same which I have provided...
But I already have field with the same name won't it give an error
FiscalPeriodID need to be used only once, so use only this...
Date#(FiscalPeriodID,'YYYYMM') as FiscalPeriodID

It should be
| [Fiscal Period ID] |
sorry
