Questions tagged [lov]

LOV, or list of values, refers to drop-down/pop-up lists in combo boxes often found in graphical-user-interface computer applications.

78 questions
0
votes
0 answers

Support Multiple Value Selection not working in dependent LOV in Oracle ADF

I have created View Criteria for EmployeesVO. For ManagerId and DepartmentId I defined Support Multiple Value Selection. Issue is following - after choosing multiple values in ManagerId I expect to have refreshed list of values for DepartmentId…
Kampe
  • 1
  • 1
0
votes
1 answer

oracle apex 5 LOV Wrong number of columns selected in the LOV SQL bug

I created a list of values in my APEX app, with query like below: select JMENO as display_value, JMENO as return_value from VW_DISTINCT_JT_PARTY order by 1 But when I execute the form whereI use the LOV for text field with autocomplete, it…
JanFi86
  • 449
  • 10
  • 29
0
votes
1 answer

How to include javascript file into LOV popups on apex oracle?

I want to include .js file (or piece of code) into LOV popups of some apex page. I found that I can't do that in apex IDE for editing LOV popups and I can only include .js file into apex page. Question: how to include it into LOV popups of some…
0
votes
1 answer

How to create a dynamic LOV at runtime

How to create a dynamic attribute in lov at runtime? Suppose I have a employee lov, where only two attributes are currently present like employee id and employee name. It user want to add a few more column at run time like employee age and employee…
Capil
  • 41
  • 2
0
votes
3 answers

Oracle ADF LOVs value binding to multiple text fileds

I have a use case where I have created a view object that contains 3 values namely LOC_CODE, LOC_DESC, CITY_DESC. Now in my ADF form I would like to display all 3 values in such a way so that user would have a provision to select LOC_CODE From…
k10gaurav
  • 462
  • 7
  • 24
0
votes
1 answer

How to create LOV with font awesome icons in Oracle APEX app?

I have created an LOV in my application. I want add font awesome icons and colors to this list for per list rows. But I don't know how to do it. May anyone help me with that? You can see what i want to do by this picture
Murat Yürür
  • 77
  • 1
  • 1
  • 11
0
votes
1 answer

Oracle APEX Popup LOV Performance Issue

My company has an application built by Oracle APEX that contains popup LOV in some pages, recently users began complaining about those lists. Sometimes it takes much time to load, about 20 ~ 40 seconds. I become responsible for following up with…
Haroko
  • 23
  • 8
0
votes
2 answers

rails use form input value before save

I have a form in rails with input values, and 1 of the values is a LOV (List of Values) and a second input field is also a LOV but depends on the input of the other field. The input value of the first field is not saved in between. So I need to use…
RORStarter
  • 13
  • 4
0
votes
1 answer

Apex Result Is Not Fullscreen (maybe region/breadcrumbs issue)

Does anyone know why my result for cascading LOV is not showing full screen? http://i.imgur.com/QIp0YV4.png As you can see, there is a line in the middle of the page. I have tried several ways to get it set to fullscreen but was unable to.
0
votes
1 answer

SQApplication Express (Apex) - Displaying the result from cascading list of values (LOV) selection

I have been working on this for a while now and am stuck on finding the solution. This is what I would like the end result to be - displaying this table below based on the selection from LOV #1 AND LOV #2: This is what I have so far: How do I make…
0
votes
0 answers

Application Express (Apex) - Displaying the result from cascading list of values (LOV)

I have been working on this for a while now and am stuck on finding the solution. This is what I would like the end result to be - displaying this table below based on the selection from LOV #1 AND LOV #2: But this is what I am getting: How do I…
0
votes
1 answer

Oracle List of value (lov) refresh when select any row

I have created a LOV on oaf page. The issue is when i select any row from LOV page, it's reloading the (lov) page instead returning the values to back page. If we keeps opened LOV window for more than 5 minutes and then select any row, it…
Saifal Maluk
  • 121
  • 2
  • 5
  • 14
0
votes
1 answer

Oracle Apex dynamically enable/disable text field depending on LOV selected value

I am trying to enable/disable text field depending on LOV selected value but it works just on page load, and I want to do it dynamically on client side when the LOV selected value change. I tried with a dynamic action but it only fire on page…
Benzil
  • 45
  • 2
  • 12
0
votes
2 answers

Can't create LOV from DataSet in Spagobi Server 5.1

I'm using Spagobi server 5.1. When I try to create a Lov from Dataset I always get the error message "An error has occurred. Retry later. If the problems persists, contact the system administrator". The DataSet creation works fine and also I can…
Simon
  • 219
  • 1
  • 4
0
votes
1 answer

APEX 4.2 - Dynamic list of values in interactive report

I have an interactive report with 2 columns. Report source SELECT APEX_ITEM.CHECKBOX2(1,a.USR_CODIGO,DECODE(NVL((SELECT 1 FROM PROYECTOS_ROLES_USUARIOS pru WHERE pru.USR_CODIGO = a.USR_CODIGO AND pru.PRY_ID =…
Benzil
  • 45
  • 2
  • 12