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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sayadutt
Creator
Creator

filtered display on Heatmap

Hi All,

I have created one heatmap which shows all the project details.

Now I need to display the heatmap only for those projects which has status as Open.

Note, there is a field which holds these project statuses - Open, Closed, Future etc.

I tried with below expression, but somehow its not giving me correct data.

if([Overall Project Status  ]='Open', Count([Project Name  ]))

Can you please help here.

Thanks

1 Solution

Accepted Solutions
maxgro
MVP
MVP

if you have a Project dimension you can try to change in

if([Overall Project Status  ]='Open', [Project Name])

and then check suppress when value is null


or post your heatmap

thanks

View solution in original post

1 Reply
maxgro
MVP
MVP

if you have a Project dimension you can try to change in

if([Overall Project Status  ]='Open', [Project Name])

and then check suppress when value is null


or post your heatmap

thanks