Make Stored Procedure parameters cascading in Crystal Reports

戏子无情 提交于 2019-12-13 01:12:00

问题


I don't have a lot of experience using Stored Procedure as a data source for Crystal Reports. My question is that when you connect to an Oracle Stored procedure which has 2 parameters - Country and City, the parameters are already mapped in Crystal individually. Is there a way i can make these parameters cascading i.e. Country > City, either on front end or backend


回答1:


After you add a stored procedure to the report, you should see the two parameters listed in the Parameter Fields section in the Field Explorer.

Edit one of the parameters, select 'Dynamic' from the List of Values picklist. Click the first row below in the Value column to select which field in your SP will contain the value (key) for Country. Do the same for the description. Click the second row to follow the same process for the City.

The parameters' values will be limited to what the SP returns.

If you publish the report to BusinessObjects Enterprise, it will create a BusinessView (and lots of other objects) to host the List of Values. This allows you to specify a broader (not just limited to the SP's result) set of values.



来源:https://stackoverflow.com/questions/7195972/make-stored-procedure-parameters-cascading-in-crystal-reports

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!