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?
surav
5 years agoNew Member
Place the report in an iframe and run
document.getElementById("exploreFilterContainer").style.visibility = "hidden";