Skip to Content
0
Former Member
Jan 12, 2012 at 02:44 PM

CR XI - Pass a Multi-value Parameter to a Stored Procedure

22 Views

Hello,

Here is my problem ! 😊

My Main Report accept a Multi-value Parameter "myParameter".

I create a formula "lstParameter" (Join({?myParameter},',') linked to my SubReport (string static parameter based on a Stored Procedure which returns a RefCursor (ORACLE)).

When I launch the Main Report, he is blank...but if I open the subreport in the overview i can see the result...

it seems like the MainReport don't call the SubReport, or something like that...

I hope you can help me !

Thanks

Anthony

Edited by: anthony.44 on Jan 12, 2012 4:53 PM

Edited by: anthony.44 on Jan 13, 2012 9:51 AM