ASKER
ASKER
ASKER
ASKER
ASKER
Crystal Reports is a business intelligence application from SAP SE. It is used to graphically design data connections and report layouts from a wide range of data sources including Excel spreadsheets, Oracle, SQL Server databases and Access databases, BusinessObjects Enterprise business views, and local file-system information. Report designers can place fields from these sources on the report design surface, and can also deploy them in custom formulas (using either BASIC or Crystal's own syntax), which are then placed on the design surface. Crystal Reports also supports subreports, graphing, and a limited amount of GIS functionality.
TRUSTED BY
First you have to create an ODBC connection to the text file using the Microsoft Text driver.
Once you have that then you can use it as any other ODBC data source.
http://scn.sap.com/thread/1070686
I believe you will have to transpose the data so it is in record format
One record per line
If all you want is to show the data then you could use it in the current format. You will have 2 columns one for the definition the other for the value.
mlmcc