Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mandilicious
Creator II
Creator II

Hide Tabs

Hi Champs

I have dashboard that I created so the challenges that I have is to hide tabs in the main tab.

I need to display below buttons only  and hide tabs in the MAIN tab and  then other tabs show be visible when you click button that is related to it.

Main.PNG

For example each tabs after clicking Data button  under Show Sheet I used Conditional  = vSheetGroup = 'data'

Please help

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

Add a trigger to the button data external/set a variable, vSheetGroup as variable and data for value. In the conditional show of the sheet vSheetGroup = 'data' for tabs you want to show and vSheetGroup = 'REC' (as example) for sheets you want to hide when you select data and show when you click REC (after adding a trigger for that one as well)

View solution in original post

3 Replies
stigchel
Partner - Master
Partner - Master

Add a trigger to the button data external/set a variable, vSheetGroup as variable and data for value. In the conditional show of the sheet vSheetGroup = 'data' for tabs you want to show and vSheetGroup = 'REC' (as example) for sheets you want to hide when you select data and show when you click REC (after adding a trigger for that one as well)

vishalgoud
Creator III
Creator III

share your sample app, will do it and share you here..

timpoismans
Specialist
Specialist

While it's nice and all that you want to solve his issue, it would be better if you, like Piet Hein did, explain how he can solve the issue and let him work it out himself.

That way he can learn how to do so himself instead of having to return here when he has to do something similar again.