cancel
Showing results for 
Search instead for 
Did you mean: 

Blox button to hide dashboard column

GSSC
8 - Cloud Apps
8 - Cloud Apps

I have a dashboard split into 2 columns. I have a requirement to have a button at the top of column 2 that when clicked would hide column 1 and expand column 2 to the full width of the panel. Can this be achieved?

 

Column.png

4 REPLIES 4

DRay
Community Team Member
Community Team Member

Hello @GSSC,

Here are a few posts I found in the community that may help.

https://community.sisense.com/t5/build-analytics/how-to-hide-a-column-in-a-table-widget/m-p/7572

https://community.sisense.com/t5/build-analytics/show-hide-dashboard-column-button/m-p/7448

https://community.sisense.com/t5/build-analytics/add-button-to-widget-to-show-hide-value-labels-chan...

If those don't help you with a path forward please let us know so we can continue to help.

Thank you, and have a great day!

 

David Raynor (DRay)

GSSC
8 - Cloud Apps
8 - Cloud Apps

Hi @DRay, unfortunately I was unable to achieve this outcome following the other posts however I believe my ask is similar to https://community.sisense.com/t5/build-analytics/show-hide-dashboard-column-button/m-p/7448

Could you help with this?

DRay
Community Team Member
Community Team Member

Hi @GSSC,

I'm not able to help create custom plugins, but we do have other people here who can. Please reach out to your Sisense account team to see what resources are available, or reach out to one our partners as mentioned in that other post.

David Raynor (DRay)

rapidbisupport
11 - Data Pipeline
11 - Data Pipeline

Hi @GSSC ,

I implemented some code that would show and hide specific widgets based on the selection of a dashboard filter in the post below:

Re: Filter widgets (show/hide) - Sisense Community

This would require single column layout in order not to break widths / layout when showing and hiding - but this would work by sitting these widgets side-by-side in the single column.

You could build something to manipulate the layout on the fly - but it's a non-trivial amount of work compared to being able to use the attached or even just using a tabber implementation (Tabber - Sisense)

Let me know how you go?