Summary

This article explains how to export a report in tab-separated text (TTX) format.

More Information

The Crystal Reports program provides an option to export in TTX format, but TTX is not shown as an export format in Report Commander. However, the TTX format is simply a character-separated values (CSV) export, using the tab character as the field separator. CSV is supported by Report Commander.

To configure Report Commander to create a TTX export:

Using the Command Line Builder

Select CSV for the export format, then go to the CSV Export Options page. Check the Use tab box next to Separator.

Using the Project Editor

Create a new File Output and select CSV as the export format. In the CSV Settings, locate the Field Separator setting and enter "{tab}" (without the quotes).