Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
durgabhavani
Creator III
Creator III

Can anyone help me writing in expression?

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

1 Solution

Accepted Solutions
Anonymous
Not applicable

count({<Priority={'sev1'}>}empid)

View solution in original post

7 Replies
Anonymous
Not applicable

count({<Priority={'sev1'}>}empid)

Anonymous
Not applicable

count({<Priority={'sev1'}>}empid)

Not applicable

Hi Durga,

Try like this.....


count({<Priority={'sev1'}>}empid)


please let me know Durga.


thanks

avinash

durgabhavani
Creator III
Creator III
Author

Thanks every one it is working,

If i want to write expression on both sev1 and sev2 what to write as expression?

Thanks,

Durga

Not applicable

count({<Priority={'sev1','sev2'}>}empid)

Anonymous
Not applicable

Hi Durga,

Refer to the attached Pdf for Set Analysis

durgabhavani
Creator III
Creator III
Author

Thank you bhagirath!

Durga