Hi
I’m creating my very first ever Glide project, so please be gentle with me, and explain things in simple terms, as I’m definitely still finding my way around with the help of multiple YouTube videos!
I’m also up against a tight deadline. We’ve been selling Advance tickets for a 3 day Music Festival over this coming Bank Holiday weekend, and the ticket data downloaded from the website is pretty horrid. But I’ve cleaned that up, ready to use.
I’m creating an app to check in ticket holders as smoothly as possible (taking into account the fact that not all members of a group will turn up together, a customer may have more than one order, and orders may have more than one ticket type).
The structure is basically in three tables:
Orders
Order ID, with relevant Customer info, and we want to be able to search on any of that (Order ID, Name, first part of email address, post code).
Tickets (linked to Orders by Order ID)
Once the people on the gate pick an Order, they’re shown the various tickets within that order.
Ticket type images (linked to Tickets by SKU)
And here’s where I need help. I would really like to add an image to the information they’re shown. I have 12 different ticket types (Weekend / Saturday / Sunday / Monday, for each of 3 age groups (Adult, Under 18, Under 8). The ticket SKUs relate to the images I want to use, but I’ve been unable to add and select a relation that will allow me to include the related image in the ticket line info.
I have a Detail Tab set up, with an inline list which allows the user to search for orders, and then click through to see the tickets for that order. That’s working well, with the second inline list being based on the relation between order and ticket, as in this screenshot - other than the missing image. The Action for the inline detail line is set to show a line from the Ticket dataset.
It’s within this view that I’d like to be able to add the image for the appropriate SKU, to make it obvious whether it’s one person who’s bought a ticket for each of two days (two different shapes and colours) or a group of people of different ages all coming on the same day (all the same basic shape and colour).
e.g. ticket 1054 is for tickets in all three age brackets, all for Sunday, so they can all be checked in together (if they all arrive together)
But ticket 1059 is 2 tickets for 2 different days, so we don’t want to check them in for their Monday ticket when they arrive on Saturday.
The images will not only make the app look better, but they’ll also help to prevent errors when people are checking in.
Although I’ve set up the relation between the SKU and images in a Glide table with the ticket lines (currently 600 and growing fast - with just a small fraction of those in my test data), I haven’t been able to select the relationship anywhere to pull in the images for each of the ticket lines to be able to display the lines with the images, whilst also only displaying the correct ticket lines for the order and details about the customer from the Order. The relationship just doesn’t appear in the drop down list for me to choose from.
I know I’m probably missing something fundamental, but I’m struggling to work out what.
Help!
Thanks in advance
Julie