User Specific Columns + User Profiles Demo

Very good !!!

I’m watching you @Wiz.Wazeer :eyes:

:+1:

1 Like

Jeff, huge Tx. Saved me a lot of trouble. After several days of banging my head against the wall, I finally got the booking response form to pull the dates etc. I changed it around a little. As for restaurant booking purposes, I took the time component out. Used only two. I incorporated slot by heads into one component. Quite normal for restaurants. Now I can add the booking form to the food ordering theme. Manages all conflicts. But this is where I used a few tricks. I’ll post it shortly. A big Tx to you Jeff!!!

2 Likes

I will check it out. Thank you so much!

Nice demo. I’m relatively a novice in glideapps and i wondered in your example app how to obtain the list of users that completed one task. I’m trying to transpose your demo to a sport team management tool with many players having many games per season to which they can be available or not.

You wouldn’t be able to do that with user specific columns. User specific columns are just that. At the moment, user specific columns cannot be rolled up or looked up by any other user. Instead, You’ll want to create a form button that keeps track of team submissions as to when they’re available and then do a multiple relation to the team name and date to check for availability.

Dommage. That would have limited a lot the number of rows or matrix cells… Thank you very much for your advice. I’m going to try.

Just letting you know that I haven’t forgotten about this. I have a similar situation where I’d like to write a lookup array to a single cell, but I haven’t been able to think of how to do this without a query or on every single row. I have a script on the back burner, but I haven’t used it yet. I’m hoping to make as much native to Glide as possible. I’m currently in the process tackling the daunting task of reworking my primary app which is over a year old. I’m trying to incorporate most of the new functionality we have gotten in the past year (which is a lot). It’s a slow process and this is one of the problems I have that slows down my sheet. If I ever figure something out, I’ll be sure to let you know.

1 Like

Thank you. I’m also looking into this and as they say where there is a will, there is a way. We will get there. I’ve implemented most of your recommendations and it does now look like a proper payment page !

Tx

1 Like

Also realised the bhoolean was doing some double counting. But when I replaced it with checkbox, bham! Now no way of passing the cart to the checkout with items not confirmed.

1 Like