Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qvqfqlik
Creator
Creator

Filters are blank when used qs menu filter

I have used qs side menu extension and

added filters to the master items .

but I am seeing the filters blank, when I click the qs-side menu button.

menu.JPG

5 Replies
lgutierrez
Contributor III
Contributor III

PK

the most common cause of this is because qs version do not support the extension version.

review versions compatibility of each one.

regards.

Anonymous
Not applicable

Have you added Tag's to the Master Item Filters and set that Tag in the qs side menu extension Properties Panel ?

It took me a while to get it set up properly so it worked, but when I did I found it to be great.  Although currently fiddling with it to adjust it to appear on mouseenter / mouseleave to make it bit more user friendly.

qvqfqlik
Creator
Creator
Author

Ya, I used the tags and worked exactly  as mentioned in the branch link. I tried to do multiple times but no luck with blanks like in the picture

Qlik Branch

a_brancati
Partner - Contributor
Partner - Contributor

I have the same problem because of the new version of Qlik Sense. How can I get it to work?

Thank you very much!

shyambutani
Contributor II
Contributor II

Hi,

This can be because of the theme used in the QS app. I would highly recommend you to refer my forked repo from the owner's project. I have made a few changes which solved the overlapping issue and this filter name not visible issue.

Link: https://github.com/shyambutani/qs-side-menu

Also, if you wanna try this on your own

add the below lines of code into style.css of the extension:

 

 .qv-collapsed-listbox{
      background-colorrgb(255,255,255!important
  
  }