agaperrk Posted May 21, 2009 Posted May 21, 2009 I have a field I want to be a flag for a expiring date. CurrentDate < Datefield -30;"expiring"; CurrentDate > Datefield + 1 ;"expired";"" It will just show the text I want to put in it. I need to tweek this a little Thanks in advance.
mr_vodka Posted May 21, 2009 Posted May 21, 2009 (edited) Case ( Get ( CurrentDate ) >= YourDatefield; "Expired"; Get ( CurrentDate ) +30 > YourDatefield; "Expiring" ) Edited May 21, 2009 by Guest
Recommended Posts
This topic is 5724 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now