Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 You need to follow simple expression as below:
count([Sales Status])
If this resolves your issue, please like and accept it as a solution.
@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.