Removal of hamburger icon with filters and exporting options

Hello Team,
I am using Helical Insight EE 4.0. I have created few reports using Adhoc report, however when the reports are being viewed there is a hamburger icon for filtering is appearing at the top right.
Is there an option to disable that?

Thank You

1 Like

Hello Krishna,

Open this specific report in edit mode and go to Editor and then JS Editor. In JS Editor add the below code.
parent.$(’.report-view-tools’).hide();
Save the report. Now when you view the report there would not be any hamburger icon visible.

Thank You
From Team Helical