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: 
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)
4 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!

dana
Creator III
Creator III

Hi @Patric_Nordstrom 

I tried your proposed trick, but it doesn't work.

Did the magic expire?.. 🙂

 

 

dana
Creator III
Creator III

Hi again @Patric_Nordstrom 

When I added a calculated dimension to the trellis container, your workaround worked.

=Aggr(Only({<DimName= P(DimName)>} DimName),DimName)

Without it, the selections displayed only after refreshing the page (F5) .

Since the trellis container is a very useful object, I join @didierodayo 's hope that Qlik would improve it soon.