Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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

1 Solution

Accepted Solutions
Nicole-Smith

On Presentation tab, uncheck "Suppress Zero Values".

View solution in original post

4 Replies
Nicole-Smith

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])