October 26, 200916 yr I am looking for a calculation for a script that will show records for the past 7 days Get ( CurrentDate ) - 7 is the calculation I thought would work but just shows the 7th day from today. I tried searching for it but unsuccessful.
October 27, 200916 yr You'll need to use the range symbol: "..." Something like: Enter Find Mode [ ] Set Field [ YourDateField ; Get ( CurrentDate ) - 7 & "..." & Get ( CurrentDate ) ] Perform Find [ ]
Create an account or sign in to comment