One extra tip. Eliminate all Title and Page headers in the RB report before
exporting. This eliminates the need to remove the blank spaces between
pages. Can come in helpful when the report has many pages.
Rick Lane
Intelligent Systems Integration, Inc.
661B Weber Drive
Wadsworth, OH 44281
330-335-5291
Fax: 330-335-7275
"Helping business make intelligent use of technology"
-----Original Message-----
From: Plaman Dick [mailto:dick.plaman@...]
Sent: Wednesday, October 11, 2000 8:12 AM
To: 'vantage@egroups.com'
Subject: RE: [Vantage] RB Exporting
Wendy,
write your program as you always would. Separate the fields
with a
character you won't find in your data. (if you use a comma, you will
have
trouble with numeric fields. A bracket ([) is a good choice to use as a
delimiter). Delete all band lines except the record line. File export
the file to a specified location (c:\temp\export)
When file open in excel, the export will give the file a .txt
extension,
so change the file type to 'txt'. You will have the choice of fixed or
dilimited
import in excel, specify dilimited and indicate the character you used
for the
extraction. You will have to eliminate 5 blank lines between pages in
the import
in excel. Then you can manipulate the data any way you like.
If you have any trouble understanding this procedure, e-mail me
and I
will clarify.
Hope this helps
exporting. This eliminates the need to remove the blank spaces between
pages. Can come in helpful when the report has many pages.
Rick Lane
Intelligent Systems Integration, Inc.
661B Weber Drive
Wadsworth, OH 44281
330-335-5291
Fax: 330-335-7275
"Helping business make intelligent use of technology"
-----Original Message-----
From: Plaman Dick [mailto:dick.plaman@...]
Sent: Wednesday, October 11, 2000 8:12 AM
To: 'vantage@egroups.com'
Subject: RE: [Vantage] RB Exporting
Wendy,
write your program as you always would. Separate the fields
with a
character you won't find in your data. (if you use a comma, you will
have
trouble with numeric fields. A bracket ([) is a good choice to use as a
delimiter). Delete all band lines except the record line. File export
the file to a specified location (c:\temp\export)
When file open in excel, the export will give the file a .txt
extension,
so change the file type to 'txt'. You will have the choice of fixed or
dilimited
import in excel, specify dilimited and indicate the character you used
for the
extraction. You will have to eliminate 5 blank lines between pages in
the import
in excel. Then you can manipulate the data any way you like.
If you have any trouble understanding this procedure, e-mail me
and I
will clarify.
Hope this helps