My apologies, I might have placed this in the wrong category.
I have a form with some transactions. The fields are ID, BusinessDatetime,businessday,amount,type.
Right now I don't have anything in the businessday field. It is blank because I don't know how to capture the date based on what the businessDateTime field.
I'm trying to get the data to looks like this (without the -) :
1 - 01/03/2024 2:59am - 01/02/2024 - $1.25
2 - 01/03/2024 3:01am - 01/03/2024 - $1.56
I can't figure out how to create a formula on the input form to push the 01/01/2024 into the businessday field.
1. The condition is that if a transaction occurs prior to or at 3am then it belongs to the prior day.
2. If the transaction occurs after 3am but then it belongs to today's business day.
3. Example: One business day is from 01/01/2024 3am to 01/02/2024 3am.
Originally I have a BDate and BTime fields instead of the 01/01/2024 3:01pm field
But I couldn't get my query to pull from the separate date and time fields so I opted for the datetime field.
Thanks ahead of time for any inputs and help.
I have a form with some transactions. The fields are ID, BusinessDatetime,businessday,amount,type.
Right now I don't have anything in the businessday field. It is blank because I don't know how to capture the date based on what the businessDateTime field.
I'm trying to get the data to looks like this (without the -) :
1 - 01/03/2024 2:59am - 01/02/2024 - $1.25
2 - 01/03/2024 3:01am - 01/03/2024 - $1.56
I can't figure out how to create a formula on the input form to push the 01/01/2024 into the businessday field.
1. The condition is that if a transaction occurs prior to or at 3am then it belongs to the prior day.
2. If the transaction occurs after 3am but then it belongs to today's business day.
3. Example: One business day is from 01/01/2024 3am to 01/02/2024 3am.
Originally I have a BDate and BTime fields instead of the 01/01/2024 3:01pm field
But I couldn't get my query to pull from the separate date and time fields so I opted for the datetime field.
Thanks ahead of time for any inputs and help.