Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I did some scripting and set analysis in my table.
My question is the kpi number is wrong when I filter the 'Year' and 'Period'.
However the kpi number is correct when i filter 'YearPeriod'.
Any ideas to fix this?
I would really prefer to put only 'Year' and 'Period' in the filter pane instead of 'YearPeriod'.
Please find attached my data and scripting. Thanks for the help.
Hi, Tan
Try this
count({<YearPeriod={'$(vMaxPeriod)'},OrderType={"New"},Year=,Period=>} distinct [Main Order])
-
count({<YearPeriod={'$(vPrevYearPeriod)'},OrderType={"New"},Year=,Period=>} distinct [Main Order])
Hope this helps
ZZ
Hi, Tan
Try this
count({<YearPeriod={'$(vMaxPeriod)'},OrderType={"New"},Year=,Period=>} distinct [Main Order])
-
count({<YearPeriod={'$(vPrevYearPeriod)'},OrderType={"New"},Year=,Period=>} distinct [Main Order])
Hope this helps
ZZ