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
2 answers

ADF LoV Switching

I have View Object that I use of two different jsf pages. Each jsf has his own Data Model in the AppModel. I want to use different LoV for an attribute from the VO in each jsf (not based on a condition - simply one Lov for the first page and the…
0
votes
2 answers

Oracle Apex column link from LOV values

Can you please advise if below is even possible. Using Oracle 11g and APEX 4.2.6. I have a data grid that brings all tasks from a master table. But show the task name via a LOV. I am trying to add links, via Column links. But I must turn off the…
jase sykes
  • 196
  • 6
  • 21
0
votes
1 answer

LOV working as expected in Select List, not in Display as text(LOV)

Working on an app in Oracle APEX, time entries are represented as floats in the DB, but I want to display them properly in the app iteself, so 15.5 displays as 15:30. For that, I created a Static LOV in Shared Components. It works perfectly in…
Lea
  • 211
  • 1
  • 2
  • 14
0
votes
2 answers

Refer to NULL in List of Values (Oracle APEX)

So I have a List of Values, and I want to have a display value of "Yes" when the return value is NULL. I tried leaving the return value blank, and even writing null, but when I go to my table and use the LOV, instead of getting my return value…
0
votes
0 answers

Trying to Create a Dynamic List of Values using While Loop in SQL Query

So I am using Oracle APEX, and I am trying to create a dynamic list of values. So say I have a table called "Device" and two of the columns are "ID" and "Quantity." I have a form where a user can choose a device, and from there I am trying to get…
0
votes
2 answers

Trying to create a "List of Values " including a table value and numbers below it

So basically say I have a table called "Device" and then one of the columns is "Quantity," what if I wanted to create a list of values that takes that number, say the quantity is 4, and the values are (quantity - 1) until !> 0, so in this case (4,…
0
votes
1 answer

Post query trigger not firing after LOV population in oracle forms 10g

I have a master detail form in which details in a second block are displayed based on the first block. The problem is, when i use a LOV selected value the post query trigger is not firing in the second block and i cannot understand why. The…
maccame
  • 45
  • 1
  • 5
0
votes
1 answer

How to force the search field to be uppercase in ADF: ListOfValues (LOV) component?

How can I manipulate a search field LOV component to force it to be uppercase? I can do this for a LOV field, but I don't know how I can access the LOV pop-up search field that you get when clicking the search icon. Please see below for field I need…
LDM91
  • 437
  • 1
  • 7
  • 16
0
votes
3 answers

Not getting values to LOV after Execution

I am Facing problem with Lov, I am having three lov fields in the page which are defined on other viewObjects than current page viewObject. iam successfully able to bind them to the page i.e getting values by clicking the icon. but the problem is…
syed99
  • 332
  • 1
  • 5
  • 20
0
votes
1 answer

ADF create form with combo box

I'm starting with Oracle ADF and JDeveloper. I'm doing some basic tutorials first. From the HR database schema, I'm trying this exercise: create a new location, but in CountryId attribute, show all countries list. This is more user-friendly, so the…
yaki_nuka
  • 724
  • 4
  • 26
  • 44
0
votes
4 answers

LOV in angularjs

Is there any component that support LOV (list of value) in angularjs? My problem is like this, I have 2 combo box, the first has too much items, so i decided to provide suggestion to user with typeahead of bootstrap, after a user selects combo an…
R Pasha
  • 700
  • 5
  • 21
0
votes
1 answer

ADF: List of Values Update Multiple Fields

I have an LOV added to my view object which updates 6 fields - done all through the LOV wizard in JDeveloper. It works perfectly fine when test running the application module - all fields update with the proper values after selecting a value from…
GavinWoods
  • 813
  • 2
  • 14
  • 28
0
votes
1 answer

How to colour a column differently depending on value

I am trying to create a column in a report which would take entries from a corresponding column from the database. This LOV is returning the active or inactive status depending on the value of the base column. I would like to add colours to this…
Jestem_z_Kozanowa
  • 607
  • 3
  • 13
  • 38
-1
votes
1 answer

Autopopulate values in LOV

We have list of LOV on OAF page as show below. That list does increases or decrease according to search by user. If I put or enter new manager name on 1st LOV then the values is autopopulate in 2nd LOV? LOV list could be one two three and so on.
-1
votes
1 answer

How to avoid duplicate values in a LOV on a adf input table

I have a input table with a LOV field. Values in the LOV are coming from a VO which is join based VO. So key attributes are from all the Eos which are joined. My LOV is defined over one of the key attribute of a EO. So i am getting duplicate values…
user3395103
  • 131
  • 1
  • 3
  • 13