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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
didierodayo
Partner - Creator III
Partner - Creator III

Trellis Container needs improvement on dimension filtering

It is a well known issue that the Trellis container doesn't responde to dimension filtering  which is not great when trying to zoom in to only certain dimensions.

This has been an issue since Qlik adopted the extension and hopefully it can be addressed.

Thank you

Labels (2)
2 Replies
Patric_Nordstrom
Employee
Employee

There is actually a trick that make the trellis container filter by selection.

Make sure the the trellis option "maximum number of charts" is an expression that varies, for example like this:

=50+round(rand()*100)

Patric_Nordstrom_0-1732186806194.png

 

Or
MVP
MVP


@Patric_Nordstrom wrote:

There is actually a trick that make the trellis container filter by selection.

Make sure the the trellis option "maximum number of charts" is an expression that varies, for example like this:

=50+round(rand()*100)

Patric_Nordstrom_0-1732186806194.png

 


That... is both extremely helpful and ridiculously convoluted. Thanks!