This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:crystal_reports_tool [2022/07/27 13:59] akoehler [Before You Begin] |
bw2:crystal_reports_tool [2023/02/01 08:54] (current) mfoster [General Configuration] |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| <WRAP center round tip 80%> | <WRAP center round tip 80%> | ||
| - | General information about configuring Crystal Reports for use with Versago and Bizweaver is found **// | + | General information about configuring |
| </ | </ | ||
| - | <WRAP center round tip 80%> | + | |
| - | General information about configuring Crystal Reports for use with HANA is found **// | + | |
| - | </ | + | |
| The source (.RPT) files need to reside on the same server as Bizweaver. We have found that the Crystal Reports runtime engine, which actually generates the reports, does not function well when the report is on another server and is accessed via a network share. | The source (.RPT) files need to reside on the same server as Bizweaver. We have found that the Crystal Reports runtime engine, which actually generates the reports, does not function well when the report is on another server and is accessed via a network share. | ||
| Line 35: | Line 33: | ||
| =====General Configuration===== | =====General Configuration===== | ||
| - | The following example illustrates a simple workflow to generate a Crystal Report, saved to disk and printed. Typical production examples will be more complicated. An example of a report that uses parameters is found later in this document. | + | The following example illustrates a simple workflow to generate a Crystal Report, saved to disk and printed. Typical production examples will likely |
| {{ : | {{ : | ||
| Line 86: | Line 84: | ||
| Moving or deleting the file is done with the File Operations tool. Information about using this tool is found **// | Moving or deleting the file is done with the File Operations tool. Information about using this tool is found **// | ||
| + | ====Crystal Reports Variables==== | ||
| + | |||
| + | ^Name ^Description^ | ||
| + | |ActionPrint|This indicates if the print checkbox is selected| | ||
| + | |ActionSave|This indicates if the save to disk checkbox is selected| | ||
| + | |Database|This indicates the database selected for the Crystal Report| | ||
| + | |DBType|This indicates the database type ex. SQL, HANA| | ||
| + | |Format|This indicates the format of the output file radio button that is selected ex. PDF, | ||
| + | |NoOfCopies|This indicates the number of copies to be printed| | ||
| + | |ParamColl|This indicates the parameter entered if any| | ||
| + | |Password|This indicates the password used for the Crystal Report| | ||
| + | |Printer|This indicates the printer that is used| | ||
| + | |ReportOutputPath|This indicates the save location of the report with extension| | ||
| + | |ReportSourcePath|This indicates the source location of the Crystal Report| | ||
| + | |Server|This indicates the server the Crystal Report is connecting to| | ||
| + | |User|This indicates the user for the database that Crystal Reports is connecting to| | ||
| + | |StepMessage|During a failure the reason for failure will be populated here| | ||
| + | |StepStatus|True or False| | ||