![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have one file with five years of data. How do I create a new file with only data for one of the years? |
#3
| |||
| |||
|
|
Lee <leehunt1 (AT) cox (DOT) net> wrote: I have one file with five years of data. How do I create a new file with only data for one of the years? One method is to save a copy of the database (with all records), then open that copy, find all the records you don't want and delete them. The database file can then be reduced in size by saving another compressed copy. For a simple database with a single table, you could find the records you want, export them to a temporary file, save a clone (empty) of the current database, open the clone, and import the records from the temporary file. This is harder for a multi-table database as you would have to export/import every table. |
)
#4
| |||
| |||
|
|
One problem with exporting though is that it doesn't work for Container field data. |
#5
| |||
| |||
|
|
One problem with exporting though is that it doesn't work for Container field data. In what way does it not work? Were you thinking that as exports will probably end up in a different location node in the file hierarchy, that data inserted into container fields as references, will lose the links? Which does not happen because of the location of the FM file, only if the referenced images/files themselves are moved. Or something else? Doe this need to be qualified with some historical version? |
)
#6
| |||
| |||
|
|
In article <4ba7ee46$0$8825$c3e8da3 (AT) news (DOT) astraweb.com>, 105 cortical (AT) internode (DOT) on.net> wrote: One problem with exporting though is that it doesn't work for Container field data. In what way does it not work? Were you thinking that as exports will probably end up in a different location node in the file hierarchy, that data inserted into container fields as references, will lose the links? Which does not happen because of the location of the FM file, only if the referenced images/files themselves are moved. Or something else? Doe this need to be qualified with some historical version? Stored graphics / sounds / etc. are not exported since obviously the export file formats (Text, Merge, Excel, etc.) can't store them. I'm not sure about linked files, presumably the link gets exported as normal text, but it may not be of much use depending on whether it's linking the full file path or not, and whether or not the data is imported on the same computer. If you need to transfer data between two FileMaker databases, then it's better to Import directly from the other databse, rather than export and then import. Helpful Harry ) |
#7
| |||
| |||
|
|
"105" <cortical (AT) internode (DOT) on.net> wrote in message news:4ba94966$0$8836$c3e8da3 (AT) news (DOT) astraweb.com... Your Name wrote: In article <4ba7ee46$0$8825$c3e8da3 (AT) news (DOT) astraweb.com>, 105 cortical (AT) internode (DOT) on.net> wrote: One problem with exporting though is that it doesn't work for Container field data. In what way does it not work? Were you thinking that as exports will probably end up in a different location node in the file hierarchy, that data inserted into container fields as references, will lose the links? Which does not happen because of the location of the FM file, only if the referenced images/files themselves are moved. Or something else? Doe this need to be qualified with some historical version? Stored graphics / sounds / etc. are not exported since obviously the export file formats (Text, Merge, Excel, etc.) can't store them. I'm not sure about linked files, presumably the link gets exported as normal text, but it may not be of much use depending on whether it's linking the full file path or not, and whether or not the data is imported on the same computer. If you need to transfer data between two FileMaker databases, then it's better to Import directly from the other databse, rather than export and then import. perhaps the point being missed, is that the op wants to isolate a record subset. So it is not an issue of excel... Exporting as a FileMaker file does export Stored graphics / sounds / etc. Unless it's something added to the newer versions (and I haven't looked in FileMaker 9), you can't "export" records as a FileMaker file. |
#8
| |||
| |||
|
|
Your Name wrote: In article <4ba7ee46$0$8825$c3e8da3 (AT) news (DOT) astraweb.com>, 105 cortical (AT) internode (DOT) on.net> wrote: One problem with exporting though is that it doesn't work for Container field data. In what way does it not work? Were you thinking that as exports will probably end up in a different location node in the file hierarchy, that data inserted into container fields as references, will lose the links? Which does not happen because of the location of the FM file, only if the referenced images/files themselves are moved. Or something else? Doe this need to be qualified with some historical version? Stored graphics / sounds / etc. are not exported since obviously the export file formats (Text, Merge, Excel, etc.) can't store them. I'm not sure about linked files, presumably the link gets exported as normal text, but it may not be of much use depending on whether it's linking the full file path or not, and whether or not the data is imported on the same computer. If you need to transfer data between two FileMaker databases, then it's better to Import directly from the other databse, rather than export and then import. perhaps the point being missed, is that the op wants to isolate a record subset. So it is not an issue of excel... Exporting as a FileMaker file does export Stored graphics / sounds / etc. |
)
#9
| |||
| |||
|
|
"David Empson" <dempson (AT) actrix (DOT) gen.nz> wrote in message news:1jfvi3m.retmgm1cp96x6N%dempson (AT) actrix (DOT) gen.nz... Your Name <your.name (AT) isp (DOT) com> wrote: Unless it's something added to the newer versions (and I haven't looked in FileMaker 9), you can't "export" records as a FileMaker file. FileMaker Pro 7 and later can export as a FileMaker Pro database. It produces a simple database with a single table containing the data from the exported table. Seems a bit of a silly addition (especially since you'd lose any the related data) considering what else is still "missing". No doubt some people find it useful, but it really just removes one step from an "Export to Excel, Import to FileMaker" process ... although it would keep the Container Field data. For that matter, so can FileMaker Pro 6. (Isn't that the version you are running?) Nope. I've got FileMaker 4 and 5.5. |
#10
| |||
| |||
|
|
Your Name <your.name (AT) isp (DOT) com> wrote: "105" <cortical (AT) internode (DOT) on.net> wrote in message news:4ba94966$0$8836$c3e8da3 (AT) news (DOT) astraweb.com... Your Name wrote: In article <4ba7ee46$0$8825$c3e8da3 (AT) news (DOT) astraweb.com>, 105 cortical (AT) internode (DOT) on.net> wrote: One problem with exporting though is that it doesn't work for Container field data. In what way does it not work? Were you thinking that as exports will probably end up in a different location node in the file hierarchy, that data inserted into container fields as references, will lose the links? Which does not happen because of the location of the FM file, only if the referenced images/files themselves are moved. Or something else? Doe this need to be qualified with some historical version? Stored graphics / sounds / etc. are not exported since obviously the export file formats (Text, Merge, Excel, etc.) can't store them. I'm not sure about linked files, presumably the link gets exported as normal text, but it may not be of much use depending on whether it's linking the full file path or not, and whether or not the data is imported on the same computer. If you need to transfer data between two FileMaker databases, then it's better to Import directly from the other databse, rather than export and then import. perhaps the point being missed, is that the op wants to isolate a record subset. So it is not an issue of excel... Exporting as a FileMaker file does export Stored graphics / sounds / etc. Unless it's something added to the newer versions (and I haven't looked in FileMaker 9), you can't "export" records as a FileMaker file. FileMaker Pro 7 and later can export as a FileMaker Pro database. It produces a simple database with a single table containing the data from the exported table. |
|
For that matter, so can FileMaker Pro 6. (Isn't that the version you are running?) |
)![]() |
| Thread Tools | |
| Display Modes | |
| |