|
Using date ranges in Crystal Reports with UniDevCo products.To add date ranges to Crystal Reports that will pass the date range parameters through UniDevCo products, such as Crystal Launcher and Report and Inquiry Engine, use the following steps.
Example: UXDETAIL.InvoiceDate (Sales Analysis Invoice Date field)
Example: pwFormatDate ({UXDETAIL.InvoiceDate})
Example: Parameter Fields for Starting and Ending Dates Name: DateStart Value type: String Default value: 19900101 Name: DateEnd Value type: String Default value: 99991231 Do not select a table or field from the database on the Set Default Value screen.
Example: {UXDETAIL.InvoiceDate} in ToNumber ({?DateStart}) to ToNumber ({?DateEnd})
Example: pwFormatDate (ToNumber ({?DateEnd})) Crystal Launcher Example
|