Using Crystal Reports 2008
I am creating a report to list the items sold to customers for a specific date range.
Customer Item Invoice # Qty Amount
AVERY A 221 11 200.00
B 245 10 100.00
Total for Customer AVERY 21 300.00
CLAYTON B 222 5 50.00
C 255 10 500.00
J 232 10 800.00
Total for Customer CLAYTON 25 1350.00
I need help creating a parameter and/or formula to have a user be prompted to enter a specific customer id or display all customer id's on the report.
I tried changing the parameter option for Optional Parameter from False to True, but if the user does not enter any customer id, nothing is displayed on the report. I also tried adding "ALL" to the customer id vaules, but selecting ALL (with the selection formula (If {customers.customerid} = "ALL" then TRUE else {customers.customerid} = {?customer}) did not display any customers on the report.
I was able to use "ALL" in previous versions of crystal but crystal 2008 doesn't seem to work. I'm sure I am not understanding the new parameter functionality, but the documentation is not clear enough for me to understand how to create a parameter correctly.
Any help is greatly appreciated.
I am creating a report to list the items sold to customers for a specific date range.
Customer Item Invoice # Qty Amount
AVERY A 221 11 200.00
B 245 10 100.00
Total for Customer AVERY 21 300.00
CLAYTON B 222 5 50.00
C 255 10 500.00
J 232 10 800.00
Total for Customer CLAYTON 25 1350.00
I need help creating a parameter and/or formula to have a user be prompted to enter a specific customer id or display all customer id's on the report.
I tried changing the parameter option for Optional Parameter from False to True, but if the user does not enter any customer id, nothing is displayed on the report. I also tried adding "ALL" to the customer id vaules, but selecting ALL (with the selection formula (If {customers.customerid} = "ALL" then TRUE else {customers.customerid} = {?customer}) did not display any customers on the report.
I was able to use "ALL" in previous versions of crystal but crystal 2008 doesn't seem to work. I'm sure I am not understanding the new parameter functionality, but the documentation is not clear enough for me to understand how to create a parameter correctly.
Any help is greatly appreciated.