Hi ,
I have one select list ITEM P35_ENGINEMARK. Till now I have selected one value in select list and passing that item to below sql query. Then now I am able to select multiple values in same select list.But I dont know how to pass multiple Items to below sql query based on how many select values from select list
So kindly help me here.
select
null,
'Assigned Packages',
Count(ID)
from Table
WHERE DESCRIPTION like '%'||:P35_ENGINEMARK||'%'
Regards,
Bala