![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On Wed, 6 Jul 2005 16:18:49 +0200, D wrote: Hi How can I optimize this Perform Find in a Script: Find Record Database: ate [= //]It returns all records, which Date lays on Todays Date (//). However how can I change it, so that it returns all records between Todays Date and 7 days before Todays Date? enter find mode setfield Database: ate ( get(currentdate)-7 & ".." & get(currentdate))perform find (maybe it's not setfield, but paste result - one of both requires result type date, while the other may return any text) |
\
#3
| |||
| |||
|
|
Insert Calculated Result [DateField, Status(CurrentDate) - 7 & "..." & Status(CurrentDate)] "Status(CurrentDate)" needs to be replaced with "Get(CurrentDate)" in FileMaker 7. |
![]() |
| Thread Tools | |
| Display Modes | |
| |