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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
throwcatchthrow
Contributor
Contributor

Make Histogram Dimension More Flexible

The current histogram dimension input is very picky about how you handle calculated dimensions - nearly always requiring an Aggr statement to work. There are many situations where a simple if statement would be natural to use a filter but does not work in the current implementation.

 

For example, if you wanted a histogram bucketed by [Age] but only wanted to see hourly associates, having =IF([Associate Type]='Hourly',[Age]) is something that intuitively works but doesn't in the current implementation.

0 Replies