Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I am bulding a Bar Graph and I would like to see three separate statuses in each bar. The field Im using is "Closed" and it consists of three types namely "Abandoned", "Won" and "Lost". I would like to view how many jobs were closed based on each of these. How can I achieve this?
Hi,
Try like this
Dimension: Closed
Expression: Count(Jobs)
Hope this helps you.
Regards,
Jagan.
Hi,
Try like this
Dimension: Closed
Expression: Count(Jobs)
Hope this helps you.
Regards,
Jagan.
Hi,
If you got the required solution please close this thread by giving Correct Answer.
Regards,
Jagan.
Hi
I don't really have the required solution yet.
You may have to expand that answer to enable us to have any chance of helping you. Why don't you have the required solution?
If Jagan's answer is not the one you are looking for, you need to elaborate little more on your requirements along with sample data and possible answer...
Thanks guys! Jagan 's solution actually works