Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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 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)
That... is both extremely helpful and ridiculously convoluted. Thanks!
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.