Active clients : (If status active, then count of clients)
Active online client : (If client status is active and online status is 1, then count of clients)
percentage of online clients: count of online active clients/ count of clients
The first two expressions are bar graph and the third expression is a line graph.
Now my problem is that the bar graph is showing the active clients and acitve online in a stacked graph which gives a misleading information. Active online clients are common with active clients, so these two should not be above each other. I would rather show them in a grouped format. Even if i select the grouped option from the style, it is still showing them in stacked form
Can someone please give a suggestion of how can i solve this problem