I have a report wich seems like
Select * From Accounts where Account_Num in (:pAccount)
The parameter is defined to allow multiple values, so when I run the report for just one value for example:
00001
the report runs correct but when use more than one value it takes to long to run or it simply gives a timeout.
00001
00002
I use a line break for each value and the report builder adds an "," to each value.
Do I need to configure something addtional to run the report correctly? Thank in advance for your help.
I'm using Report Builder 3.0 and Oracle 8 as DBMS.