Oct 04, 2023 11:36 AM
Why would
IF(NOT( IS_AFTER( Date,'10/4/2023)
function correctly and
IF(IS_BEFORE(Date,'10/4/2023)
not function the same in a formula
is not after = is before
Solved! Go to Solution.
Oct 06, 2023 10:27 AM
You are showing the field {invoice_issue_date_rollup} in your screenshots, but you are using {invoice_purchase_date_rolllup} in your formulas.
Oct 06, 2023 10:42 AM
Wow, that is embarrassing.
Thank you for seeing that.
Any way to just delete this entire thread from the community hahaha,
Oct 04, 2023 12:33 PM
Could the dates be the same value?
Could there be a hidden time component?
Screen captures?
Oct 04, 2023 01:17 PM
Thanks for reaching out.
There is a hard coded date in the formula of '9/22/2023'
I have both versions of the formula below and the other date that is being called into question:
- If the date in question (invoice_purchase_date_rollup) pre-dates the hard coded date of '9/22/2023' it should display 'PRE-DATES'
I named the columns with which formula I'm testing:
is_before_formula
Oct 04, 2023 01:20 PM
Forgot to include the one that started me down this rabbit hole.
The date to compare is 10.3.2023 but the formulas disagree
Oct 06, 2023 10:27 AM
You are showing the field {invoice_issue_date_rollup} in your screenshots, but you are using {invoice_purchase_date_rolllup} in your formulas.
Oct 06, 2023 10:42 AM
Wow, that is embarrassing.
Thank you for seeing that.
Any way to just delete this entire thread from the community hahaha,
Oct 06, 2023 10:47 AM
No worries. It actually is better for the community as a whole if the thread stays. It helps other people realize that (1) posting screenshots is really helpful in getting answers, and (2) checking the fields you use is important. You would probably be surprised how often people are reluctant to do either of those things.