Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
evansabres
Specialist
Specialist

Straight Table with Counts

I am looking to create a straight table for my field JobStatus.

I want the dimension to be JobStatus and the expressions to be counts of the occurrences of different values in this field such as 'Awaiting Approval'

I am struggling with the expression.

1 Solution

Accepted Solutions
hector_munoz
Specialist
Specialist

Hi Evan,

With JobStatus as a dimension, just Count(JobStatus) as expression.

Regards,

H

View solution in original post

3 Replies
hector_munoz
Specialist
Specialist

Hi Evan,

With JobStatus as a dimension, just Count(JobStatus) as expression.

Regards,

H

evansabres
Specialist
Specialist
Author

I just realized that I had a typo in my expression. I was surprised it wasn't working. Thank you for your reply.

krishnacbe
Partner - Specialist III
Partner - Specialist III

Your Dimension will be JobStatus and expression should be count(JobID), ID/Key filed available in the table.

Share some sample data to check.