We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

what does the filter topX mean?How can i remove it?

Resolved
jiameichen asked on April 11, 2018

i can`t find topX of filters in api or docs.And I dont know the usage of it.Can you give me any information?
Thanks!

2 answers

Public
jiameichen April 11, 2018

I want to hide this topX button in the following attachment.How can I do that

Attachments:
topX.png

Public
Tanya Gryshko Tanya Gryshko Flexmonster April 11, 2018

Hello, Jiameichen,
Thank you for your interest in Flexmonster Pivot!
TOP X feature performs filtering by values where only X top (or bottom) elements are displayed on the grid. Clicking on TOP X button will open the submenu with additional options: the first field for entering X of the top or bottom values, top or bottom values selection and drop-down with available measures. Here is the video tutorial demonstrating how to use this feature and other kinds of filtering: https://www.youtube.com/watch?v=HTYADGMuZZ4
If you want to hide TOP X button, this can be done via CSS styles:

#fm-pivot-view #fm-filter-view #fm-top10-btn {
display: none !important;
}

Please share your feedback!
Regards,
Tanya

Please login or Register to Submit Answer