It might be too easy, but I am a first time user. So please bear with my naivty.
I’m creating a pet boarding app & I’ve data of different boardings under different cities in spreadsheet tabs.
I am planning to put these cities in a tile fashion on the landing page. After a user clicks the city tile, s/he be able to see the list of boardings and further details one level down.
For the data structure here, I would have a City sheet with all cities, then the Boarding sheet with all boardings related to those cities. Create a relation from the City to the Boarding sheet, using the city info as the link.
If you see in the above screenshot.
I created a tab “Cities” with all city names and other tabs for multiple cities. Do you think this is the right approach?
Can you show a screen shot of one of these Cities sheets please?
If we can see the structure, then we can probably offer some better advice.
Also, are all of those sheets identical in terms of structure? (ie. do they all have exactly the same columns?)
Now, in Glide you have a table called Cities, that just lists all the city names, right?
What you need to do is create a multi-relation in that sheet that links the city name to the city name in your combined sheet.
Haha, watched that before and that’s how I was able to reach the point where i am not able to see anything under “Pune”. The list is empty inside. I am sure, I am doing some blunder
Apologies for bothering you too much. If you see in the left pane, Mumbai is mapped to multiple line items from the Boarding sheet but screen is still empty.