jenlion
IS-IT--Management
- Nov 13, 2001
- 215
Hi all, hoping someone can tell me if this is possible.
Crystal 10, SQL 2000.
I need to create a report that returns a price. There is a stored procedure in the DB that does this nicely for the GUI.
There are 11 input variables (some will be null, but several are relevant and I have to fill them) and 9 return values (I only care about one of them).
Is it possible to "feed" the procedure input variables? I would want my details section to list, for example, an Item (which is an input variable) and that item's price (the output variable for that procedure). Other input variables would be report-wide but still need to go to proc.
I've never tried to call a proc from Crystal before, so I don't have any idea if Crystal can do this or not. So, my questions are:
1. Can Crystal do this?
2. Point me to where to start reading about how?
Thanks for any help!
Crystal 10, SQL 2000.
I need to create a report that returns a price. There is a stored procedure in the DB that does this nicely for the GUI.
There are 11 input variables (some will be null, but several are relevant and I have to fill them) and 9 return values (I only care about one of them).
Is it possible to "feed" the procedure input variables? I would want my details section to list, for example, an Item (which is an input variable) and that item's price (the output variable for that procedure). Other input variables would be report-wide but still need to go to proc.
I've never tried to call a proc from Crystal before, so I don't have any idea if Crystal can do this or not. So, my questions are:
1. Can Crystal do this?
2. Point me to where to start reading about how?
Thanks for any help!