Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYes, easily done, but can you express more clearly the logic that you want to have and we can help you with the formula syntax.
For example, if we make a formula checkbox field called called [OK to Allow Request] we then need to list the conditions and if they would make the checkbox checked or unchecked. We also need to understand if the day before is calendar days or business days.
IF(
[date field 1]=[date field 2], true,
[date field 1]= [date field 2]- days(1), true ).
etc.. need to have you say your complete logic listed by each test that needs to be done in the sequence they need to be done..
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
For example, if we make a formula checkbox field called called [OK to Allow Request] we then need to list the conditions and if they would make the checkbox checked or unchecked. We also need to understand if the day before is calendar days or business days.
IF(
[date field 1]=[date field 2], true,
[date field 1]= [date field 2]- days(1), true ).
etc.. need to have you say your complete logic listed by each test that needs to be done in the sequence they need to be done..
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- MichaelSamo5 years agoQrew TraineeOkay I follow and thank you for the response
My current logic is to check if the day before and after is scheduled for a product, if said product is the same(or empty) as the day before/after then there would be no issue with the system and the request can go through. If the product is different then I'd want to display a message that the product on the day before/after is different and a new date must be selected. Ideally I'd like to limit this to business days with Monday not being a possible option throwing a "setup day" to the user and limiting the total products a week to three days e.g. Tues with Product A and Thurs/Fri with Product B and Tues-Thurs with Product C are both viable outcomes
Please let me know if I need to clarify on my logic
------------------------------
Michael Samo
------------------------------- MarkShnier__You5 years ago
Qrew Legend
Are all these dates on a single record or across multiple different records?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- MichaelSamo5 years agoQrew TraineeEach scheduled product date requires a a submission of the form, so all individual records
------------------------------
Michael Samo
------------------------------