Form - selection list - add "choose an answer".

Hello

A form of eloqua I would have the following options in the select list


where "Choose an answer" is the default and is not valid in the form validation logic.

E10, my question is: can I implement this using select lists and the choice of field?

Thank you

Nick

Hi Nick,

Yes, you can add it as an option in the list select, worthless. If you have already included in the selection list in a form on a Landing Page, you may be able to reinsert to update the options in the list. Let us know if that answers your question.

Thank you

Gaia

Tags: Marketers

Similar Questions

  • Avoid repeating the selected values on the tabular form select list

    Hello

    I need help with the following situation:

    I have a selection list containing all departments. When the user selects a Department, a tabular presentation appears with a list of selection employees containing on this Department. When adding new employees (new lines), I would like to remove the current employees of the selection list without submitting the page to avoid duplicates.

    Something similar to this: http://apex.oracle.com/pls/apex/f?p=18:307, the problem with this example is that the number of lines is predefined and initially shows all values so if I change one, it erases all existing records.

    I created an example on apex.oracle.com:

    Workspace: EDIAZJORGE

    USER name: TEST

    PASSWORD: test123

    Application: 84395 - tabular

    Page: 1 - home

    Thank you for your help,


    Erick

    Hi Erick,.

    As a solution, I suggest to use an element of the shuttle in a form instead of a tabular presentation. I think that its functionality to meet your needs.

    Robert

    http://apexjscss.blogspot.com

  • When selecting a "select list with redirect', all variables are losing value

    I have a form where a field (: P38_CUSTOMER_ID) receives its value from the parent report and it appears as: "display text (saves the State)).".

    I have 2 fields from selection list. The first (: P38_COUNTRY) is shown in the form "select list with redirect.
    As soon as I select the value (name of the country) in this list box, I lose the value: P38_CUSTOMER_ID.

    An idea on what I need to do to ' P38_CUSTOMER_ID to avoid losing its value?

    Thanks in advance.

    You are welcome. There are many options to choose from ;-)

    Be sure to note the answers as people only get points if you do.

    Thank you
    Dimitri

  • Selection list: display null value

    In a select list, I want to display the display value null as default in the selection list, whenever the form is opened.

    Please suggest how to achieve this.

    Sanjay

    Hello

    Change the selection list and choose the option 'Display null value' like 'yes '. Do not mention any value in the default value field.

    Concerning
    Jean Claude

  • Fill in the text field of the value of select list using javascript

    Hello

    I'm editing a form where a text field is to be filled using an On-Demand application process. The process is called with an OnChange.

    Application process:
    declare
      l_CCSS_STATUS varchar2(100);
    begin
      select CCSS_STATUS into l_CCSS_STATUS from PATIENT
        where ID = :P11_PATIENT_ID;
      htp.prn(l_CCSS_STATUS);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    l_CCSS_STATUS := 'Inactive';
      htp.prn(l_CCSS_STATUS);
    end;
    In the attributes of HTML Form selection list element:

    onChange = "javascript:f_getStatus()"; "

    It fills a text field (: P11_CCSS_STATUS) when I appreciate is selected in the select list.


    I am filling a second field (: P11_COPY) with a (share) value for the same table of PATIENTS, but don't really understand how the: P11_CCSS_STATUS field is filled in from the application process.

    If I understand the request of the share in the application process, then it is appended to the value CCSS_STATUS and appears in the: P11_CCSS_STATUS text element.

    Any help is appreciated.

    Thank you
    Matt

    Hello

    visit the similar to the below application process

    declare
      l_CCSS_STATUS varchar2(100);
      l_COPAY varchar2(100)
    begin
    
      select CCSS_STATUS , COPAY into l_CCSS_STATUS , l_COPAY from PATIENT
        where ID = :P11_PATIENT_ID;
      //notice this line.... how the response is send
      htp.prn(l_CCSS_STATUS || ',' || l_COPAY);
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    l_CCSS_STATUS := 'Inactive';
      htp.prn(l_CCSS_STATUS);
    end;
    

    and javascript call you to something similar to below.

    function myAjaxCall()
    {
       var ajaxRequest = new htmldb_Get( null , &APP_ID. , 'APPLICATION_PROCESS=myAppProcess',0);
       ajaxRequest.add('P11_PATIENT_ID' , $v('P11_PATIENT_ID'))
       //notice the below line.. use of split function
        ajaxResult = ajaxRequest.get().split(',')
       $s( 'P11_CCSS_STATUS' , ajaxResult[0]);
          $s( 'P11_COPAY' , ajaxResult[1]);
    }
    

    Example: http://apex.oracle.com/pls/apex/f?p=12060:110

    Kind regards
    Shijesh

  • No query on the selection list

    Apex 4.2

    Two Tables

    SITES

    Site_id (pk)

    Site_name

    Date

    ACTIVATION

    Activation_id (pk)

    Activation_date

    Deactivation_date

    Site_id (fk)

    * I have a report based on the table of ACTIVATION. When you click on a link change on line any report, it takes you to a form to edit the information. The form allows you to edit the Site_id. The Site_id is represented as a list of selection with the LOV query:

    SELECT SITE_NAME, SITE_ID

    SITES

    * This list of selection gives me all site_names, however, I want to filter the list of selection by only showing sites that aren't in the report. All site names are:

    Maryland

    Los Angeles

    Natchez

    Bakersfield

    Austin

    The report includes the lines:

    Activation ID Site name deactivation / Activation Date date

    1 Natchez 11/03/2013

    2 los Angeles 27/05/2020

    I would like the list to show only those who is not in the report, that is to say Austin, Bakersfield, in Maryland.

    I tried to write the NOT IN query. When I click on a link change in the report to access the form, select list the entries I want, however, the line that I clicked on displays the id of the Site name instead of the actual name. I don't know where is my mistake. I hope that all makes sense. Thank you for your help in advance. Oh, and my query I wrote is as follows:

    SELECT SITE_NAME, SITE_ID

    SITES

    WHEN SITE_ID NOT IN (SELECT SITE_ID

    ACTIVATION OF

    WHERE what =)

    The second (LOV):

    SELECT SITE_NAME, SITE_ID
    FROM SITES
    WHERE SITE_ID NOT IN (SELECT SITE_ID
    FROM ACTIVATION
    WHERE this = that)
    OR SITE_ID = :PXX_SITE_ID
    

    Thank you

    Erick

  • Choose selection list generation - SRS

    Can someone give me a clue as to what this means?

    ---------------------------------------------------------------------------
    Execution of the expedition: Version: 12.0.0

    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.

    Module WSHPSRS: choose selection list generation - SRS
    ---------------------------------------------------------------------------

    Current system time is March 24, 2010 07:04:29

    ---------------------------------------------------------------------------

    * Starts * March 24, 2010 07:04:31
    * Ends * March 24, 2010 07:04:51
    Exception occurred in WSH_PICK_LIST
    ---------------------------------------------------------------------------
    Beginning of the FND_FILE log messages
    ---------------------------------------------------------------------------
    p_log_level is 0
    p_log_level is 0
    Error occurred in Inv_Pick_Release_Pub.Pick_Release
    Collection of rule fails to find a locator of source respect restrictions rules
    .
    Unexpected error: error in the Routine WSH_USA_INV_PVT. Update_Inventory_Info, Oracl
    e error - 100
    ORA-01403: no data found
    Error from INV_Pick_Release_Pub.Pick_Release. Output
    SQLCODE: 1 SQLERRM: user-defined Exception
    Exception occurred in WSH_PICK_LIST. Release_Batch_Sub
    Error occurred in Release_Batch_Sub
    SQLCODE: 1 SQLERRM: user-defined Exception
    Exception occurred in WSH_PICK_LIST
    ---------------------------------------------------------------------------
    End of the FND_FILE log messages
    ---------------------------------------------------------------------------


    ---------------------------------------------------------------------------
    Options, AutoComplete, the request for enforcement.


    Output is not printed because:
    The option has been disabled for this report.


    End of query options AutoComplete.

    ---------------------------------------------------------------------------
    Simultaneous request ended
    Current system time is March 24, 2010 07:04:51

    ---------------------------------------------------------------------------

    Salvation;

    Please check

    Take exit questions error Ora - 01403 Inv_pick_release_pub [ID 268219.1]

    It may be useful

    Respect of
    HELIOS

  • dynamically change the value of a selection list in the form based on a table

    Hi friends,

    I use a form based on a table. I want to display two fields in the form of lists of selection instead of text boxes and when a value

    in a select list is selected, the corresponding values will be included in the next list of selection. For example if Department

    value is selected in a selection list that employees in this Department will be included in the employee selection list. I saw a

    even using ajax to achieve this as a table in the Dene example application [click here | http://apex.oracle.com/pls/otn/f?p=31517:176:462842537250908:NO].

    Is it possible to achieve the same for a form based on a table.

    Thank you
    TJ

    Hi TJ.

    Take a look on: [http://apex.oracle.com/pls/otn/f?p=56976:4] - instructions are on the page

    Andy

  • Selection list in the form of manual based on a previous article

    I have a manual tabular presentation with multi-column, a column (seller) is a selection list that should be based on a previous column (Type of supplier - internal/external). So if the user selects internal to the provider Type, selection of the provider column list must contain these sellers with type of Interior. Moreover, it also uses the APEX collections.

    Select

    apex_item. Hidden (1, C015) STATUS.

    apex_item. CheckBox (2, SEQ_ID,' title = "check to remove" "") CHECK box.

    case

    When (c001 is not null and c002 is not null) then

    "< a onclick =" return false; "href =" f? p ='|| : APP_ID | » : 20 :'|| : APP_SESSION |':NO:20:P20_ID, P20_REQ_ID, P20_SEQ_ID :'|| C001 | «, » || C002 | «, » || SEQ_ID. ' "" > < img alt = "" src="/i/ed-item.gif" > < / a > '

    end |

    apex_item. Hidden (4, C001) ID,.

    apex_item. Hidden (5, C002) JOB_QUOTE_ID,.

    apex_item.date_popup2 (6, C003, "MM/DD/YYYY", 11, 2000, "onChange =" f_set_end_date (this.id,'|) "") ROWNUM. ');"') ||

    apex_item.select_list_from_query (7, C004, 'select svcs_description d, svcs_code r from csrsr_service_codes order by 1 CAD', null, 'YES', null, "- Select -"). ' < BR / > '.

    apex_item.date_popup2 (8, C005, "MM/DD/YYYY", 11).

    apex_item. Text (9, C006, 8, 15,'style = "" text-align: right; ' ") ') || ' < BR / > '.

    apex_item.select_list (10, C007,';) S, external; E', null, 'YES', null, "- Select -").

    apex_item.select_list_from_query_xl (11, C008, 'select $vendor_name d, csrsr_vendors_v r vendor_number', null, 'YES', null, '- Select-'). ' < BR / > '.

    apex_item. Text (12, C009, 50, 100, "colspan = 2') COL12,.

    apex_item. Text (13, to_char (to_number (C010), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT1,

    apex_item. Text (14, to_char (to_number (C011), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT2,

    apex_item. Text (15, to_char (to_number (C012), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT3,

    apex_item. Text (16, to_char (to_number (C013), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') AMT4,

    apex_item. Hidden (24, C001) |

    apex_item. Hidden (25, C002) |

    apex_item. Hidden (3, SEQ_ID) |

    apex_item. Text (17, to_char (to_number (C014), 'FML999G999G999G999G990D00'), 10,15,'style = "text - align:right;"') CHBK_AMT,

    'value' COLTYPE

    Of

    apex_collections

    where

    collection_name = "CSRSR_JOBCOSTS_C" and

    C015 in ("O", "U", ' only)

    Union of all the

    Select

    apex_item. Hidden (1, null) STATUS.

    apex_item. CheckBox (2, null,' title = "check to remove" "") CHECK box.

    apex_item. Hidden (24, null).

    apex_item. Hidden (4, null) ID,.

    apex_item. Hidden (25, null).

    apex_item. Hidden (5, null) JOB_QUOTE_ID,.

    apex_item.date_popup2 (6, null, ' MM/DD/YYYY", 11, 2000," onChange = "f_set_end_date (this.id,'|)" ") ROWNUM. ');"') ||

    apex_item.select_list_from_query (7, null, 'select svcs_description d, svcs_code r from csrsr_service_codes order by 1 CAD', null, 'YES', null, "- Select -"). ' < BR / > '.

    apex_item.date_popup2 (8, null, "MM/DD/YYYY", 11).

    apex_item. Text (9, null, 8, 15,'style = "" text-align: right; ' ") ') || ' < BR / > '.

    apex_item.select_list (10, null,';) S, external; E', null, 'YES', null, "- Select -").

    apex_item.select_list_from_query_xl (11, null, "select d, vendor_number csrsr_vendors_v r $vendor_name", null, 'YES', null, '- Select-'). ' < BR / > '.

    apex_item. Text (12, null, 50, 100, "colspan = 2') COL12,.

    apex_item. Text (13, null, 10, 15, "style =" text-align: right;) (' ') AMT1,.

    apex_item. Text (14, null, 10, 15, "style =" text-align: right;) (' ') AMT2,.

    apex_item. Text (15, null, 10, 15, "style =" text-align: right;) (' ') AMT3,.

    apex_item. Text (16, null, 10, 15, "style =" text-align: right;) (' ') AMT4;

    apex_item. Hidden (24, null).

    apex_item. Hidden (25, null).

    apex_item. Hidden (3, null).

    apex_item. Text (17, null, 10, 15, "style =" text-align: right;) (' ') CHBK_AMT;

    'value' COLTYPE

    Of

    Double

    How can I accomplish this?

    Request Express 4.1.2

    Oracle 10g Rel 2

    Robert

    Hello

    Then, you are probably looking for cascading select list in a table?

    http://dbswh.webhop.NET/HTMLDB/f?p=blog:read:0:article:2003800346210117

    Kind regards

    Jari

  • In the form of cascading select lists - what am I doing wrong?

    Friends,

    Hope you can help, I'm trying to figure out how to build a tabular presentation that contains the cascading select list.

    What I do is to reproduce the excellent example Denes Kubicek has developed here: http://apex.oracle.com/pls/otn/f?p=31517:176 in my own work space.

    While I can see it working on the environment hosted by Denis, I can't make it work in my area. I must be missing a step (or several!) After trying in vain to operate for several hours, now I'm hoping you can help.

    That's what I did:

    Created a sql report using the exact same sql provided.

    Created a process page (rendered page side) using the same code.

    Added javascript code to my html page header section

    Created a process of application, called tab_casc_sel_list which runs on request

    When I run the following page occurs:

    The select deptno list shows 'Research' while the employee select shows 'Ford '.

    However, when I change the selection dept list I get the following results:

    Use Internet Explorer: The list of selection used now becomes empty and shows no entries

    The use of Firefox: the employee entries are still posted, but they are not restricted by Department.

    What did I miss?

    Thanks in advance for any help you can provide.

    Ian

    Fixed.

    'Re missing you the application TAB_CASCADING_ITEM element

    See you soon

    Ben

  • Using AJAX code for the conditional selection list.

    Hello

    I use AJAX code for the first time, I have no knowledge in java, I got the code from this forum and try to manipulate my requirement.

    My requirement is that I have two selection lists, host_name) 1 and 2) database_name.
    As soon as I pick/choose the value of host_name select list, I need to fill in only the databases on this particular host. I don't want to send the page for this action.

    Here is the code, thank you if anyone can help.


    On request the code application process:
    -----------------------------------------------------
    declare
    number of l_counter;
    l_o_name varchar2 (2000);
    Start
    owa_util.mime_header ("text/xml", FALSE ");
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    owa_util.http_header_close;
    HTP. PRN ("< select > '");
    for rec in (select "ORA_DATABASES_VW". "' Database_name ' as 'database_name ',.
    'ORA_DATABASES_VW '. "" DB_ID "as"DB_ID ".
    of 'ORA_DATABASES_VW '.
    where 'ORA_DATABASES_VW '. ("' HOST_NAME ' =: TEMP_ITEM)
    loop
    HTP. PRN ("< option value ="' | rec.db_id |) '">' || Rec.database_name | ("< / option >");
    end loop;
    HTP. PRN ("</select > '");
    end;

    Header HTML on this page:
    =================
    < script language = "JavaScript1.1" type = "text/javascript" >

    function get_List_XML (source_item, target_item) {}

    var v_Target = html_GetElement (target_item);
    var v_Source = html_GetElement (source_item);
    var ajaxResult = new htmldb_Get (null, & APP_ID, 'APPLICATION_PROCESS = POPULATE_LIST_XML', 0);
    ajaxResult.add ('TEMP_ITEM', source_item.value);
    var v_result_xml = ajaxResult.get ('XML');

    If (v_result_xml & & v_Target)
    {
    var options_Contents = v_result_xml.getElementsByTagName ("option");
    v_Count = options_Contents.length;
    v_Target.length = 0;

    for (var i = 0; i < v_Count; i ++)
    {
    var v_opt_xml = v_result_xml.getElementsByTagName ("option");
    appendToSelect (v_Target, v_opt_xml.getAttribute ('value'), v_opt_xml.firstChild.nodeValue)
    }
    }

    }
    function appendToSelect (target_item, option_val, option_content) {}
    var v_Opt = document.createElement ("option");
    v_Opt.option_value = option_val;
    {if (document. All)}
    target_item.options.Add (v_Opt);
    v_Opt.innerText = option_content;
    } else {}
    v_Opt.appendChild (document.createTextNode (option_content));
    target_item. AppendChild (v_Opt);
    }
    }
    < /script >


    Attribute of the form in the host_name column element. P935_INSTANCE_DB_NAME is my page for database_name.
    OnChange = "get_List_XML (this,"P935_INSTANCE_DB_NAME").

    Feel free to mark the answers useful or correct ;)

  • How to use a Select list on a second primary key column in a tabular presentation?

    Hello

    I created a tabular presentation located on the details page of the user (form), that allows to manage roles for this user.

    The shape of table contains 3 elements:
    -> a checkbox
    -> user (PK) column is hidden, and its default value is generated by a function pl/sql (to submit the time), which refers to the element to username.
    -> the role of the column is displayed as a named select list LOV: add you a line, choose a role, submit, etc..

    But my ROLES table (not created by me...) contains 2 columns: USER and GRANTED_ROLE.
    The USER is the primary key, but a user can have multiple roles (= one line per role).
    GRANTED_ROLE is the second primary key, so that we can differentiate between one line of another.

    At the moment my tabular form has only one primary key (USER), so the GRANTED_ROLE can display as a list select.
    But, for this reason, in my opinion, remove the button do not work: all the lines of the user have the same key, so when I select a few lines to remove these, all lines in the form of tables are deleted.

    I don't know how my button Delete could recognize the subkey to remove only selected rows...
    Or maybe I should use a different type of region?

    Thanks for your help!
    Fanny

    In the process of ApplyMRD, try to specify the 'secondary key' column in the section "Source: Multi line Update and Delete"to the second column key in tabular form.»

    I have not tested this with your situation, but worth it.

  • dynamic selection list hangs with php

    Hi all

    I can't get a list of dynamic selection of work in dreamweaver. It completely crashes whenever I try to add to my page. I found someone else in the forum who had the same problem, but no one ever answered. I've tried several things, including putting just the dynamic record and select on its own page with no other code in this regard. He always breaks DW. I also tried this coding myself by making a listmenu and change it so that the value of the option equals a value PHP echo. It crashed too much here. Does anyone have a piece of code with a selection list dynamic work that uses a recordset that I could look at? This way I can see where I am going wrong. All I'm trying to do is to get a simple drop-down menu select list of employee names, so anyone can choose their name for advice. This is a table, a set of records 2 fields (first and last name).

    Using DW CS3, php & MySQL, windows XP Pro

    Any help would be really appreciated!

    That's all! Thanks a lot for your help!

  • How to set the width of a Select list in APEX 5.0?

    Hello

    I have been using APEX 4.2 for a couple of years now. I am currently building my first application in APEX (Oracle DB 11g XE) 5.0

    On a page with multiple selection lists, I'm trying to set the width of each of them, so they are all the same size regardless of content.

    APEX 4.2, I used to just add: style = "width: 200px ' to 'ownership of the attributes of element HTML Form.

    How do I in the APEX 5.0? Property of the 'HTML Form Element attributes does not seem to exist anymore. Is there another way?

    Nick

    Hello

    You can use custom attributes: CSS min-width and max-width properties

    Concerning

    J

  • Selection list refresh / 'display additional values '.

    I'm refreshing a list of selection with dynamic action and then after with dynamic action to set the value to the max value.  The problem is that it assigns the first item in the list.  Seems to act as the game happens before the update is completed.  I have the option "display additional values" but I can't find a way to set the value of a dynamic action - it does not accept the additional value.  This should work?

    It's not a bug, discounting is a reminder of the AJAX and success raises an apexafterrefresh event.

    You can add a second dynamic action for the selection list:

    Event: after refresh

    Selection type: point

    And then the new value must be available.

    The display of the values additional option has another purpose. Explained in the help text to the Apex 5.

    Display additional values

    An element can have a value of session state that does not occur in the given list of values definition. Specify if this list of values this additional session state value. If you choose not to display this additional session state value and there is no matching values in the list of values, the first value in the list of values is the value selected and displayed.

Maybe you are looking for

  • verifying windows mail 8.1 gel

    I have a problem at the launch of Mozilla Thunderbird version 24.4.0 I have disabled all addons I use a SSD (Solid State Drive) What program launches automatically checks for new messages, when it does this the locks of program for a few seconds, not

  • new iPhone restored 6s form an old iPhone 5s

    My daughter just got an iPhone 6s with ios9.3.x and old phone is an ios7.1.2 running of iPhone 5s.  Can I restore the backup old ios on the new phone without updating the old phone? The old phone is maxed on memory and does not have the update.

  • Blocking attachments by e-mail

    I have a problem in my yahoo id there are many e-mails attached comes to my e-mail Inbox so I need your help to block this spare, I tried to do this by using the option of e-mail and spam and the writing of the address of the sender, but attachments

  • Error HP Deskjet F2280 peripheral USB not recognized.

    Original title: How can I get my printer recognized. When I turn my printer I get the error notice following (USB device not recognized). I'm working on Windows XP. It was working fine until last week when he suddenly showed the error notice. It's a

  • How to selectively remove Restore Points in Windows 7 Pro

    The discussion that I found to this question did not address the selective deletion of restore points. It describes how to remove all but most recent which does not help me. Does anyone have an answer? Thank you!