Skip to main content

Suggest an Idea

Vote for your favorite Qlik product ideas and add your own suggestions.

Better null handling in visualizations for multiple measures

rbartley
Specialist II
Specialist II

Better null handling in visualizations for multiple measures

While Qlik visualizations have an "Include zero values" checkbox at the global level in the add-ons property section, this doesn't work well on combo charts with multiple measures, where one measure might evaluate to 0, but the others might not.  Instead, if I want to hide a null data point, which equates to 0 when aggregated, I have to write some tedious code like: 

if (sum(x)>0,sum(x))

It would be far more simple to include a "Include zero values"/include nulls option for each measure.

3 Comments
Ian_Crosland
Employee
Employee
 
Status changed to: Open - Collecting Feedback
Meghann_MacDonald

From now on, please track this idea from the Ideation portal. 

Link to new idea

Meghann

NOTE: Upon clicking this link 2 tabs may open - please feel free to close the one with a login page. If you only see 1 tab with the login page, please try clicking this link first: Authenticate me! then try the link above again. Ensure pop-up blocker is off.

Ideation
Explorer II
Explorer II
 
Status changed to: Closed - Archived