shadar Posted June 6, 2007 Posted June 6, 2007 I know there are threads for this, but it seems like a lot of work for a simple calculation. All I need to do is take current date subtract 30 days and have the records displayed. I think I will use a portal for that. Looking to create 3 or 4 buttons with 30 60 90 and 120. Click on the button run the script. Is there anyway to take // - # of days? Sorry I am from the Access world and this seems a little strange to me. Sharon
jteich Posted June 6, 2007 Posted June 6, 2007 - use a global number field for the value 30, 60 ... - define two calculation fields 1. get( currentdate ) 2. get( currentdate ) - global_30_or_60_or - define portals relationship as date <= calc_1 AND date >= calc_2 jens
Recommended Posts
This topic is 6381 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