Can I have the buttons at the bottom change according to the user selection from the left menu?

Is it possible to have the buttons at the bottom of the app change according to what the user selects from the left menu?

Solved Solved
0 9 709
  • UX
1 ACCEPTED SOLUTION

You can show the button by the current view’s type

CONTEXT(“ViewType”) = “Dashboard”

or by the current view’s name

CONTEXT(“View”) = “dashboard view’s name”

View solution in original post

9 REPLIES 9

You could use a CONTEXT(“View”) expression here:

Perfect. Thank you!

Did I write this wrong? It now hides my buttons?

(“VIEW” = CONTEXT(DASHBOARD))

Yes that is wrong.

What if the button at the bottom - I want to only show when a certain menu item is pressed - is a dashboard?

You can show the button by the current view’s type

CONTEXT(“ViewType”) = “Dashboard”

or by the current view’s name

CONTEXT(“View”) = “dashboard view’s name”

Thanks. I was struggling…

Is there any way you can limit the number of view tabs in the bottom navigation bar? I have 8 views (some with long names) and readability is a problem on small screens. I would like to show 4 tabs at a go and allow the user to swipe to show the other tabs. It would also be great to show the tabs as tiles. 


@ieapplix wrote:

Is there any way you can limit the number of view tabs in the bottom navigation bar?


You have to configure your view accordingly; there's no built-in way to do it.


@ieapplix wrote:

I would like to show 4 tabs at a go and allow the user to swipe to show the other tabs.


Not possible.


@ieapplix wrote:

It would also be great to show the tabs as tiles.


I don't know what this means.

Top Labels in this Space