Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Bharathi09
Creator II
Creator II

VizLib replacement

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

1 Solution

Accepted Solutions
Anil_Babu_Samineni

You can try this?

=IF(ONLY({1} CNLevelOrder)<14,CNLevelOrder)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

You can try this?

=IF(ONLY({1} CNLevelOrder)<14,CNLevelOrder)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Bharathi09
Creator II
Creator II
Author

It helped 
Thanks!