I would love to use this as a base for my app in booking sessions for clients.
Now the question is, if i wanted to use both date and time as a variable would it best to create two further columns with date and start timeconcatenated and date and end time concatenated, or does anyone know how i could start to build an expression to include the start and end times into this expression.
if i wanted to use both date and time as a variable would it best to create two further columns with date and start timeconcatenated and date and end time concatenated
Best to use DateTime values rather than a combination of Date and Time values.
I never thought of having data collected that way, i thought it would have been better to collect it separately. I would much rather change the way i currently have it set up if its better to have it one way.
I just wanted to run a few things by you in regards to this overlapping expression.
Although you said it is better to capture the DateTime, I am unable to do it this way as I’m still having issues with the way it handles time at 12noon. It still keeps displaying 00:00pm / 00:00am and I don’t want it to do that as it could get confusing to people, I did email tech support, but there was no outcome to that situation.
So, I am currently concatenating the values with this expression.
I then wanted to try and change your expression a little so that it would allow a start times to begin on end times and end times to finish on Start times. For example 12:30-13:00, 13:00-13:30 would be allowed in the validation.
Basically removing the = out, thinking that would work but it still doesnt seem to solve the issue. Can you see an error in the way I’m working on this?
If I try to edit just the time of a pre-existing session with this expression, it thinks that a session is already in the system and the valid if constraint kicks in.
If I was to add into the filter a NOT([SessionKey]=[_THISROW].[Session Key])
Hello Steve, thanks for your help! And If I have slots with time? For examples… 14/11/2022 for date and time like similar slot: 08.00 - 09.00 - 10.00 - 11.00 - 12.00 - 13.00 - 14.00 how is possible? Thanks