Removal of timer icon with last cached information

Hello Helical,

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 timer icon with information about last cached present at the bottom right. Is there an option to disable that?

Thank You
Krishna

1 Like

Hello Krishna,

Open this specific report in edit mode and go to Editor and then CSS Editor. In CSS Editor add the below code.

.cache-footer{
display:none
}

Save the report. Now when you view the report there would not be any hamburger icon visible.
Thank You
From Team Helical