Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikuser2021
Contributor III
Contributor III

Filter Pane Spacing Between Dimension Values

I'm looking for a way to reduce the amount of space between each value in a filter pane, so I can view more values at one time.    

Labels (1)
  • SaaS

4 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

Yes, you can do the same using CSS, Below is a sample CSS (apply it in simpleKPI object/Theme/MultiKPI )

.qv-filterpane .qv-filterpane-column {
 margin-right5px !important;

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

qlikuser2021
Contributor III
Contributor III
Author

The below is reducing the space so it looks like it is single spaced instead of double, but it does not fill the entire filter pane.  There is blank space at the bottom.  Is there a way to get it to fill the entire filter pane with values?

.qv-listbox li {
min-height: 14px ;
line-height: 14px ;
}

 

qlikuser2021_1-1678114080451.png

 

ajaykakkar93
Specialist III
Specialist III

What I understand is if you have fewer values u want the popup for the filter to be small in height. or it should be larger or default in height, As you have already compressed the value height..?

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

qlikuser2021
Contributor III
Contributor III
Author

In the example of "Pool Start" Dates, it is only displaying 9 values, even though there are many more values.  I would like it to display more values to fill up the filter pane.  So there is not blank space at the bottom.  My goal is to display more values.  By reducing the font size there is more space available to display more values, but it just reduced the font size of the existing values and did not add more values to the fitler pane.   It has nine values when there is now room for maybe 14, but it still only displays 9.