Export a report from Base

Is there any way to export a report from Base to .rtf or .cvs?

In ToolsSQL execute the following command:

SELECT * INTO TEXT "Filename" FROM "Table1"
SET TABLE "Filename" SOURCE OFF

Creates a csv with the name Filename in the documents directory. See HSQLDB reference. h/t pausas@OOforums

Fixed HSQLDB link.

Hi - Two other ways:

“Save As” the report

  1. Right click the report> Open (the report opens “read only”)
  2. File> Save As, choose the format you want (RTF, TXT, etc.)

Modify the output format

  1. Edit your report,
  2. Use the report navigator to select the first entry (Report)
  3. The Properties> Data tab allow to select Text or Spreadsheet