Thursday, June 18, 2015

How to hide a column or section from the dashboard display?



How to hide a column or section from the dashboard display?
This workaround allows you to embed dashboard objects that are hidden from the view. Using this property you can hide Dashboard Column, Section or Alert Section objects. To hide particular reports or prompt you need to put them inside the hidden column or section.
We will need to use CSS formating to hide the dashboard elements. First, go to the top right corner of the column or section you want to hide and click on Format Section (or Format Column):
Click on Custom CSS Style Options (HTML Only) and check Use Custom CSS Style.
In the text box put:
display: none;
The element with this property won’t be displayed on the dashboard. Note that this affects only the display of the dashboard, if you export the dashboard contents to a PDF the objects hidden with the CSS formatting will be visible.

No comments:

Post a Comment