Hi,
We have a requirement in portal where we have a search column which has LOV. Currently I can select single value from that LOV and search based on that value. We want to know if we can select multiple values in that LOV column.
TIA
Hi,
We have a requirement in portal where we have a search column which has LOV. Currently I can select single value from that LOV and search based on that value. We want to know if we can select multiple values in that LOV column.
TIA
Hi,
Only possible to select one value from a LOV drop down as of now. It might be possible to use a table as a filter and enable multi row selection, and if you use onRowSelected as a filter type you would probably be able to use the multiple values in your search predicate. But haven’t done that myself so I am not exactly sure in what format a multi select is being passed between portlet listeners in that way.
Thanks Ola, will try the table with multiple row select.