Ask a Question related to FileMaker, Design and Development.
-
Ross Scholes #1
Re: Showing records from two db's in one portal?
Depends on the eventual mechanism you intend for analysing your data.
If it means combining similar types of data into sets and sorting for
comparison, then you might try creating a third file [Master] (e.g.. via
cloning) and setting it up with import routines/ scripts. There are data
integrity issues to be dealt with but most basically ...
[REFRESH]: script in Master
Show All Records
Delete All Records
Perform Script | External Script (Slave_1, [xtREADY])
Perform Script | External Script (Slave_2, [xtREADY])
Import (Slave_1) [no dialog]
Import (Slave_2) [no dialog]
Sort ... etc.
[xtREADY]: script in Slave_1, Slave_2, ...
Freeze Window
Show All Records ... or ... Find [Restore the subset(s) of interest],
etc.
Toggle Window [minimise]
Scripted import\ export encompasses MUCH scope for bulk data management.
Ross Scholes
Ross Scholes Guest
-
Showing x to y of z records
Hi. I'm extending the built in DataGrid to show a summary above the header row (see subject). I am doing this by creating a new... -
datagrid with no records - showing a line
Hi everyone, Using asp.net and a datagrid - When there are no records returned from the query - is there a way to add/insert a line into the... -
SQL is showing all records
Hi, I'm using: SearchString = request.Form("SearchString") 'works fine TodaysDate = Date() 'gives todays date correclt formatted strsql =... -
[Q] Self join portal records - why one too many?
Using FMP 6.04 dev under MacOS X 10.2.6 I have a self-join working just fine with the desired records appearing in the portal but there is one... -
Restricting detail records in a portal
I have a typical order/order detail pair of tables. The main order table has fields like client, date, and other fields that pertain to the entire... -
tester #2
Showing records from two db's in one portal?
This would solve a HUGE problem for our school.
Our school transcript database shows all classes completed in our
school.
I have a seperate databse with classes completed in other schools.
How can I create one portal to show the information from both databases?
Is there a different approach?
This would allow our registrar to quickly check what courswork remains
to be done. [something I hope to get FM to do someday, I would have to
compare a list of specific classes needed with actual classes completed
[if someone can get me on the rihght track for that, it would be a
bonus!]]
tester Guest
-
Bridget Eley #3
Re: Showing records from two db's in one portal?
You can't actually display records from two databases in a single portal,
but there is no reason why you can't display two portals on a single layout,
then create calc fields to summarise the data in each (eg total credit
points awarded), eg calc (number result) = Sum (relationship::field). Add
the results in a third calc to show total earned to date. In another calc,
you could subtract them from total credit points required to show total
still required. These calc fields can be displayed on any layout where that
information is needed, with or without the portals (although be wary of
putting them in a list or table view).
Bridget Eley
in article 091020031324351585%martinc6868@yahoo.com, tester at
[email]martinc6868@yahoo.com[/email] wrote on 10/10/03 6:24 AM:
--> This would solve a HUGE problem for our school.
>
> Our school transcript database shows all classes completed in our
> school.
>
> I have a seperate databse with classes completed in other schools.
>
> How can I create one portal to show the information from both databases?
>
> Is there a different approach?
>
> This would allow our registrar to quickly check what courswork remains
> to be done. [something I hope to get FM to do someday, I would have to
> compare a list of specific classes needed with actual classes completed
> [if someone can get me on the rihght track for that, it would be a
> bonus!]]
(to email direct, replace "DOT" with "." and remove ".invalid")
Bridget Eley Guest



Reply With Quote

