Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to export the report/data without column header to plain text file in OBIEE 11g ?

Dear all,
May I know whether it is possible to export the report without column headers to plain text file (non delimited file) in OBIEE 11g ?
For the work around solution to export the report in plain text file (non delimited file), I join the values of all columns to one column and export this column to csv and rename to txt file.
However, I don't know how to omit the column header during export.
As the omit of the column header during export is specific for 1 report only, hence, I don't want to change that export option globally.
Thanks in advance.
Answers
-
Hello,
Go to your column properties. Make Column heading Blank and check custom heading and make the font color as white and size as zero.
Go to table properties and make the below change.
Now export it as data and in the save window save it as file.txt .
Thanks
Aj
0 -
Hi Aj,
Thanks for your prompt reply.
On the table properties, I don't have the option of "No Column or table headings" in Display Folder & Column Headings.
Instead, I have selected "Off" in Column Labels under View Properties.
Although the column header is gone during export, it still leaves a blank line. Is there anyway to remove that blank line ?
Thanks a lot.
0 -
-
Wrong tool for the job ... OBIEE isn't great at DB dumps
0 -
Hi Aj,
After using Narrative view, the column header/line is omitted when exporting to PDF/Excel. However, when I use Export -> Data -> CSV Format/Tab delimited Format to export, the blank link is still there.
May I know whether I can totally remove the column header in exporting to CSV/Text file ?
Really thanks a lot.
0 -
CSV/Tab delimited ignore the results views.
It exports directly the dataset returned by the criteria you entered.
So if you have 10 columns in your criteria and add 5 as excluded in a table view, if you export it in CSV you get the 10 columns.
That's why you still get the header, even if empty.
0