3
votes

I have a very complicated Crystal Reports XI rpt file with 30+ group header sections, each with its own suppress (No Drill-Down) formula. I would like to document this report in a separate ASCII txt file so I can get an overview of the report. Is there any tool or any way I can export Crystal Reports XI formulas without going through each section and copying them?

2

2 Answers

3
votes

The export functionality provides an export format called "Report Definition" which will export the complete definition, including all formulas, to a text file.

0
votes

RptToXml is an open-source project with that goal in mind.