multiselect list in where condition
642863Jun 13 2008 — edited Jun 16 2008Hi,
I use a multiselect list which is like that
All
01
02
03
04
...
I'va got a column name "departement" in my report and i want, if users have selected multiple values, to displaying the row that contains :
where departemet = '01' or departement = '02' if user select 01 and 02
or
where departement = '01' or departement = '02' or departement = '03' if '01', 02 and 03 are selected
how can i do that cause i don't know the number of conditions ?
thx
Message was edited by:
user639860