![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I have created a sales report that takes data from a sales line item table. I need to know how to show the date range on the report. example: I search for all items in September by typing 01/09/2005...30/09/2005 in the date field of the sales line item table, then I view the report. I need the report to show the above date range. Any help would be greatly appreciated. Nick -- www.pop-culture.biz # 1 for Movie, Music & Sport Posters - Prints - Photographs - Collectables |
#3
| |||
| |||
|
|
Nick, FileMaker does not offer a way to present "the current Find criteria" automatically. For one thing, Finds can be quite complex and the narrative of those would be quite verbose. My recommendation would be to script the Find process: 1) User clicks a "Find Date Range" button 2) Enters their date range into a field or custom dialog and clicks "Go" 3) Your script a) copies what was typed b) uses it to perform the Find c) uses it as the heading of the report 4) User sees the report with what they typed as the heading You could get fancy with this in order to ensure correct entry of the Find criteria, but this is the basic approach. Bill "Nick Talley" <nick (AT) pop-culture (DOT) biz> wrote in message news:digh4i$4b8$1 (AT) nwrdmz02 (DOT) dmz.ncs.ea.ibs-infra.bt.com... Hi I have created a sales report that takes data from a sales line item table. I need to know how to show the date range on the report. example: I search for all items in September by typing 01/09/2005...30/09/2005 in the date field of the sales line item table, then I view the report. I need the report to show the above date range. Any help would be greatly appreciated. Nick -- www.pop-culture.biz # 1 for Movie, Music & Sport Posters - Prints - Photographs - Collectables |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
To twist your question a bit: You could add a sub-summary to diplay calc fields om min_date and max_date. That does not equal yor criteria, but would still be somewhat informative. |
#6
| |||
| |||
|
|
Thanks Bill Guess its time to learn scripts LOL "Bill Marriott" <wjm (AT) wjm (DOT) org> wrote in message news:e6adnVhfMJDVUNbenZ2dnUVZ_sqdnZ2d (AT) comcast (DOT) com... Nick, FileMaker does not offer a way to present "the current Find criteria" automatically. For one thing, Finds can be quite complex and the narrative of those would be quite verbose. My recommendation would be to script the Find process: 1) User clicks a "Find Date Range" button 2) Enters their date range into a field or custom dialog and clicks "Go" 3) Your script a) copies what was typed b) uses it to perform the Find c) uses it as the heading of the report 4) User sees the report with what they typed as the heading You could get fancy with this in order to ensure correct entry of the Find criteria, but this is the basic approach. Bill "Nick Talley" <nick (AT) pop-culture (DOT) biz> wrote in message news:digh4i$4b8$1 (AT) nwrdmz02 (DOT) dmz.ncs.ea.ibs-infra.bt.com... Hi I have created a sales report that takes data from a sales line item table. I need to know how to show the date range on the report. example: I search for all items in September by typing 01/09/2005...30/09/2005 in the date field of the sales line item table, then I view the report. I need the report to show the above date range. Any help would be greatly appreciated. Nick -- www.pop-culture.biz # 1 for Movie, Music & Sport Posters - Prints - Photographs - Collectables |
![]() |
| Thread Tools | |
| Display Modes | |
| |