Hide the Filters List in HTML report

Posted by Janani Nayanathara on 08-Jan-2019 06:55

Is there a way to hide the following filters list section on the HTML report page?

All Replies

Posted by Shivani Silveri on 08-Jan-2019 09:00

Hi Janani,

There is no direct way to hide the filters in Rollbase, however, you could use JQuery to hide the filters on page load.

On page load, you could use the below code to hide the filters

<script>

$('#rbe_filtersList').hide();

$('.rbs_filter_conditions').hide()

</script>

Hope this helps !

Thanks,

Shivani.

Posted by Janani Nayanathara on 08-Jan-2019 09:14

Hi Shivani,

Thanks a lot for your answer. But since this is a HTML template report, I cannot find a place to call the jQuery to hide the fields.

This does not have the 'Design this page' option and I tried adding the code to 'headers and footers'. 'custom sidebar' as well as the HTML report itself.

But so far nothing works.

Thanks and Regards,

Janani

Posted by Shivani Silveri on 08-Jan-2019 09:59

Hi Janani,

Currently, there is no way to add the suggested script dynamically to the report page. Could you log an enhancement for the same.

Thanks,

Shivani.

Posted by Shivani Silveri on 08-Jan-2019 09:59

Hi Janani,

Currently, there is no way to add the suggested script dynamically to the report page. Could you log an enhancement for the same.

Thanks,

Shivani.

This thread is closed