Forum Discussion
neelesh
8 years agoRegular Visitor
Remove/Hide Visual Filter
I have a atbluar report and all the columns of the table are avaialble in Visual Filters pane for user. Is there a way to hide/rmeove the column sthat are not required in Filter Pane?
- Anonymous8 years ago
neelesh No. This functionality doesn't exist. I would recommend voting up any of the ideas here to emphasis this need.
2 Replies
- AnonymousNot applicable
- suravNew Member
Place the report in an iframe and run
document.getElementById("exploreFilterContainer").style.visibility = "hidden";