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 ?