Im trying to get my app to show what specific electrical assets are at a location. However, as of right now the all the assets for the entier site are being populated when each asset location is tapped on.
My goal, for example: I tap on Asset location “Electrical Room 1” - List of all assets within that electrical room is populated. But right now, when I tap on “Electrical Room 1”, all the assets for the entire site are being generated. Ive created the relationship column but its still not working. Im really thankful for any help/guidance.
1 Like
Are you using that relation as the source of your collection?
1 Like
Im only able to select the location name as the relation source for some reason, OR the equipment table. My equipment table has a relation column in it but Im not able to use THAT for the source, Im not sure why. Its like its stuck on only the relation that exists inside the locations table.
1 Like
The relation needs to be in the locations table because the detail screen you are viewing is the location detail. You want a relation From location To equipment so that the relation returns a list of equipment at the location. Then the collection can be sourced from the relation to show that list of related equipment.
3 Likes
Thank you. In between what you wrote + the video from (University), only then did it make sense with a visual follow along example.
3 Likes