cancel
Showing results for 
Search instead for 
Did you mean: 

Filter - multi-select ISSUE after migrating to R4.1

Former Member
0 Kudos

Experts,

We recently migrated from R2 to R4 and one of our most important Universes has a multi-select filter pre-defined as such when you look at it with the Information Design Tool:

USER_DT.MTH IN (@Prompt('Enter as of Months', 'A',,multi,))

The syntax Parses just fine. But when I try to use it in a simple query with Webi 4.1 it is only successful when I enter 1 month. If we enter more than 1 month it throws this error:

Database Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Statements could not be prepared .. (IES 10901) (WIS 10901)

It's interesting because when you look at the SQL syntax from webi it writes it correctly using the 'IN' clause.

Any thoughts or direction?

thanks,

Matt

Accepted Solutions (0)

Answers (1)

Answers (1)

jyothirmayee_s
Active Contributor
0 Kudos

Hi,

Was it a 32 or 64 bit ODBC?. Can you delete the ODBC and recreate it?.

Thanks,

Jothi

Former Member
0 Kudos

Thanks, it's on a 64-Bit OS ... I will look into re-creating it, thank you!