Is it possible to create a tree of views?
if I have several tables related to a certain city, I select this city and see only these tables (views)
May I ask what kind of “Tree” you would like to have? Any sample?
I managed to make the menu look like on the main screen:
- type A
- type B
- type C
When you click on for example on type C, a transition to a menu of type C occurs: - A
- B
- C
But then I need to, when choosing C, go to the presentation I need.
But when setting up an action, you can select a table, you cannot select the desired view from the ones in the application.
How to do it?
I found the problem, the name in the menu should match the name of the view
Excellent!