
I have created two charts for sent Emails. One shows the number of Emails per User and the second shows the sum of the spent time per User.
Unfortunately the users are sorted differently in the two charts so it hard to compare it.
For the phone calls, the same charts (number and total time) it is working fine.
Any idea is welcome.
Best regards
René
*This post is locked for comments
I have the same question (0)Hi Flori,
Export your charts and find the last requested attribute (in the <entity name="emails"> node).
There you can add an order clause:
this should be there => <attribute groupby="true" alias="something" name="owner" />
add this line => <order alias="something" descending="false"/>
You could also just order your view on username on the view definition, that should reflect in your chart.
The xml-edit solution is if you want to override your sort order of the view.
Hope it helps,
Regards
Wouter