Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

Paginated Report using ODBC - Multi Value (Multi select dropdown) parameter not working

Hi DEVs,

 

I am creating a Paginated Report using ODBC (IBM DB2) data source.

Issue is I am not able to pass Multi Value (Multi select dropdown) parameter, with single select it is working fine.

 

In dataset query I'm using this condition:

where ColumnName IN (?)

 

I have alread tried JOIN and SPLIT function but no luck..

 

Please let me know if there's any solution or workaround for the same!

1 Reply

  • Anonymous's avatar
    Anonymous
    Not applicable

    Any help would be appreciated!!