Hello Helical Insight,
Hi, I am using Helical Insight Enterprise Edition 4.1. I have a drill down report and I would like to add certain icons also on top. Is it possible?
Thank You,
Netta.
Hello Helical Insight,
Hi, I am using Helical Insight Enterprise Edition 4.1. I have a drill down report and I would like to add certain icons also on top. Is it possible?
Thank You,
Netta.
Hello Netta,
There are 2 options
(a) On the drill down we can open a child dashboard (instead of child report) and in the dashboard you can have the images etc added as per your requirements. Note that this requires a small change in the drill down scripts as well so that the child report can be a dashboard as well instead of merely being a report.
(b) Option 2 is that at the child report you can enable the customization “Display Filters”. Then you can create an image in such a way that the image will have those icons etc. Then this image can be set as a background image using the below code at the CSS editor for the child report.
#displayfilters
{
background-image: url("http://www.helicaltech.com/wp-content/uploads/2021/07/random.JPG");
}
Thank You,
Helical Insight.