Is it possible to allow the user to have multiple selection while using 'list'?
For e.g.
Select department, sum(emails)
from email_volumes
where department IN (&)
The functionality what I am looking for is similar to HTML drop box that allows multiple selection.
Any help will be appreciated.
For e.g.
Select department, sum(emails)
from email_volumes
where department IN (&)
The functionality what I am looking for is similar to HTML drop box that allows multiple selection.
Any help will be appreciated.