Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have this chart and now for 'Actual I want just show point for 2018..
The function for actual is :
count({$<Year = {'2018'}>}Submit) and the result is :
I would just have the point on 2018...
Any suggestion ?
Thanks
Solved with :
if (Year= 2018, count(Submitdate) )
.. other suggiostion are welcome
Hi,
you have 3 expressions on your chart, you should add this to every expression:
{$<Year = {'2018'}>}