Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am working on vizlib library replacements in QS
i have to add one inbuilt Filter pane in place of vizlib filter pane
In that Vizlib filterpane , Dimension added in CLeveleSelect
and Filter values condition given as =IF(ONLY({1} CNLevelOrder)<14,True(),False())
So in VizLib Filterpane LevelSelect values are shown based on above condition,
how to show the same in in bulit Qlik filter pane
Please reply back
Thanks
You can try this?
=IF(ONLY({1} CNLevelOrder)<14,CNLevelOrder)
You can try this?
=IF(ONLY({1} CNLevelOrder)<14,CNLevelOrder)
It helped
Thanks!