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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Show dimension even when count() expression is 0

I'm working with 4 graphs, each being filtered by a job.  I want to count the status, specific to those jobs by filtering on [Job Title].

All panels should display the same dimensions.. They're not.  Here's how I filtered them...

Dimension: [Workflow Status]

Expression: count( {$<[Job : Title] = {'[job of interest etc]'}>} [Workflow Status])

http://i45.tinypic.com/6j13ly.png

Labels (1)
1 Solution

Accepted Solutions
Nicole-Smith
MVP
MVP

On Presentation tab, uncheck "Suppress Zero Values".

View solution in original post

4 Replies
Nicole-Smith
MVP
MVP

On Presentation tab, uncheck "Suppress Zero Values".

Not applicable
Author

Thank you!

Anonymous
Not applicable
Author

Try to uncheck "Supress zero values" and "Suppress missing" on tab Presentation

Not applicable
Author

you can use

 

=

GetPossibleCount([Workflow Status])