Is there a good way to do a search for date ranges in two different
tables and have the results appear on the same screen/printout?
Our Filemaker database has tables for, among other things, Jobs,
Purchase Orders, and Invoices. Purchase Orders and Invoices are both
related to Jobs using the key field Job Number. Each table has a
"Date Created" field.
The sales guys want to be able to tell at a glance the total of all
the POs, Invoices, and the difference for a given period. Rather than
printing two separate lists and comparing them, they would like both
lists (all the POs and all the Invoices) to appear on the same
screen.
Is this even possible?
Thanks,
joseph
|
|
0
|
|
|
|
Reply
|
obrien1984
|
9/18/2003 8:09:50 PM |
|
It's possible, but not in any straightforward way I can imagine.
You could run a script, in each file, that first isolates, using a search or
a relationship, the records within the date range and then loops through
them and posts the information as parsed text (i..e, 'Invoice for Fred
Jones: 9/15/03') to an incrementing global field that lives in one,
presumably central file; loops through the same file again if there are more
dates of interest; and so on, within any file that contains relevant dates,
until a long text list is built and displayed in some viewable form.
My preference would be to use a separate 'Events.fp5' file, and add a small
record to it whenever one of the events in question take place. That
obviously implies that record creation in the other files is scripted.
The downside of an extra file is that it is just that-- more stuff. On the
other hand, if you only need it to view recent activity, you can purge it of
old records on a regular basis.
Now you can build a simple report form that shows all activity in whatever
format you like.
--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Associate Member, Filemaker Solutions Alliance
"Joseph O'Brien" <obrien1984@hotmail.com> wrote in message
news:6b6ea86e.0309181209.4c3777@posting.google.com...
> Is there a good way to do a search for date ranges in two different
> tables and have the results appear on the same screen/printout?
>
> Our Filemaker database has tables for, among other things, Jobs,
> Purchase Orders, and Invoices. Purchase Orders and Invoices are both
> related to Jobs using the key field Job Number. Each table has a
> "Date Created" field.
>
> The sales guys want to be able to tell at a glance the total of all
> the POs, Invoices, and the difference for a given period. Rather than
> printing two separate lists and comparing them, they would like both
> lists (all the POs and all the Invoices) to appear on the same
> screen.
>
> Is this even possible?
>
> Thanks,
> joseph
|
|
0
|
|
|
|
Reply
|
John
|
9/18/2003 9:58:00 PM
|
|
|
1 Replies
385 Views
(page loaded in 0.045 seconds)
Similiar Articles: find row that contains special values - comp.soft-sys.matlab ...... array in GUI - comp.soft-sys ... find row that contains special values - comp.soft-sys.matlab ..... rows--and store ... find values in two tables, display results in one ... How to display the result of a cell array in GUI - comp.soft-sys ...... cell at the first two rows only has one value, each cell in the last row have multiple values. How do I display the results ... the results can be displayed in two "tables ... Lookup: Howto display one field and store the value of another ...Correction: How to display two portals from one table ... related DB ... display one field and store the value of another ... ... Creating a Web Part to Display Search ... populating a combobox with values from two tables - comp.databases ...... populating a combobox with values from two tables - comp.databases ... I'd recommend finding one of them that has a pulse >> and post there ... Getting DISTINCT results ... Correction: How to display two portals from one table. - comp ...Currently, to display 2 portals, I have 2 tables - one ... Howto display one field and store the value of another ... Correction: How to display two portals from one table ... Calculate totals across multiple records - comp.databases ...I have a database with a number value in one field of each record. I want to display ... will reflect just that customer's results ... function, or using self-file/table ... Relationship - finding one field based on value in another - comp ...Call field X the key field in table One. In table Two I want to find the value of field A ... Lookup: Howto display one field and store the value of another ... Relationship ... Saving variable view contents - comp.soft-sys.stat.spss... output from DISPLAY DICTIONARY to a couple of SPSS datasets (one containing the "Variable Information" table, the other containing the "Variable Values" table). 2. FM7:Win32: counting instances of a value across fields - comp ...... fields, as I shall need to display up to ... not in a portal in another file/table. So, your first request needs that you create 7 new fields one per value. The 'Count_2.1 ... multiple data types in column? - comp.databases.mysql... to have one table with the columns: id, field, value ... Show quoted text - I don't understand? Why would you need to delimit the values when there is only one field ... Calculate multiple results by using a data table - Excel - Office.com... data tables show you all the outcomes in one table on one ... two-variable data table to see how different values of two variables in one formula will change the results of ... find duplicate values in two tables and only show unique results ...Keywords: find, duplicate, values, in, two, tables, and, only, show, unique, results ... One table is in one DB and the other is in a different DB ... 7/21/2012 5:38:50 PM
|