Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In attached data I want to show employee growth over in line chart.
With full accumulation and with full data it is showing correct result.
But by default I want to show only data of Max year. in this case value is coming wrong.
Please help me out asap..
Getting Result.
Expected result on without any selection.
Regards,
Lalit Kumar
Use Set Analysis
COUNT({<Year={"$(=Max(Year))"}>} your value)
look at the attachement
Hi Maxgro,
Data which was given to you was with accumulation.
Please find the attached data without accumulation.
I want to show Employee growth over MonthYear and without any selection it should be show Max Year data.
Regards,
Lalit kumar
Hi
PFA.
Hope it helps.
Hi lalit,
Its might be work,
Sum({<Year={"$(=Max(Year))"}>}Your Value)
Hi Lalit,
Use this Expression,
if(GetSelectedCount(Year)=0,Max({$<Year={"$(=Max(Year))"}>}WORKER),Max(WORKER))
Hope it helps.