0

How to compare dates in Ninox?

What would a Ninox formular look like that compares a 'current date' field with an 'expiration date' field and shows the word "Expired", if 'curent date' is equal to or beyond the 'expiration date'?

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    You need a formula field with this:

    if 'Expiration Date' > today() then
    styled("Expired", "red", "warn")
    end

    • Choices_Software_Dean
    • 4 yrs ago
    • Reported - view

    Thank you for the quick replay. Very much appreciated.

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 1322Views