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
-
You need a formula field with this:
if 'Expiration Date' > today() then
styled("Expired", "red", "warn")
end -
Thank you for the quick replay. Very much appreciated.
Content aside
- 5 yrs agoLast active
- 2Replies
- 1357Views