Christopher_Arm
Feb 19th, 2009, 09:49 AM
I am using Crystal XI currently.
I need to include a crystal reports formula in my report that runs a report automatically by running the report at the end of the month to the beginning of the next month. Any ideas on how to do this ?
My follow up question is that I am have three existing parameters a start date, an end date, and an LTYPE. It automatically created them all as manual entry type parameters once I mapped my stored procedure. I want L TYPE to be a drop down list that selects between two choices %auto and sign in the list so that it prevents user error in the future. How do I go about doing this ? My manual entered parameter as it exists now works however the percentage sign I have before auto is neccesssary as in the procedure it follows like in terms of a selection filter as there are words that precede auto that are necessary to generate a batch of results on the report. Without the percentage sign the report is blank so I am taking that out of the user's hands with the drop down.
I need to include a crystal reports formula in my report that runs a report automatically by running the report at the end of the month to the beginning of the next month. Any ideas on how to do this ?
My follow up question is that I am have three existing parameters a start date, an end date, and an LTYPE. It automatically created them all as manual entry type parameters once I mapped my stored procedure. I want L TYPE to be a drop down list that selects between two choices %auto and sign in the list so that it prevents user error in the future. How do I go about doing this ? My manual entered parameter as it exists now works however the percentage sign I have before auto is neccesssary as in the procedure it follows like in terms of a selection filter as there are words that precede auto that are necessary to generate a batch of results on the report. Without the percentage sign the report is blank so I am taking that out of the user's hands with the drop down.