Page 1 of 1

Hide the drilldown filters in a drilldown report

Posted: Wed Jun 07, 2023 10:56 pm
by latolap

Hi, I was wondering if it’s possible to hide the drilldown filters in a drilldown report. I’ve tried using the following code in the startup scripts for the summary report for the drilldown (sales by orders in the docs), but it isn’t working:
``
$(document).ready(function() {
$('.ew-drilldown-list').hide();
});

Do you have any ideas?

Also, is it possible to modify the drilldown to show something similar to the master/detail preview instead of a popup?

Re: Drill Down Report

Posted: Thu Jun 08, 2023 3:05 pm
by arbei

Re: Hide the drilldown filters in a drilldown report

Posted: Thu Jun 08, 2023 3:53 pm
by latolap

thanks a lot, sorry but i've not seen it!