how to export history items

F

fronty

I need to export the company data from bcm (2007) for further analysis. The
export to cvs work fine. But the most important part for me, comments stored
in history items which are linked to companys are not exported. I couldn't
find any hints so far, of how to get that kind oh information. I hope someone
can me.
 
L

Luther

I need to export the company data from bcm (2007) for further analysis. The
export to cvs work fine. But the most important part for me, comments stored
in history items which are linked to companys are not exported. I couldn't
find any hints so far, of how to get that kind oh information. I hope someone
can me.

Pretty much everything gets exported into BCM files, but export to CSV
only includes a subset.

You can write a routine to extract the data you want from a BCM file
(the data is in XML) into a CSV file or use a sql tool to export the
data you want directly from the database.
 
Top