Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
KirstenKa
Creator II
Creator II

Count based on dimension in graph table

See also attachment. The values in my column are:

Sales status

Ready

Not ready

Ready

Ready

 

As graph I would like to get a simple table:

Sales status

Count Sales Status

Ready

3

Not ready

1

 

I did it like (add 1 dimension, add 1 measurement) and  wonder if correct since I do not have the expected values

KirstenKa_0-1689009260752.png

 

 

 

Labels (1)
1 Solution

Accepted Solutions
sidhiq91
Specialist II
Specialist II

@KirstenKa  You need to follow simple expression as below:

count([Sales Status])

If this resolves your issue, please like and accept it as a solution.

View solution in original post

1 Reply
sidhiq91
Specialist II
Specialist II

@KirstenKa  You need to follow simple expression as below:

count([Sales Status])

If this resolves your issue, please like and accept it as a solution.