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

Tiger1
Participant V

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 699
  • 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