Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I created a straight table then when I tried to sort it in the chart properties it is not sorting, only the first two lines are sorting. I used the expressions below:
=Num(Count({1<Status={'Completed'}>} Status),'##0')
=Num(Count({1<Status={'Assigned'}>} Status),'##0')
=Num(Count({1<Status={'Work in Progress'}>} Status),'##0')
I'm trying to sort the table referencing the completed column, when I try to sort it only Training and User Access moves.
What should I do?
Thanks in advance.
Please post a sample qvw document that illustrates the problem.
HI,
As Jonathan suggested a sample QVW would be helpful,
One thing to try, in the Sort tab on the chart properties highlight the category column and then tick the Expression box and add the expression
=Num(Count({1<Status={'Completed'}>} Status),'##0')
Un-tick any other options.
Mark