Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have one bar chart with dimension as country,
Now i have two fields as below
Priority
sev1
sev2
empid
45689
52369
25689
85689
78956
25874
15987
35789
Now i need to display the count of employees having sev1 priority.
Help me in writing the expression?
Dont share .qvw files.
Thanks,
Durga
count({<Priority={'sev1'}>}empid)
count({<Priority={'sev1'}>}empid)
count({<Priority={'sev1'}>}empid)
Hi Durga,
Try like this.....
count({<Priority={'sev1'}>}empid)
please let me know Durga.
thanks
avinash
Thanks every one it is working,
If i want to write expression on both sev1 and sev2 what to write as expression?
Thanks,
Durga
count({<Priority={'sev1','sev2'}>}empid)
Hi Durga,
Refer to the attached Pdf for Set Analysis
Thank you bhagirath!
Durga