Select the list that behave like trees

Hi all

I use apex 4.2.5.

I want to create a tree like the list item, which shows the child records under main folders.

for example, in the emp table, employees of managers. so I want to create a list which show and then employees managers under each manager way as only one employee may be selectable, managers should not be selectable.

How to do this?

Thank you

Maahjoor,

Consult the Group by list select plugin that helps you choose the child entries

I hope this helps.

Tags: Database

Similar Questions

  • Is it possible to convert the standard numbered list to the list that appears on the same line a right after another? As indicated in 1. Text goes here, 2. Text goes here, 3. Insert text here

    Is it possible to convert the standard numbered list to the list that appears on the same line a right after another?

    Instead

    1. Insert text here
    2. Insert text here
    3. Insert text here

    This

    1 text goes here, 2. Text goes here, 3. The text here.

    This revised list can take multiple lines.

    I use InDesign CC2014 - if that makes a difference.

    the only way is to convert numbered in the text (select numbered list > ctrl (or right click) > bulleted & numbered lists > convert numbered text).

    Then, with search - replace, you can change the paragraph returns in space (or in space by commas as in your example)

  • E4X: Select the nodes that match a criterion, and whose children match to another

    Hi guys,.

    I'm writing a query of E4X to select the nodes that match a criterion, and whose children match to another. My actual dataset is a little more complex than this example, but this one is easy to follow.

    Say that you are modeling a hierarchy of nodes, where each node can have zero or more parents and children. The XML file is a simple index of nodes, and each node contains their immediate parent and child relationships. In this way, you can start with a given node and build a tree in a direction any to any depth. As an extra flavor and selection criteria, each node has one or more colors that are associated with.

    Here's a sample:

    nodes <>

    < node id = ' a' >

    < name color = "red" / >

    < child id = 'b' / >

    < / node >

    < node id = "b" >

    < name color = "red" / >

    < name of color = "green" / >

    < parent = 'a' / >

    < child id = "d" / >

    < / node >

    < = 'c' node id >

    < name color = "blue" / >

    < name of color = "green" / >

    < child id = "d" / >

    < / node >

    < node id = "d" >

    < name of color = "green" / >

    < id parent = 'b' / >

    < id parent = 'c' / >

    < / node >

    ...

    < / node >

    Now, say I want to select all nodes root (those who have no parent relationships) that are red. This is the best I could come up with:

    var nodeChildren:XMLList = nodeData.node. (! hasOwnProperty ('parent'))... Color. (@name == "red");
    for each {(var childData:XML in nodeChildren)
    var childID:String = nodeData.parent () .@id;

    }

    }

    The first line gets us 90% of the way by selecting all of the nodes of color matching, but we have all these entries to get the id of the node that contains.

    It is possible to select the nodes in one of the E4X without needing the loop?

    Thank you!

    Scott

    So how about this?

    nodeData.node. (! hasOwnProperty ('parent') & color.) (@name=="red").length () > 0)

  • Select the list with propose pulling the values of %

    Hi all

    I have a tabular presentation of data app and from views of the choices selected in the 'list of selection with submit' the post, it works very well for the chosen values, when I choose '%' I want to display all existing records in the form of tables, but instead he said: "no data found". How to solve this? Kindly help and advice.

    ex:

    Query tabular-

    Select a, b
    table
    When a type: POINT

    Agenda:

    Type: select the list to submit
    Named LOV:
    Select a d, a r
    from table_recherche by 1

    Receive your answer.

    Thank you and best regards,
    Senana

    Hello

    You have to check what is the value returned by the selection list when you select '%' in the select...
    There is a null value to display field where you can enter '%' and the return NULL value you enter 0

    then change your query in a table
    Select a, b from table when one like: POINT GOLD: ITEM = 0

    Kind regards
    Shijesh

  • Select the list with a shipment does not save to the database

    OK, I have a form with several fields (text, radiobox, selection list, display text). I have one of these lists of selection fill a display in the text field. When I chose a selection of the selection list, she filled the screen in the text field with the correct information but erased all the other information that was the inscription in the other fields. I searched the forum and found that the selection list should be a selection with mailing list and the branch page on itself, which works, but now these 2 fields information is not saved in the database. All other fields are saved, but not both. Anyone know what im missing? Thank you

    Deanna

    Hi Deanna,
    First the display as a text cannot insert data into the database. It can only display data from database. I guess you do not want the user to enter these areas, and that's why you use display as text field.

    There is a good way to resolve this situation. Say, you have 3 select list P1_ITEM1, P1_ITEM2, P1_ITEM3 in your page. For the change of P1_ITEM1 the screen Select the list and the LOV type in your query, assuming you want the value to be retrieved from a table. Therefore, type-

    Select emp_id, ename from emp;

    type the default value and null -1 and display null YESvalue. Make sure that under the type of source, you have the selected with the correct name database column.
    for P1_ITEM2 to the section LOV retype your query - i.e.

    Select mng_id, executive pay where emp_id = NV('P1_ITEM1') or NV ('P1_ITEM1') = 1

    Basically, this statement updating the data in the list select second after the first selection. type the default value and null -1 and display null YESvalue. Make sure that under the type of source, you have the selected with the correct name database column.

    Do the same for the third. It should work fine.

    I hope this helps.

    Kind regards

    Pascal M
    http://Tajuddin.whitepagesbd.com

  • What is the symbol that looks like a horizontal Z and appears in the gray area behind the image in Lightroom CC? [was: Question]

    Anyone know what the symbol that looks like a horizontal Z and appear in the box grey behind the image in Lightroom CC please?

    It's the sync symbol.

  • Select the list with the list of dynamic values with more than 4000 tank of query

    Hello

    I have no application where users can store SQL queries in a CLOB column. This query is then used to populate the list, select a dynamic element through LOV. Following the code returns the query for dynamic LOV used to populate the select list. It works fine except when the length of the lv_sqlStatement becomes more than 4000 characters. Then application crashes with "ORA-06502: PL/SQL: digital or value error: character string buffer too small" when Select the list item rendering.

    Any ideas how to get around this problem? Any help is appreciated. Do not say to them to write shorter than 4000 queries because I can't (it's operational requirements).

    DECLARE
    lv_sqlStatement end_user_set.sql_statement%type;
    BEGIN
    lv_sqlStatement: =: P2_SQL_STATEMENT;
    return ' select the label, value of (' | lv_sql_statement | t ')
    To_char (t.value) if not in (select value from end_user_set_member eusm)
    where eusm. EUSRSET_ID = ' | : P2_EUSRSET_ID | ')';
    END;

    I just blogged about this problem and posted a solution. See this announcement:

    http://www.deneskubicek.blogspot.de/2013/03/select-list-with-dynamic-lov-and-Ora.html

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Select the list date picker on a single line - is this a bug?

    I use: Application Express 3.2.0.00.27

    Here is a bug? If so, how he reported so it will be fixed in a future version of APEX? If this is not the case, how can I do so it ends as I wish?

    1. create the blank page
    2. create html region
    3 create the 'select list' (start on new line - Yes... Span - line field - Yes, ColSpan - 1, 1)
    4. create the date picker component (start on new line - no,... On the ground - No, ColSpan - 1, length of line - 1)

    There will be other items displayed in columns more above what I just had create you above. I want the list of selection and the datePicker to show side by side on the same line, so I put the element selector to date on the same line in the same field as the selection list element.

    HOWEVER... the date picker eventually displayed in the selection list item (sort of), instead of next to it on the same line.

    Here is what I get:
    ...................... [Field selection list] Label date Picker
    Select label list
    ...................... [Date field Picker]

    Here's what I want:
    Select the list tag [field selection list] Date Picker [Date Picker field]

    Thank you
    Steve

    Published by: sskelton on August 3, 2009 11:01

    Published by: sskelton on August 3, 2009 11:02

    Hello

    Take a look at my first answer here: Re: problem with the position of the elements of can help you

    Andy

  • How to get the latest version of Firefox on my PC? I hate the other that looks like it was designed for idiots.

    I hate it.

    Firefox is highly customizable, and you can be able to customize to meet your needs.

    If you don't like the new UI, you can make Firefox 4 look and behave more like Firefox 3.6, for details, see http://www.computertechtips.net/64/make-firefox-4-look-like-ff-3-6

    Downgrade to Firefox 3.6 first of all uninstall Firefox 4, but do not select the option 'remove my Firefox personal data '. If you select this option, it will delete your bookmarks, passwords and other user data.

    Then you can install the latest version of Firefox 3.6 available to http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your favorite courses, passwords etc.

    I recommend, to avoid possible problems with decommissioning, accessing your profile folder and delete the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Delete these files will force Firefox to rebuild the list of installed extensions, check their compatibility and cancel the toolbar customizations.

    For more information on how to find your profile folder, see https://support.mozilla.com/kb/Profiles

  • Select the list relative to the Position of region model

    Hi all

    XE SUMMIT 4.2 11.2

    I have a form that begins to fill up with buttons, from different actions that users want to perform on the data on the page.  So I have a number of buttons in the model of the region, they can choose amongst...

    I'd like replace the buttons with a drop-down select list and a GO button, allowing to submit or call a dynamic action based on the criteria...

    Ive looked around but can't see any reference or model how to add an element to the position of the region...

    If anyone has any ideas on how this could be done, Id be grateful...  IM assuming that you would have to replace the area and somehow the position in the select list.

    Kind regards

    Richard

    • Create a copy of the model region région StandardStandard + body inline.
    • Change the definition of the model of the new model:
      1. Change the element to span in div. uButtonContainer
      2. Replace the #BODY substitution string # by the substitution #SUB_REGIONS string #.
      3. Add the #BODY substitution string # to the position that you need among the positions button in the container button.

    #TITLE#

    #CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP##BODY#
    #SUB_REGIONS#
    • Create a new area of container HTML and assign it the new model Standard region + body inline .
    • Create the item in the selection list and the Go button in the new region of container.
    • Make your area form a subregion of the new area of container and change it to have model.
    • Add the following the page property CSS Inline style sheet:
    section.uRegion>div.uRegionHeading .uButtonContainer {
      display: table-cell;
      text-align: right;
      font-size: 0;
    }
    #P9_X_CONTAINER {
      display: inline-block;
    }
    

    "P9_X" by replacing with the name of the selection list item.

  • Select the list, joins

    HY!

    I have a list of selection with a query like this:

    select A._NAME as display_value,A._ID as return_value
      from A;
    

    Works fine of course.

    But I want to make this more dynamic list.

    I need to perform a join with another table, but it does not accept my request.

    It is not possible:

    select A._NAME as display_value, A._ID as return_value, A.AnotherIDWichINeedForAJoin
      from A;
    

    I get this error:

    Impossible to analyze the query SQL LOV!

    ORA-00904: "A". "" AnotherIDWichINeedForAJoin ": invalid identifier

    Is it not possible to make a join in a query select list?

    Is there another way to make a selection list that can manage the entry of a session (for example with a join) variable?

    Thanks for the help,

    ILB.

    It is possible to do a join, Yes, but in a query select list, you can have two values, a display and a return value, you have three, which will give an error. Always write and test your query in SQL or SQL Workshop first developer and make sure it works it before using it in the APEX, so you are sure that your request is correct.

  • The key (') is now also by selecting the frame that you maximize!

    Hello

    I am very disappointed by the fact that, in the new first CC key "Enlarge image" ' "" ' or ' ~ ' (under ESC), also moves the selection from the last Panel (sequence) to the real FRAMEWORK you want to maximize (Program Committee). After the restoration of the image in actual size, you will need to re - click on the old frame (time-line/Sequence in my case) so you can return to work (edition).

    In vast majority of the time, after reading in mode zoom (to better inspect the filming), the cursor is not displayed and you want to zoom-out... If you press on the "-" (key less), but now you only out in the monitor or the program Committee. Why, you must click to reselect the Panel that allow you to work! It is a very big setback in the workflow, what can we do to recover the old style, only to optimize the framework under the mouse, but the selection remains on the real/last Panel it was!

    Thank you very much!

    If I understand the complaint, CS6 behaves exactly like CC (7.2.2). In what version you get different behavior, Gun89?

    I don't know how it will help your workflow, but you can set the focus to the Panel by keyboard shortcut. The timeline by default shortcut is Shift + 3. (Note that if you have several chronologies open, press SHIFT + 3 cycles repeatedly through them).

  • SELECT the list of the table...?

    How to select the (view) on the list of all tables in the database, please?
    I forgot this command and you will not find anywhere? He drives me crazy... ((
    It was something like "SELECT (table names) of user tables.
    I work in SQL * more

    Thank you
    SELECT table_name
      FROM user_tables
    

    This will show you all the tables that has the current user. You can also query the DBA_TABLES or ALL_TABLES if you want to see all the tables you have access to or all tables in the database.

    Justin

  • Select the list box file and read the data from file

    I can list the files in the folder in the listbox

    1. I want to just list file .txt files

    2. How can I read data from the selected file (.txt)?

    I think that's what you want, enter a model in your list of files vi (for example, *.txt) and then just use File.vi text of reading by using the selected item in the list box (double click on event or value change) and use the starting for the vi records list path.  I have included a crude extract for your pleasure.

  • How to pin a point to move the list that does not appear in the common?

    http://www.eightforums.com/attachments/F1/F11/8991d1348615884-jump-lists-back-up-restore-Windows-8-file_explorer_jump_list.jpg

    I have file Explorer related to my taskbar. In the jump list, I can able to locate an element in the common area. But necessary file appears automatically on the point frequented it take time. I don't know how windows take to put inside of the frequent. With waiting for that appears automatically, is there a way we can pin an item that does not appear in the jump list frequent list?

    http://www.eightforums.com/attachments/F1/F11/8991d1348615884-jump-lists-back-up-restore-Windows-8-file_explorer_jump_list.jpg

    I have file Explorer related to my taskbar. In the jump list, I can able to locate an element in the common area. But necessary file appears automatically on the point frequented it take time. I don't know how windows take to put inside of the frequent. With waiting for that appears automatically, is there a way we can pin an item that does not appear in the jump list frequent list?

    The answer depends on what type of element you want to pin.  The only type of element you mentioned being a folder, you can easily do what you're wondering now and does not need to wait for a later version.

    In the 8 Windows desktop, when you drag an executable file (or shortcut) on the taskbar, a message appears that says "PIN to the taskbar.

    If you drag a document file (or a shortcut), the message will say "pine [associated application]"-in other words, "[name of the default browser] pine" for a html, "Pin to Notepad" file to a txt file, etc..

    For a folder, File Explorer is the associated application.  Therefore, if you open a file Explorer window, look for the desired folder and drag it to the taskbar, the message that appears is "PIN to the file Explorer."  Just click on it, and it will appear in the jumplist FE, above the frequent places, in a separate section called "Pinned".  You can drag things and down from there to order at your leisure.

    (The Control Panel, even if it is displayed in FE as 'File system', only let you pin on the desktop, for not not FE jumplist.)  There may be other special cases like this; I don't know, but it works usually as I've described, including for other system folders.)

    Just to be clear, I am a new user of Windows 8, far from being an expert.  I only know how it works because I heard today by trial and error.  So there may be more to what I can't help with.

Maybe you are looking for

  • Calibration for HP Jet 7 accelerometer option?

    I recently bought a HP Jet 7 and is one amazing Tablet especially for the price. Currently, I met a problem with the accelerometer, which for some reason any is 10 degrees off the coast. He is very sensitive, especially in games and applications that

  • Someone stole my computer

    There is that someone stole my computer and I needed my computer and I bought the accessory windows original image and when I told my University they told me to contact Microsoft, they can trace the original version Thank you HAMAD Saudi Arabia - jed

  • Cannot open the file, I get the runtime error 429 ActiveV cannot create object

    I have sved a folder tax, but every time I try to open it, the runtime error 429 ActiveX cannot create... just until she made 3 times and tried all of the suggestions for correct... help!

  • Adobe Acrobat is installed on El capitan

    I'm chasing my tail on this issue. Can anyone help? Its version CS 6.

  • Active EVC clusters?

    Are you guys, configuration of your clusters with EVC enabled or disabled?Just curious, if you lose functionality/performance by selecting CVS on your clusters?Thanks for your timeKevin