Need a special offer?Find out if your project fits.
+

Reports Filter

Answered
Mario Rodrigues asked on August 10, 2021

Hi, love your product.  Thank you for producing this tool.  I have a question.  Is it possible to hide the Reports Filter box (see attached) via configuration?
 
Thanks,

Attachments:
pivot-filters.pdf

2 answers

Public
Vera Didenko Vera Didenko Flexmonster August 11, 2021

Hello, Mario,
 
Thank you for your kind feedback.
 
Currently, it is possible to hide the Report Filters box via CSS:

#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap-pages {
display: none;
}

Here is a JSFiddle example for illustration: https://jsfiddle.net/flexmonster/Lhxvmp7c/.
 
Also, it is possible to create your own Field List if a more custom approach is needed. 
Flexmonster provides a list of API calls that can be used for adding functionality to your Field List.
Please see the following thread for more details about how a custom Field List can be created: https://www.flexmonster.com/question/prevent-to-modify-fields-options/.
 
Feel free to reach out should any questions arise.
 
Kind regards,
Vera

Public
Mario Rodrigues August 11, 2021

Awesome Vera.  Thank you so much.

Please login or Register to Submit Answer