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!