COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: devardekartb on 01 Sep 2015 04:38:05 AM

Title: Passing multiple values to procedure
Post by: devardekartb on 01 Sep 2015 04:38:05 AM
We have this scenario for one report:
Users have to select multiple group codes instead just one.

Would you please provide an example of how a parameter would be sent by Cognos to a stored procedure,
from a list box with select multiple values selected ?


exec PROCEDURE_A(:'Option 2,Option 4');

Is it doable in Cognos ?