I am using Crystal XI and working with a SQL database. I have one report that includes 4 subreports. The report's purpose is to be a "snapshot" of production. The reason for the many subreports is because I am pulling data from different transaction types (i.e. Receipts, Shipments, Dispatches) and from different date types (i.e. Creation Date/Time & Completed Date/Time).
I have written the various reports in command statements, and then tried to link them by the date parameter (Start & End Date).
First Problem: I linked one sub-report to the main by the date parameter. When I try to run the report, it prompts me to input two date ranges. Is there a way to fix this within the command statements?
Second Problem: In addition to linking reports by date range parameters, two of the subreports are real-time totals. Therefore, I am doing a "While Printing Records, Share Total" from the subreport to the main. This causes way too many records to be pulled. Do I have any other options when trying to share subreport totals within a main report?
Let me know if you would like to see any code.
I have written the various reports in command statements, and then tried to link them by the date parameter (Start & End Date).
First Problem: I linked one sub-report to the main by the date parameter. When I try to run the report, it prompts me to input two date ranges. Is there a way to fix this within the command statements?
Second Problem: In addition to linking reports by date range parameters, two of the subreports are real-time totals. Therefore, I am doing a "While Printing Records, Share Total" from the subreport to the main. This causes way too many records to be pulled. Do I have any other options when trying to share subreport totals within a main report?
Let me know if you would like to see any code.