Select the item of list apex

Hi all,

I have a report (created using elements of the apex region). In this report a single column of region's selection list.
Here's the sql select query in the Source of the region. here in this column in the select list, I have to show more than two values in the selection list.but im get two values(cu_and_cu1).i have tried has given more than two values, but it shows only two values in the drop-down list.

How to solve it?
select .,.,.,apex_item.SELECT_LIST(4,'cu','cu1') from <table_name>;
Thank you in advance

Hello

the format of your selection is wrong. Take a look at the documentation: http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/apex_item.htm#CHDHJJAB

It should be like this:

APEX_ITEM.SELECT_LIST(4,'cu','cu;cu,cu1;cu1,cu2;cu2,cu3;cu3')

Kind regards
Dirk

Tags: Database

Similar Questions

  • Scaling of image directly by selecting the item in the Assembly?

    Hi all

    I want to put a video/image that is on my calendar, I want to know is, is it possible to simply select the item in the timeline and resize it in the program with the mouse (click and drag) monitor?  Currently, what I have to do is,

    a. Select the item in the timeline

    b. Select again the request in the control effects

    c. the scale with the mouse in the program monitor

    pls help,

    I'm working on first pro 2015.

    Kind regards

    Make sure the clip is visible in the program monitor

    Double-click on the screen and a bounding box will appear.

  • Select which type of list APEX 4 replaces the selection with redirection list in APEX3.1

    I have 3 selection lists. The first select list is filled with elements by default, independent of the other element values. The second list depends on the value chosen in the list of the first and the third list depends on the values selected in the list of the first and second.

    APEX 3.1 I did the first and the second list "Select list with redirection", because I don't want the page to be submitted, but I want only the values to set. This solution works very well.

    Now, I want to apply this solution in an APEX 4.0 page. The elements are all defined in a select list. I tried different settings-> Page Action options when the changed value. Redirecting to the page and URL redirection are not an option in this case.
    Submit the page and redirect and SetValue both entail the same problems: after choosing a value in Selectlist1 the other elements are reset, but selectlist2 is populated with the items I want. All elements of the page are reset after choosing a value in Selectlist2 and Selectlist2 (and selectlist3) are still empty.

    So my question is: what is the best option to choose when I want to fill the lists that depends on the other? Are there other solutions to use, and then select list with redirection and SetValue?

    Hello

    For dependent Select lists 4 APEX, LOV cascading is the way to go.

    On the second list, select under "List of values" define "Cascading LOV Parent éléments" =
    On the third first + second or third, only value according to your particular situation.

    And when the value modified the Page Action = None.

    Concerning

  • Selecting the item in a list of images

    Hi @ll,

    I tried to get the selected item in a list of images (bbui - 0.9.2.js). If I try to get the selected item as described here

    https://github.com/BlackBerry/bbUI.js/wiki/image-list

    .. .the result is still "not defined".

    Here is my snip of code:

    var mc;
    var bb10HighlightColor = '#00A8DF';
    
    bb.init({bb10HighlightColor: bb10HighlightColor,
          bb10ActionBarDark: true,
          bb10ControlsDark: true,
          bb10ListsDark: false,
          bb10ForPlayBook: true,
    
          onscreenready: function(element, id) {
             if (id == 'dataOnLoad') {
           dataOnLoad_initialLoad(element);
        } else if (id == 'imagelist') {
                var resultList = element.getElementById('resultlist');
                for (var i = 0; i < mc.count; i++) {
                   var item = document.createElement('div');
                   item.setAttribute('data-bb-type', 'item');
                   item.setAttribute('id', mc.contactarray[i].ID);
                   item.setAttribute('data-bb-title', mc.contactarray[i].Company);
                   item.setAttribute('data-bb-img','img/company.png');
                   item.innerHTML = mc.contactarray[i].Zip + " " + mc.contactarray[i].City;
                   item.onclick = function() { onItemSelected('test'); };
                   resultList.appendChild(item);
                }
             }
          },
    
          ondomready: function(element, id) {
          }
    });  
    
    function doSearch() {
       parseJASONAndOpenList('{"count":3,"contactarray":[{"Company":"Acme Inc.","Lastname":"Jackson","Firstname":"Bill","City":"Maincity","ID":"45D6"},{"Company":"Backman Inc.","Lastname":"Burger","Firstname":"Marc","City":"Downtown","ID":"45D7"},{"Company":"Jingle Inc.","Lastname":"Sampson","Firstname":"John","City":"Outercity","ID":"45D8"}]}');
    };
    
    function parseJASONAndOpenList(jsonString) {
       mc = JSON.parse(jsonString);
       bb.pushScreen('imagelist.htm', 'imagelist');
    };      
    
    function onItemSelected(text) {
       alert(text);
       var selectedItem = document.getElementById('resultlist').selected;
       alert(selectedItem.getAttribute('id')); //selectedItem is always undefined here
    }
    

    The image list:

    
    
    
    
    
       
    Test item

    The image list holds something hard (id = "TEST1"), then I add three objects dynamically. After selecting one of the items, I would like to show more details in a new screen.

    I tried to solve in different ways, but the result of

    var selectedItem = document.getElementById('resultlist').selected;
    

    is always "not defined".

    I'm looking for any help!

    Hello!

    This javascript interface comes in 0.9.3 still not available in the version you are using.

  • How to choose the item value list based on another value of list item

    Hello friends,
    I have two list items named xxx and yyy... OK, my problem is I want to choose a value of yyy list item based on the value of article xxx...

    Example: I select 'Computer' in xxx... Based on this I want to choose the item values in yyy as a monitor, keyboard, mouse, etc... This must be done at run time. How can I do this... Give me a few examples of code [pls tell me trigger appropriate to place this encodings]
    Thanks in advance,
    Battistelli

    Very simple to use the LOV and query of the lov which is attached to the YYY field, use the query as below...

    SELECT columns
    FROM table
    WHERE column_name = :XXX_FIELD
    

    Use the ENTER OF LIST Yes property for the YYY field.

    -Clément

  • Select the value of list view

    Hi all
    Does anyone know how to make a ReadOnly list select and display the display value not the return value when you change the data? I made the list select a text field, text box, etc... but the return value is displayed and not the display value. I don't want my end users to edit the article, but I don't want to show them the value of display. Ideas and help is appreciated, thanks.

    Hello

    As you do not want your users to change the item, could you not use one of these 'View text (based on LOV)' instead?

    Andy

  • BBUI.js how to have the item id list-arrow-text to a detail screen

    I use BBUI.js and on my screen, I have a text-arrow-list with the elements.

    How to pass the data bb-item value to a window of details to retrieve and display more details there?
    This may be really obvious, but I don't see how do and any help would be appreciated.

    Excerpt from the list screen. He is firing onclick of the item in the list.
    openListItem: function() {}
    var value = this.getAttribute('data-bb-value');
    bb.pushScreen ("detail.html" + "?") ID = "(+ value, 'detail');"
    }

    It's the charge of the detail screen where the Iwoudl like access id
    detailScreen = {}
    load: {function (element)}
    How do I access the query string of the url in the pushScreen or the id of the list?
    }

    Please let me know if my question is not clear enough. Thank you.

    I don't think that we have added the ability to pass parameters through pushScreen().

    You'll need follow the overall status in your own public variable/object.  Now click the element, you will need to save the value in an object / a global variable.

    There is an bb.onscreenready event which you can subscribe to which fires before the new screen is treated by the Toolbox... It will pass the part of the screen you can handle until the style is applied.

    There are details in the Readme that give more information on how this works... Just do a search on the page of "onscreenready".

  • The mouse selects the items simply by placing the cursor over them.

    My pointer will select the elements while passing on the way elsewhere win7

    Open my computer. Click on organize-> folder and search-> Select Option "double-click to open an item (single-click to select)"-> Apply-> OK.

  • submenu hover but submenu displays navigation bar disappears when the cursor is moved to select the item

    Help, please!  My navigation bar includes the submenus which show on hover.  The submenu disappears when I move my cursor to select one of the items, so I can't click on any one of the submenu items.  Can anyone help?  Please?  Here is my code:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> < head > .

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    < title > Untitled Document < /title >

    < style type = "text/css" >

    < / style >

    "" < link href = "... / navbar.css" rel = "stylesheet" type = "text/css" / >

    < script type = "text/javascript" >

    function MM_swapImgRestore() //v3.0 {}

    var i, x = offline. MM_sr; for (i = 0; a & & I <.) Length & & (x = a [i]) & & x.oSrc; i ++) x.src = x.oSrc;

    }

    function MM_preloadImages() {//v3.0

    var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();

    var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)

    If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}

    }

    function MM_findObj (n, d) {//v4.01

    var p, i, x;  if(!d) d = document; If ((p = n.IndexOf ("?")) > 0 & & parent.frames.length) {}

    d = parent.frames [n.Substring(p+1)] .document; n = n.Substring (0, p) ;}

    If (!) () x = d [n]) & & copyrights) x = d.all [n]; for (i = 0;! x & & i < d.forms.length; i ++) x = d.forms [i] [n];

    for (i = 0;! x & & d.layers & & I < d.layers.length; i ++) x = MM_findObj (n, d.layers [i] .document);

    If (! x & & d.getElementById) x = d.getElementById (n); Return x;

    }

    function MM_swapImage() {//v3.0

    var i, j = 0, x, a = MM_swapImage.arguments; document. MM_sr = new Array; for (i = 0; i <(a.length-2); I += 3).

    If ((x = MM_findObj (a [i]))! = null) {document. MM_sr [j ++] = x; if(!x.oSrc) x.oSrc = x.src; x.SRC = a [i + 2] ;}

    }

    ->

    < /script >

    "" < link href = "... / large - quilt.css" rel = "stylesheet" type = "text/css" / >

    < style type = "text/css" >

    a: link {}

    color: #071f75;

    }

    a: visited {}

    color: #0099ff;

    }

    a: hover {}

    color: #00cc;

    }

    a: active {}

    color: #cc3300;

    }

    < / style >

    <!-[if IE 6] >

    <! [endif]-->

    < / head >

    < onload of the body = MM_preloadImages('..) «/images/nav_bar_guild_ro_home.gif ','... / images/Calendar_rollov er_01.gif ',' /images/nav_bar_guild_ro_general.gif ','... f/images/nav_bar_guild_ro_members.» GI ','... /images/nav_bar_guild_ro_community.gif ','... /images/nav_bar_guild_ro_contacts.gif «,» . (/ images/events_rollover_01.gif ') ">"

    < div id = 'wrapper' >

    < div id = "top" >

    "< div id ="logo"> < a href ="... / index.html "" > < img src = ""... / pictures/thanks "width ="280"height ="172"alt ="logo"/ > < /a > < / div > <! - logo - >"

    < div id = "quilt_top" >

    "" < img src = "... / images/quilt_top.png" width = "550" height = "209" alt = "Duvet" / > < / div > <! - quilt_top - >

    < / div > <! - top - > <! - top - >

    < div id = "bar1" > < / div > <! - bar1 - >

    < div id = "bottom" >

    < div id = "nav" >

    < ul >

    "" "< li > < a href ="... / index.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('home button',",'... / images/nav_bar_guild_ro_home.gif ', 1) "> < img src =" "... / images/nav_bar_guild_home.gif" alt = "home button" name = "home button" width = "148" height = "129" border = "0" id = "home button" / > < /a > < /li > "

    "" "< class ="subNav"li > < a href ="... / general.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('general',",'... / images/nav_bar_guild_ro_general.gif ', 1) "> < img src =" "... / images/nav_bar_guild_general.gif" alt = "rollover nav buttons" name = 'general' width = "205" height = "129" border = "0" id = "general" / > < /a > "

    < ul >

    "< li > < a href ="... / meetings.html "> dating < /a > < /li >"

    "< li > < a href ="... / showandtell.html "> view the & amp;" Say < /a > < /li >

    "< li > < a href ="... / library.html "> library < /a > < /li >"

    "< li > < a href ="... / retreat.html "> pension < /a > < /li >"

    "< li > < a href ="... / blogs.html "> items < /a > < /li >"

    "< li > < a href ="... / fundraising.html "> fundraising < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    "" "< li > < a href ="... / members.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('members',",'... / images/nav_bar_guild_ro_members.gif ', 1) "> < img src =" "... / images/nav_bar_guild_members.gif" alt = button 'members' name = 'members' width = "198" height = "129" border = "0" id = "members" / > < /a > < /li > "

    "" "< class ="subNav"li > < a href ="... / community.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('Community',",'... / images/nav_bar_guild_ro_community.gif ', 1) "> < img src =" "... / images/nav_bar_guild_community.gif ' alt = 'button community' name = 'Community' width ="215"height ="129"border ="0"id = 'Community' / > < /a >"

    < ul >

    "< li > < a href ="... / kids_kwilts.html "> < /a > < /li > children Kwilts"

    "< li > < a href ="... / storybook_quilts.html "> stories < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    "" "< class ="subNav"li > < a href ="... / adresses.html "MM_swapImgRestore" onmouseover = "MM_swapImage ('contacts',",'... / images/nav_bar_guild_ro_contacts.gif ', 1) "> < im g src =" "... / images/nav_bar_guild_contacts.gif ' alt = 'the button contacts' name = 'contacts' width ="185"height ="129"border ="0"id ="contacts"/ > < /a >"

    < ul >

    "< li > < a href ="... / board.html "> Council < /a > < /li >"

    "< li > < a href ="... / bees.html "> bees < /a > < /li >"

    "< li > < a href ="... / carriere/portfolio/index.html "> resources < /a > < /li >"

    "< li > < a href ="... / quiltshops.html "> Quilt Shops < /a > < /li >"

    "< li > < a href ="... / otherguild.html "> other guilds < /a > < /li >"

    < li > < /li >

    < /ul >

    < /li >

    < /ul >

    < / div > <! - nav - >

    < div id = "main_content" > <!-TemplateBeginEditable name = 'main'-> main <! - TemplateEndEditable - >

    < / div > <! - main_content - >

    < / div > <! - low - >

    < / div > <! - wrapper - >

    < / body >

    < / html >

    I stayed until the end, and here is the HTML and CSS code, you must

    HTML


  • Patchwork shops
  • Other guilds
  • main

    CHANGE THE NAVIGATION BAR OF THE CSS SELECTOR TO THIS


    #nav li.subNav:hover ul {}

    display: block;

    position: absolute;

    top: 370px;

    border: none;

    background-color: transparent;

    do-family: "Times New Roman", Times, serif;

    do-size: 16px;

    color: #CA0F20;

    text-decoration: none;

    margin-top: 0px;

    right margin: 0;

    margin-bottom: 0;

    left margin: 0px;

    padding-top: 0px;

    padding-bottom: 10px;

    z index: 95;

    text-align: center;

    }

  • Remove the space between the items in list box

    Hello

    I have a list box, I need to change the space between each item in the drop-down list.

    (ex)

    test

    Test1

    test2

    I need it to change the space between the test and vice versa test1.

    Kind regards

    Roman papail

    You must specify the list control rowHeight for example

                                  
    

    If this post answers your question or assistance, please mark it as such.

  • Shift + click on office selection horizontally when the items are listed vertically.

    So, when you place the icons, shortcuts, applications etc on the desktop and put in alphabetical order, for example, they are listed by column then row, so file 'A' is the upper left corner and the 'B' folder would be directly underneath.

    Same goes for sort by modification date and all the rest, but if I copy a bunch of pictures on the desk and try to shift + click to select, they are selected in the rows, if rather than selecting pictures, I get a load of unwanted things. Is it possible to fix or is - this just an intrinsic oddity because of how files have horizontally against the bureau organization vertically?

    Unfortunately it is not something that you can remedy. Believe me, I searched for years on Windows 7 and 8.

    When necessary, I usually open the files in a folder instead window so that it behaves a little more predictable in list view.

  • Select the item in the drop-down list box?

    Hello, I have a list box drop-down list box that contains numbers from 1 to 10. Normally, it will display "1" when the application starts, but how I put it in AS3 to show "3" instead?

    comboboxInstancename.selectedIndex = 2;

  • Select the condition of list view

    Hi, I use apex oracle 4.2

    I have a scenario where when the checkbox "select list" you should see something else he should not display.

    How can I achieve it.

    box return value 'YES '.


    Thank you
    Nihar Narla

    Hello
    Try this.
    You can go with dynamic action.
    If p1_checkbox is your element create then DA
    Event - click
    Selection - point
    point - p1_checkbox_1 [check the id for the checkbox control to see the source

    
     
    

    condition - equal to
    value - YES

    Real Action: Enable-fireonload
    SelectionType: elements
    Article: p1_select_list
    Action of false-disable-fireonload
    Thank you
    Loga-

  • Microsoft Silverlight cannot be activated. There is no option to select only activate because it is impossible to select the drop-down list even if it is the most recent version

    I can't activate Microsoft Silverlight. I've attached a screenshot of control. This is the only plugin that says "disabled" next to him. I've updated to the latest version and there is no option on the page of the plugins to acivate because he says 'never activate' and no other selection is selectable.

    Unfortunately, your screenshot is not come through. You can link it to a reply in this thread if you wish.

    If you exit Firefox and it starts again since installing Silverlight, please try this in case a file is locked.

    Can also see you in the editor preferences as follows:

    (1) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste the npc and make a pause so that the list is filtered

    (3) If you find a preference for the plugin.state.npctrl preparing to something other than one, try to double click on it and set it to 1. For reference:

    • 0 = > never activate
    • 1 = > ask to activate
    • 2 = > always activate

    If the preference has a different status from 'the user game' as 'locked', which would indicate a different problem.

  • By default auto select the item in anychart

    Apex 4.0, when I use the REPORT with the element select, I can set the defaule value, but in anychart, I can't run

    Lily,

    See page 2 in your workspace with a recommended point of calculation added as Jari. I value the u LOV 201104 value but it will let you set this value to more eloquently.

    The f

Maybe you are looking for

  • iPhone lost and stolen then weird SMS of "Apple".

    I'm an IT company, a user recently lost his iPhone on a taxi and no chance to recover. He had access find my iPhone to track down but cannot locate, so he issued remote wipe, and he did. We keep the unit not taken off the list. However, he received a

  • PCI-6071E scan several clocks

    Hi, we intend to use the PCI-6071E to measure signals of tension of two photodiode arrays (PDAS). Detailed implementation is the following: Mode of operation: input analog, acquisition continues, external clock of sampling/analysis (rate ~ 100KS/s),

  • Impossible to update sony nv-u92t

    I can't update the sony nv-u92t (GPS) navigation system The following message appears in the device screen: connection... The computer does not recognize the device.

  • Display card reader cannot find enough resources

    HI all - I volunteer administer laptops for a small school.  Last week a motherboard (not an Acer) fried, and a kid dropped her Acer crashed hard drive.  So I took the disk hard non-Acer, with his system and software always on this issue and put in t

  • D1668: Cartridge for D1668 after moving to another country

    During his stay in China, I bought a D1668 printer and now I have moved to Europe and you need to buy the new ink but then I can't get cartridge 818 more so what should use? I tried with 300, but it didn't ' work. Or do I need to remove the printer