Randy Harmelink wrote:
> How about creating a pivot table for them, using the CSV file as an
> external data source? Or, let them drag and drop the fields into the
> pivot table layout, any way they want?
I am afraid the structure of the csv file (specifically the headers)
does not allow the use of pivot tables. I am attaching a sample here for
your reference. I renamed it to .txt file just in case csv extensions
are not allowed.
In addition to the way the headers are structured, the rules for
combining rows is very complex and depends on many factors that need to
be handled by some sort of program.
any help is greatly appreciated.
Randy Harmelink - 24 Mar 2006 05:37 GMT
I guess my question would be why the reports are created and viewed in
CSV format if they are not useful that way? That is, why even use
EXCEL or CSV files at all?
hilz - 24 Mar 2006 07:57 GMT
Randy Harmelink wrote:
> I guess my question would be why the reports are created and viewed in
> CSV format if they are not useful that way? That is, why even use
> EXCEL or CSV files at all?
Well, they are useful to the users because they take the end result (the
excel file) and use it in some other software.
So any suggestions?
thanks.
Randy Harmelink - 24 Mar 2006 08:34 GMT
The devil is in the details, but in general I would think you have two
primary directions to look at:
1. Converting the CSV file into a format the users want to see,
possibly even abandoning EXCEL from their usage of the output.
2. Converting the CSV file into a format that EXCEL can manipulate into
various ways that the users want to see the data.
Which direction you go would primarily depend on how much interaction
the users need to have with the converted data -- how many ways they
want to "slice and dice" it.
As long as combining rows of data is complex, I don't see much of a
choice other than to "massage" it for them ahead of time.