Hi,
I have written a stored procedure and connected it to Crystal. This works as it should.
I am using a report parameter front end from an ERP system and was hoping to be able to use my date selection from the ERP report front end rather then having to deal with the Crystal parameter prompt.
Is there a way to assign a Crystal parameter value to default from another field value?
Example: when I click print preview from my ERP system for the Crystal report it passes a date selection through in field OPTION1. When I get to crystal I have option1 with my date selection. I also have the @cutoffdate parameter (Created from the SP) in crystal. This always prompts.
So, can I just pass the option1 field value to the @cutoffdate parameter and bypass the whole crystal parameter prompt? Is there another way about this?
Thanks,
Ross