Forum Discussion

neelesh's avatar
neelesh
Regular Visitor
8 years ago
Solved

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?

  • Anonymous's avatar
    Anonymous
    8 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

  • Anonymous's avatar
    Anonymous
    Not applicable

    neelesh No. This functionality doesn't exist. I would recommend voting up any of the ideas here to emphasis this need.

  • Place the report in an iframe and run 

    document.getElementById("exploreFilterContainer").style.visibility = "hidden";