Apex_item select list to be displayed with multiple default values
881818Mar 11 2013 — edited Mar 12 2013I am using APEX 4.2.
For one of our requirements , we are displaying a report which uses "apex_item.select_list_from_query" multiselect field.
The above function accepts a parameter, 'p_value' using which we can specify the default value to be highlighted.
Is there any way to highlight multiple values on the select list by default, when the page is loaded, based on a sql output.
Sample Scenario:
Say colour is a multiselect field. Full list of values available : R, B, G, Y, O
On day1, for record1 i am choosing R and B. which I am saving in the backend when the page is submitted.
On day2 : I login again to see the report. When the report is loaded, I should see the values 'R' and 'B' highlighted or in a different font format , differentiated from the rest.
Thanks in advance for your replies.
Regards,
Raasi
Edited by: 878815 on Mar 11, 2013 10:23 PM