Menu Navigation Interactive

It is possible create a page menu and remove the menu navigation it stay in below?

 

app.png

 

Solved Solved
1 4 167
2 ACCEPTED SOLUTIONS

You can use CONTEXT() in the show_if section for the "Menu", "Compras", "Estoque", and "Pedidos Lojas" views.

CONTEXT(VIEW)<>"Menu"

View solution in original post

You can either remove the "Compras", "Estoque", and "Pedidos Lojas" views from primary navigation (and into menu or reference views) or you  can change the show_if for the "Compras", "Estoque", and "Pedidos Lojas" views to Today()<>Today() and leave the โ€œMenuโ€ view as CONTEXT(VIEW)<>"Menu"

View solution in original post

4 REPLIES 4

You can use CONTEXT() in the show_if section for the "Menu", "Compras", "Estoque", and "Pedidos Lojas" views.

CONTEXT(VIEW)<>"Menu"

Hello.

Worked perfectly. Just one more question. When I click and enter one of the tabs, the entire menu appears again, there is the possibility of removing it and leaving just the return button at the top.

Fael_Silva_0-1720618313212.png

Fael_Silva_1-1720618359103.png

 

You can either remove the "Compras", "Estoque", and "Pedidos Lojas" views from primary navigation (and into menu or reference views) or you  can change the show_if for the "Compras", "Estoque", and "Pedidos Lojas" views to Today()<>Today() and leave the โ€œMenuโ€ view as CONTEXT(VIEW)<>"Menu"

Yes, worked. 

Thank you.๐Ÿ™

Top Labels in this Space