![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I would like to find records between specific dates. I know, i could type date1...date2 to achieve this. However. I would like to create two fields: start date and end date. By typing dates inside I would like to find records within this dates. Filemaker 8.5 Advanced |
ate >= SearchTable::GlobalDate1
ate <= SearchTable::GlobalDate2
#3
| |||
| |||
|
|
TT <ping (AT) zg (DOT) htnet.hr> wrote: I would like to find records between specific dates. I know, i could type date1...date2 to achieve this. However. I would like to create two fields: start date and end date. By typing dates inside I would like to find records within this dates. Filemaker 8.5 Advanced Create two global fields for that purposte. Then you can either create a script that enters the find request for you or use a portal with a self-join: Put a second instance of the table on the relation graph and create a relation based on two pairs of fields: Table: ate >= SearchTable::GlobalDate1Table: ate <= SearchTable::GlobalDate2So far, I have no success. What I did is as follows; |
#4
| |||
| |||
|
| I would like to find records between specific dates. I know, i could type date1...date2 to achieve this. However. I would like to create two fields: start date and end date. By typing dates inside I would like to find records within this dates. Filemaker 8.5 Advanced |
#5
| |||
| |||
|
|
I would like to find records between specific dates. I know, i could type date1...date2 to achieve this. However. I would like to create two fields: start date and end date. By typing dates inside I would like to find records within this dates. |
![]() |
| Thread Tools | |
| Display Modes | |
| |