Multiple selection list limit (or simply select)

Hello

Does anyone know if there is a limit to how many upper elements can be presented during the use of a multiple selection (or a shuttle service).

I have a query that returns hundreds of values (all valid). The user will need to select 1,2,5... all the way to ALL these elements to use in another application.

When I select ALL returned items, I get an error from browser (Web page not found - error 400). It is in IE 8 (I know, I know, not my choice!).

Thoughts?

My shuttle comes from a dynamic LOV which seems to work fine.

Pete

The problem is in the limitation of the URL. all values in the list will be passed in the URL, and if it exceeds the limit of length of URL... I'm looking for something that can help

Sam

Tags: Database

Similar Questions

  • Limit of characters in multiple-selection list

    Hi people,

    Throw this out there to see if anyone has had this problem, and how they may have gotten around him.

    It seems that the Multi Select lists have a limit of 1000 characters, i.e. If you select so many items in the list and its over 1000 characters, you cannot save the file.

    I would like to say that ok we will have to just a few lists rather than a big workaround, but the customer fixed the list up in this way, and now that we create the hypersite to allow them to select items in this list, it's possible they could try on the hypersite select all. Clearly, it seems that we will have to have validation on the website to ensure that they do not select more than 1000 characters of a value of items in the list, but it would be useful if there was a way Eloqua to enable this.

    The one you have any ideas/advice?

    Something is very appreciated.

    Thank you

    Andrew Mc.

    I think the challenge is that the multiple-selection list is already built and already used in other functions.

    Andrew - you're right that to resolve this problem, you would have to update the list in Eloqua (again, just the option values, not the option names) and also the list in SFDC - you are on right track here.

    I hope this helps!

  • Maximum number of list to multiple selection on a page

    Greetings,

    I use the Application Express 4.2.1.00.08. I have a problem in one of my pages. I have several items (123 from today ' hui), and two of them are lists of multiple selections. They are all the same... created is based on a named LOV, together forever, used Source Source Type defined on the database column... and they all work fine, except the last. Don't just save to the database.

    I tried:
    -Delete and recreate from scratch - does not save
    -Deletion and recreation of one copy of another list selection multiple work - does not save
    -Change the view state for one of my multiple selections of work lists to never (to have a less rendered multiselect list) - does not save
    -Keep everything the same but by changing the type of element (text field) - saves
    -Keeping all the same, but change to a normal selection list (no) - saves

    So, I came to the point of wondering... is there a limit on how many multiple-selection list can be on a page?

    If so, does anyone know a kind of workaround?
    If this isn't the case, anyone has an idea why I'm having this problem?

    Thank you for your comments,
    Mathieu

    I found something. If I move the item to another region, it works again, but not in all regions. I tried to create a new region and delete my article in there, but it doesn't seem to work. I'll keep looking.

    Thank you
    Mathieu

  • Delete in the database based on the values of the multiple selection list

    Hello

    I have a selectlist in Apex and a function in the database to make a deletion based on the value selected in the selection list.
    FUNCTION delete_batch (v_batch VARCHAR2) RETURN VARCHAR2
    IS
    BEGIN
    IF v_batch like 'M%'
    THEN
       RETURN ('A monthrun cannot be deleted');
    ELSE
       DELETE FROM so_disco_pa
       WHERE  batch = v_batch
       ;
       DELETE FROM so_batch_pa
       WHERE  batch = v_batch
       ;
       COMMIT;
       RETURN ('Batch '||v_batch||' has been deleted');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
        RETURN ('Batch could not be deleted');
    END delete_batch;
    The package is called when the user clicks on the button Delete with the rest of the process:
    BEGIN
    DECLARE
    x   varchar2(100);
    BEGIN
    x := pa_control.delete_batch (:P3_BATCH);
    :F105_MESSAGE := x;
    END;
    END;
    Now, I want to change the selectlist for a multiple-selection list to make several batches can be deleted.

    How can I change my procedure and the procedure to remove lots based on the values selected?

    Thank you

    Diana

    dianap says:
    I got this far, but only the first batch selected in the list is being deleted. The other values of selected package are not removed.

    Help please.

    Move the RETURN statement out of your loop.

  • Automatic filling of multiple selection based on the selection list

    Hello

    I have a problem in filling multiple selection data in the selection list.
    I would like to take an example and explain.
    I have 3 tables: employee, Department and a link table for employee and department.
    The selection list contains employee and the Department is a multiple selection. Employee selection, all departments must be posted and belongs to the Ministry of which employee (which comes from the binding table) must be selected (high-lighted). How can I do this?

    HI 841762 :),.

    Do not use the 'style' to highlight that you would have found out by now that would make the blue text background while the font color remains black and this will make the text unreadable. Plus if there is a button on the page when you submit it to us, I doubt that it will store the State of the selected items in a multiple of P1_DEPT in session state. then try this...

    In the application process, replace, the status of 'style' that you used to highlight as you...

    ....
    If (rec.R=cnt)then
    htp.prn('');
    ELSE
      htp.prn('');
    end if;
    ...
    

    Then in the JS, use

    appendToSelect(list, l_Opt_Xml.getAttribute('value'), l_Opt_Xml.firstChild.nodeValue,l_Opt_Xml.getAttribute('selected'));
    

    and change the function "appendToSelect".

    function appendToSelect(pSelect, pValue, pContent,pIsSelected) {
    
     var l_Opt = document.createElement("option");
     l_Opt.value = pValue;
    
    if(pIsSelected)
    l_Opt.setAttribute('selected','selected');
    
    if(document.all){
      pSelect.options.add(l_Opt);
      l_Opt.innerText = pContent;
     } else {
      l_Opt.appendChild(document.createTextNode(pContent));
      pSelect.appendChild(l_Opt);
     }
    }
    
  • Multiple selection list

    I have a web form that I need to allow users to select multiple items in a list.  I 'google' and can not find an answer.

    The application has 2 parameters.

    < %

    Dim HoursWorked_PP__varTI

    HoursWorked_PP__varTI = '% '.

    If (Request.QueryString ("TI") <>"") then

    HoursWorked_PP__varTI = Request.QueryString ("TI")

    End If

    % >

    < %

    Dim HoursWorked_PP__varPP

    HoursWorked_PP__varPP = '% '.

    If (Request.QueryString ("PP") <>"") then

    HoursWorked_PP__varPP = Request.QueryString ("PP")

    End If

    % >

    < %
    Dim HoursWorked_PP
    Dim HoursWorked_PP_cmd
    Dim HoursWorked_PP_numRows

    Set HoursWorked_PP_cmd = Server.CreateObject ("ADODB.Command")
    HoursWorked_PP_cmd. ActiveConnection = MM_Connection_STRING
    HoursWorked_PP_cmd.CommandText = "SELECT * FROM dbo.vw_HoursWorked WHERE COLUMN_NAME =? and PP =?

    HoursWorked_PP_cmd. Prepared = true
    HoursWorked_PP_cmd. Parameters.Append HoursWorked_PP_cmd. CreateParameter ("param1", 200, 1, 255, HoursWorked_PP__varTI) ' adVarChar
    HoursWorked_PP_cmd. Parameters.Append HoursWorked_PP_cmd. CreateParameter ("param2", 200, 1, 255, HoursWorked_PP__varPP) ' adVarChar

    Set HoursWorked_PP = HoursWorked_PP_cmd. Run
    HoursWorked_PP_numRows = 0
    % >

    From my research, I tried:

    < %
    WorkedDate = Request.form ("WorkedPP") ' info from a string conversion

    MakeDate = Replace (WorkedDate, ",", "" OR WorkedPP = "" ") ' replace comma-space of a single quote - or WorkedPP = - singlequote
    % >


    < %
    Dim HoursWorked_PP
    Dim HoursWorked_PP_cmd
    Dim HoursWorked_PP_numRows

    Set HoursWorked_PP_cmd = Server.CreateObject ("ADODB.Command")
    HoursWorked_PP_cmd. ActiveConnection = MM_Connection_STRING
    HoursWorked_PP_cmd.CommandText = "SELECT * FROM dbo.vw_HoursWorked_PP_Sum WHERE COLUMN_NAME =? and PP = ' "' & MakeDate &" ' "
    HoursWorked_PP_cmd. Prepared = true
    HoursWorked_PP_cmd. Parameters.Append HoursWorked_PP_cmd. CreateParameter ("param1", 200, 1, 255, HoursWorked_PP__varTI) ' adVarChar
    HoursWorked_PP_cmd. Parameters.Append HoursWorked_PP_cmd. CreateParameter ("param2", 200, 1, 255, HoursWorked_PP__varPP) ' adVarChar

    Set HoursWorked_PP = HoursWorked_PP_cmd. Run
    HoursWorked_PP_numRows = 0
    % >

    Any help or a point in the right direction?  I'm not sure, but I can't find a solution to allow multiple selection lists.  If I change the query to use IN, then the URL string has always tried to use 'AND' so the results are null.

    Thanks for any help!

    Crystal

    WHERE COLUMN_NAME = lamyae and PP IN ("varPP")

    No, what I wanted was that you should analyze varPP and wrap all the values inside quotes. You must also put parens around all this. Therefore, this:

    "option 1, option 2, option3 ' who comes to the selection list is converted to this:

    '(' option1', 'option2', 'option3').

    I posted here a few years ago code to achieve this, but I did not practice routine. See if you can search for it.

  • Multiple selections cascading lists

    Hi all

    I have two lists of multiple selections called: P1_PARENT and: P1_CHILD. When a user selects a value of: P1_PARENT values of: P1_CHILD are filtered accordingly. This works well and is very easy through ApEx 4.0.

    I express this so that a user can select several elements of: P1_PARENT and filter: of P1_CHILD the value accordingly. The problem I have is that ApEx return the: P1_PARENT value as a string delimited by two points and I find it difficult to identify means to refer to this in the SQL code to: P1_CHILD, or how to create: P1_CHILD of a PL/SQL function.

    I want to use for SQL: P1_CHILD LOV would be something like:

    SELECT display, return
    TABLE
    WHERE parent_id in (: P1_PARENT);

    This property will return an error such as: P1_PARENT is not a number.

    Help, please!
    Thank you
    Lucy

    Lucy,
    you need a function in pipeline to be able to select from your list of parents separated by commas. This same function can be used for your START WITH id in the clause, but be careful with several relatives in hierarchical queries.

    create or replace type my_varchar_table_type as
    table of varchar2(255) --or however large you need your strings to be
    /
    
    create or replace
    function get_my_values ( p_string in varchar2 ) return my_varchar_table_type pipelined is
    t_vars apex_application_global.vc_arr2;
    begin
       t_vars := apex_util.string_to_table( p_string );
    
       for j in 1 ..  t_vars.count
       loop
         pipe row ( t_vars(j));
       end loop;
    
       return;
    
    end;
    /
    

    Then you should be able to do things like (just a model... you'll probably need to fix it a bit)

    SELECT display_val d, return_val r
    FROM (SELECT column_1, column_2, CONNECT_BY_ISLEAF IsLeaf
    FROM my_table
    START WITH id in
     (select to_number column_value)
      from table(get_my_numbers (:P1_PARENT))
      )
    CONNECT BY PRIOR id = parent_id)
    where IsLeaf=1
    

    I would really have a utility package and put this function in

    See you soon
    Kofi

  • Multiple selection works only not on the list box properties/Option screen

    When I select a multiple selection in the list box properties/Options tab, I get no difference from the default value of single selection. Still, he points out that the last of multiple entries (as a single room) and displays only the last entry. Is there anything else I need to do?

    Thanks for your help.

    To select multiple items, hold the CTRL key when you click additional items.

  • The MySQL Multiple selection list

    How to make multiple selections in the drop-down list in a form in Dreamweaver 8 and publish on MySQL?

    I tried using implode as recommended here: http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12 & catid = 263 & threadid = 1112556 & highlight_key = y & keyword1 = multiple

    It worked unless the user did not select all the items in the list. Then, I got a bad argument error message.

    Then I tried just using POST without the implode and [] at the end of the name, but this put the word 'Picture' in the row/column in the database instead of the data.

    I then tried the POST with [the] on the chosen name and [] in the SQL statement: GetSQLValueString ($_POST [' devices [] ""], "text"), Dreamweaver wouldn't let me associate it under Insert a record in the section of the server behaviors - so nothing is put in the database.

    I need to be able to display multiple selected items in a list box for MySQL, but allow the user to select nothing in the drop-down list without receiving an error.

    Thank you very much for your help. In the end, he has worked with put the [] after the name and the following code:

    GetSQLValueString (isset($_POST['appliances'])? implode ("-", $_POST ['appliances']): "", "text")

  • How to make default an element selected in the multiple selection list

    Hello

    I'm filling the list of multiple selection of a lov (dynamic lov). Is it possible to do by default one of the selected items in the list.

    Please let me know how to do this...

    Thanks /.

    How do you determine that a particular value of the LOV must be the default?
    You should be able to combine the LOV query and your 'default selection' health by using an SQL statement or a pl/sql function and specify it for the 'default value Type' in the section 'Default' definition of the elements page.

    CITY

  • Store multiple selections in list in a single field

    I need help to find this one. I have a simple form that uses a field list with "multiple selection" enabled. The values in the list are North, South, East and West. The user selects 1-4 on these options, and I want to memorize all these values in a single text field in the database called "direction". The ONLY value that is stored is the last value in the list.

    Using DW CS3 and mySQL 5.

    What Miss me? Thanks in advance.

    "weidemannia" wrote in message
    News:fftbd2$CB4$1@forums. Macromedia.com...
    > Someone out there with a suggestion?

    Add [] to the name of the field, multiple fields will be available as a
    table.

    Joris

  • A report of a multiple-selection list-based filtering

    Hey guys,.

    I have an interactive report that should be filtered by a value from a multiple selection list.
    AGENCY Multi-Select
    ----------------------
    ABC:DEF:GHI:DEF
    My question is, if there is a way to compare the: APP_USER to multiple selection list and have a line appears only if she does?

    For example something like a "where" clause
    where APP_USER is Contained within Colon Delimited List "AGENCY"
    See you soon,.
    Mauricio

    Select * from table_name
    where
    InStr (: multi_select_field_name,: app_user, 1) > 0

    Kind regards
    Shijesh

  • as display 2 columns in a multiple select list

    Hi, I want to ask if it is possible to have 2 column display in a multiple selection list.


    in my case, I have a multiple selection list where seminars are displayed, but I also want to add the name of half as exposed as well.

    I have 2 tables:
    Seminar (where the id name and half of seminars are stored)
    semester (semester name)

    My atm code
    select s.name as D,  -- how to add the semester name?  
             s.id as R
    from seminar s, semester sem
    where s.semester = sem.id
    I need to add half as display name


    Thank you for your attention


    Danny

    Hello

    You can do the following:

    select s.name||' '||sem.semester_name as D,  -- how to add the semester name?
             s.id as R
    from seminar s, semester sem
    where s.semester = sem.id
    

    for example, concat the seminar name & name semester

    See you soon
    Matt

  • Cascade lookup - Can you have a list combo box multiple selection among children

    Can we have a list of regular selection be parent and cascading to a list combo box multiple selection?

    Lol drop-down list multiple selection cannot be parent, Fahrenheit.

  • Facing problem in the multiple selection list...

    Hi Andy,.

    We are facing a problem more...

    In the selection of the Menu... Like u given a solution for dropdownlist hide which works very well... but the same logic does not work for the multiple selection list item. Why so...


    David...

    Published by: David on November 17, 2008 05:22

    Hello

    If you have added in the Page template, then the P39_BATES_DESCRIPTION will not work. As the P63_ATTRIBUTE_CLASS_CODE is not on the page, javascript will throw an error and that will stop the rest of the code to run.

    You can get javascript to test for the existence of a question of fact:

    if ($x('P63_ATTRIBUTE_CLASS_CODE')) {$x('P63_ATTRIBUTE_CLASS_CODE').style.display = 'none';}
    if ($x('P63_ATTRIBUTE_TYPE')) {$x('P63_ATTRIBUTE_TYPE').style.display = 'none';}
    if ($x('P39_BATES_DESCRIPTION')) {$x('P39_BATES_DESCRIPTION').style.display = 'none';}
    

    Andy

Maybe you are looking for