Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to have the percentage change over months in a Chart.
How can I get this done on the attached document.
Thanks
Check the attached
May be this
=Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country)/Above(Count({<begindate=,enddate=>} country))-1
Or this
=Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country)/Above(Count({<begindate={'>=$(=Min(Date([Month Year])))'},enddate={'<=$(=Max(Date([Month Year])))'}>} country))-1
Thanks Sunny for the expression.
The expression seems correct until I add another dimension into the Chart.
Something is happening that I cannot figure out.
Look at the attached qvw.
Check the attached