Comparing input value to array value for equality

Hi all,
I'm fairly new to java and I am finding this forum to be a great resource. I am learning more by seeing the problems others are having and the solutions. thanks ahead of time for the help.
Here is my problem.
I am using InputStreamReader and Buffered Reader to take keyboard input and add to a string ( lets call it name)
I then search an array for a match
for ( int i=0; i<array.length; i++
if ( name == array[i] )
blah blah blah
I can compile and run but my input never matches a value I know is in the array.
Do I need to do something to the input string to make it usable?
Any insight would be much appreciated

When comparing objects (including Strings) you usually want to use obj1.equals(obj2), rather than obj1 == obj2. The equals method uses semantics defined by each object to determine whether the contents are "equal". For Strings it compares the characters, for a MyEmployee class it could compare employee IDs or names, birthdates, and whatever else you decide is important.
The == operator, when used on references (anything that's not a primitive like int, float, etc.), tests whether both references refer to the same object. In your case, name and array[j] may have the same contents, but they're stored in two different String objects, so the == test fails.
Oh, and when you post code, use [ code ] blocks to format it, and don't use i as an array index (gives you italics) See
http://forum.java.sun.com/faq.jsp#messageformat

Similar Messages

  • Mapping input values for a web service connection to a range of cells

    I've created a web service connection in Xcelsius data manager. My web service requires an array of integer as input parameter. How do I map input values for a web service connection to read from a range of cells in the spreadsheet, e.g. $A$2:$A$20, in similar way of mapping output values to write to a range of cells in the spreadsheet?
    For output values of the web service, I can specify to map the output values to write to a range of cells. However, it doesn't seem to work for reading the input values.
    I can map input values for each node to a single cell, e.g. $A$2, in the spreadsheet. However, when I set the "Read From" field to a range of cells, e.g. $A$2:$A$20, it only reads in the first value in the range.
    Is there any way that we can do this mapping for input values as we do for output values?
    Your assistance is very much appreciated.
    Regards,
    Van

    Van,
    There is a workaround for that...
    Example:
    My Webservice accepts input data range in a specific format with " :" symbol, i.e. 072008:082008
    Now what i do is
    A1 = 072008
    A2 = 082008
    A3 = CONCATENATE(A1,":",A2)
    so A3 = 072008:082008
    Now i map the input value in web service to cell A3
    P.S have 2 input box components and map it to cells A1 and A2, i.e you are giving users an  option to enter the range of values...then web service will capture the range and refreshes data with the range of values user entered.
    hope this helps..
    -Anil

  • Unable to enter Input value for an ICD

    Hi All,
    I have created an element XXX which has two input values "Pay Value" and "Class". The class has the values 'A','B','C','D'. I have created a plan and set up the rate In the calculation method I have chosen "No Standard values used".
    Now when I try to assign this ICD plan to the user in the Miscellaneous plan I am not able to enter the car class. Can someone help me with this.
    Thanks
    Shekar.

    Hi Shekar
    I find the ICD setup very 'picky'! If you get one thing wrong, it doesn't work. I have detailed below the steps I usually advise people to tek. Check your setup and see if this helps.
    1. Define Plan Type, Compensation Category = Others.
    2. Define Plan. Link to Plan Type. Plan Usage = May not be in program. On Not in program Tab - define sequence, currency, enrollment rate (per pay period?), activity reference period (Monthly). Your settings may need to be different. On Plan details tab, enter plan years.
    3. Plan enrollment requirements. On the general tab, plan sub tab, make sure the method = EXPLICIT. this allows the user to enter an input value for the ICD. THIS MAY WELL BE THE SOURCE OF YOUR PROBLEM!
    Make sure the CERTIFICATION region is UNTICKED. This can also cause ICDs not to work.
    ALLOWS UNRESTRICTED ENROLLMENT must be TICKED. Otherwise there is no eligibility to the ICD.
    On the rates subregion, make sure the run strt date is set to ENTERABLE.
    4. standard Rates form. Make sure the ACTIVITY TYPE and TAX TYPE are entered. Select the ELEMENT and the INPUT VALUE and TICK the ELEMENT AND INPUT VALUE REQUIRED field.
    On the processing Information tab - TICK ASSIGN ON ENROLMENT, DISPLAY ON ENROLLMENT and PROCESS EACH PAY PERIOD. Enter PER PAY PERIOD AMOUNT in VALUE PASSED TO PAYROLL and OTHER in COMPENSATION CATEGORY.
    Let me know if this works!
    Regards
    Tim

  • VPD: Column Level Masking - Error: ORA-28104: input value for sec_relevant_cols is not valid

    Hi Gurus,
    I am trying to mask the secured column from the table for one specified user, Here is the detail of DB and code which I am using to apply the security:
    DB Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0
    Security Function:
    create or replace function kr_sec_function_papf(p_object_schema IN VARCHAR2,
    p_object_name VARCHAR2)
    return varchar2
    as
    p_nid varchar2(200);
    whoami varchar2(100);
    begin
    if SYS_CONTEXT('USERENV', 'SESSION_USER') = 'VPDTEST'
    then
    p_nid := 'national_identifier = national_identifier';
    return (p_nid);
    else
    p_nid := '1=2';
    return (p_nid);
    end if;
    end kr_sec_function_papf;
    Code to Add Policy:
    BEGIN
    DBMS_RLS.ADD_POLICY(
    object_schema => 'APPS',
    object_name => 'PER_ALL_PEOPLE_F',
    policy_name => 'secure_emp',
    policy_function => 'kr_sec_function_papf',
    statement_types => 'SELECT',
    sec_relevant_cols=>'NATIONAL_IDENTIFIER',
    sec_relevant_cols_opt=>DBMS_RLS.ALL_ROWS);
    END;
    I am getting error while executing the above plsql block, Error is:
    ORA-28104: input value for sec_relevant_cols is not valid
    ORA-06512: at "SYS.DBMS_RLS", line 20
    ORA-06512: at line 2
    Any one please help me to resolve the issue.
    Thanks in Advance.
    ~Krishna Nand Singh

    Hi Every one,
    I got this issue resolved.
    The issue is with parameter object_schema => 'APPS' , the object schema name is 'HR' and APPS has synonym with the same name.
    The Correct code should be:
    BEGIN
    DBMS_RLS.ADD_POLICY(
    object_schema => 'HR',
    object_name => 'PER_ALL_PEOPLE_F',
    policy_name => 'secure_emp',
    policy_function => 'kr_sec_function_papf',
    statement_types => 'SELECT',
    sec_relevant_cols=>'NATIONAL_IDENTIFIER',
    sec_relevant_cols_opt=>DBMS_RLS.ALL_ROWS);
    END;
    Thanks,
    Krishna Nand Singh

  • Is it possible to add more input values for a payroll element?

    Hi All
    I have created an element with 1 default input value 'pay value' and another input value '1xx1'. I have linked this to payroll and attached to many employees. Now due to business requirment, I need to add one more input value '2yy2' and also I need to change the formula. Eventhough its a minor change in formula, without a new input value it will not work. I tried to add a new one by datetracking to the element creation date without sucess.
    Is it possible to add input values after saving an element?
    Regards
    Rahman

    You can Change the Required Input Value to Not-required
    Alter the Sequence of the Input Value to be displayed in the Element Entry Screen
    You can Change the Input Value Validation Rule minimum, Maximum, Lookup and Formula
    Change your specification of which input values create Database Items. Note, however, you cannot remove Database Items if they are used in any formulas or QuickPaint reports.
    You cannot remove existing input values or add new one if you have created any entries for the element
    For more details you can refer http://ramesh-oraclehrms.blogspot.com/2007/08/maintaining-element.html

  • F4 Input values for variables based on Navigation Attributes

    Hi,
    We would like to use the option "Q Only Posted values for navigation"  from the set F4 mode 'Query Execution Filter Val. Selectn' in the Multiprovider specific properties.
    The problem is that  this option Works for Infoobject stored on the infocube, but It doesn't work for Navigation Attributes.
    Question : Could you please tell us how to use the option "Q Only Posted values for navigation" with _Navigation Attributes _ ?
    Thx.
    Radj.
    Edited by: Radjech Radjech on Nov 24, 2011 2:22 PM

    Hi,
    The input help only offers values for which you can select data in the current navigational state
    Check the below link ,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20ecb78c-374a-2d10-c6af-f024f19b785d?QuickLink=index&overridelayout=true
    Only posted values for navigation - what does it mean?
    Regards,
    Satya

  • Comparing array elements for equality

    Hi
    I have written a simple program that works as a lottery number predictor. It works fine except for the fact that sometimes 2 numbers will be the same. Does anyone know of a method that compares an array element to the others to test for equality?

    ok I've had a go at implementing a solution. I worked it out on paper so I haven't tested it yet in the program. Let me know if you can see any errors that I can't.
       boolean numNotSame = true;
       int[] lottery = new int[5];
       int currentNumber;
       start:  //label to return to if 2 numbers are the same
       while(numNotSame){
          for( int j = 0; j < lottery.length; j++){
              currentNumber = 1 + randomNumbers.nextInt(34);   //get random number
              for( int i = 0; i < lottery.length; i++){
                 if( currentNumber == lottery)
    continue start; //if numbers are the same begin again
    } //end inner for
    lottery[ j ] = currentNumber; //set array element if number not used yet
    } //end outer for loop
    numNotSame = false; //set false so while loop will end
    } //end while block

  • Input values for CONVERT_OTF_2_PDF function module

    Hi All ,
    I am using this function module 'CONVERT_OTF_2_PDF ' in my report(which will convert smartform to PDF) .
    Can anyone please let me knw what are the input value should I pass to test
    this function .('CONVERT_OTF_2_PDF)
    OTF          
    DOCTAB_ARCHIVE
    LINES        
    Thanks in advance

    Hi,
         TYPES: l_ty_tab_objbin TYPE solisti1 OCCURS 0.
    data: l_otf TYPE STANDARD TABLE OF itcoo.
    DATA: l_objbin TYPE l_ty_tab_objbin.
    DATA: l_docs TYPE STANDARD TABLE OF docs.
    data: i_line TYPE STANDARD TABLE OF tline.
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
    EXPORTING
    USE_OTF_MC_CMD = 'X'
    ARCHIVE_INDEX =
    IMPORTING
    BIN_FILESIZE =
    TABLES
    otf = l_otf
    doctab_archive = l_docs
    lines = i_line
    EXCEPTIONS
    ERR_CONV_NOT_POSSIBLE = 1
    ERR_OTF_MC_NOENDMARKER = 2
    OTHERS = 3
    Regards

  • Regarding API for crreating input values.

    hi everybody,
    this is API to create input values for an element. when i run this script it gives me error saying ORA-20001: PAY_6171_INPVAL_NO_LOOKUP:
    this is the code
    DECLARE
    P_INPUT_VALUE_ID     NUMBER;
    P_OBJECT_VERSION_NUMBER NUMBER ;
    P_EFFECTIVE_START_DATE DATE;
    P_EFFECTIVE_END_DATE DATE;
    P_DEFAULT_VAL_WARNING BOOLEAN;
    P_MIN_MAX_WARNING BOOLEAN;
    P_PAY_BASIS_WARNING BOOLEAN;
    P_FORMULA_WARNING BOOLEAN;
    P_ASSIGNMENT_ID_WARNING BOOLEAN;
    P_FORMULA_MESSAGE VARCHAR2(240);
    P_LOOKUP_TYPE varchar2(240):= NULL;
    P_FORMULA_ID number :=NULL;
    P_VALUE_SET_ID number := NULL;
    P_DISPLAY_SEQUENCE number :=NULL;
    P_GENERATE_DB_ITEMS_FLAG varchar2(240) := 'N';
    P_HOT_DEFAULT_FLAG varchar2(240) := 'N';
    P_MANDATORY_FLAG varchar2(240) := 'N';
    P_DEFAULT_VALUE varchar2(240) := NULL;
    P_MAX_VALUE varchar2(240) := NULL;
    P_MIN_VALUE varchar2(240) := NULL;
    P_WARNING_OR_ERROR varchar2(240) := NULL;
    BEGIN
    PAY_INPUT_VALUE_API.create_input_value
    ( false --P_VALIDATE                in boolean  Default false
    ,'01-JAN-2000' --P_EFFECTIVE_DATE          in date
    ,1028 --P_ELEMENT_TYPE_ID         in number
    ,'Amount' --P_NAME                    in varchar2
    ,'Money' --P_UOM                     in varchar2
    ,P_LOOKUP_TYPE
    ,P_FORMULA_ID
    ,P_VALUE_SET_ID
    ,2 --P_DISPLAY_SEQUENCE        in number   Default Null
    ,'Y' --P_GENERATE_DB_ITEMS_FLAG  in varchar2 Default 'N'
    ,P_HOT_DEFAULT_FLAG
    ,P_MANDATORY_FLAG
    ,P_DEFAULT_VALUE
    ,P_MAX_VALUE
    ,P_MIN_VALUE
    ,P_WARNING_OR_ERROR
    ,P_INPUT_VALUE_ID     
    ,P_OBJECT_VERSION_NUMBER
    ,P_EFFECTIVE_START_DATE
    ,P_EFFECTIVE_END_DATE
    ,P_DEFAULT_VAL_WARNING
    ,P_MIN_MAX_WARNING
    ,P_PAY_BASIS_WARNING
    ,P_FORMULA_WARNING
    ,P_ASSIGNMENT_ID_WARNING
    ,P_FORMULA_MESSAGE
    END;
    can any one help me with the solution as soon as possible.

    have you implemented api's before?
    Do not specify parameters you do not need. Name qualify your parameters. Do not initialize parameters with null, since they are already null by default.
    And why not enter them manually? Or dataload? Or configuration Workbench?

  • Text Entry Box--Advanced Actions--Conditional Statement--Double quotes in literal input value

    Hello forums,
    I'm new to the forums (and Captivate in general), but I'm having a real problem carrying out a tutorial design and I think you may be my only hope.  Let me explain what I want to do and the difficulty that I'm having:
    I'm an instruction librarian at a university, and I'm designing an interactive tutorial for English 100 students to complete in order to become familiar with how to search the library catalog.  What I've done is taken a screenshot of the catalog search page, made it the background of a slide in Captivate (vers. 6), and placed a text entry box over the search bar in the screenshot.  The idea is for the students to conduct a simulated search by choosing one of three suggested search string formulations, and depending on the search string they enter, the tutorial will jump to a slide featuring a screenshot of what the actual search results would look like.  The idea is to emphasize the use of keywords over full-sentence phrases, and the use of double quotation marks to enclose multi-word search terms.
    So I've set the action for the TEB to "Execute Advanced Actions" and then created some IF/THEN statements in the "Advanced Actions" pop-up window (with action type set to 'conditional'). The script is such that if the student enters the first search option (how does sleep affect college students) in the TEB, the tutorial jumps to 1 slide, if they enter the second option (college students AND sleep), featuring a Boolean operator (AND), the tutorial jumps to a 2nd slide, and if they enter the third option ("college students" AND sleep) with the double quotes around "college students" and the Boolean operator, the tutorial should jump to a 3rd slide.  This action script works fine for the first two input options, but I can't make it work for the third search option.
    I think that it has something to do with the fact that the third input option features double quote marks, and this seems to throw off the script (I tried a quote-less input value for the third IF/THEN just to make sure that it would work jumping to the 3rd slide and it did), and I'm wondering if anyone has any suggestions as to how I can get around this issue.  Again, I need it to work so that if the student enters "college students" AND sleep, with the quote marks and the Boolean operator, the tutorial will jump to a slide showing the search results if those search terms were used in a real search of the catalog.
    I'd be extremely grateful for any help that anyone here can give me, we've been trying to make our online tutorials more engaging and interactive (and therefore more interesting), and I think this would be a great way to teach students about using quotes in their catalog searches.
    Thank you for your time and consideration.
    Andrew Wilk
    College Library
    UW-Madison

    The tutorial is for a "how to use catalog searching" instruction in an undergraduate library session.  We use boolean operators (AND, OR, NOT) to combine search terms, ex. to search for books about the sleeping habits of college students, I would enter "college students AND sleep."  Because "college students" is a multi-word phrase to describe one concept, I need to put quotation marks around the phrase to prevent the catalog from searching for the individual words separately, so the most correct search becomes ["college students" AND sleep] with quotation marks around only "college students," a user-typed "AND," and the word "sleep" (no q-marks).
    A colleague of mine worked out a pretty cool (if complicated) solution that I'll share if anyone is interested.  Since the q-marks where the problem, we've set it up so that the TEB validates the response for the search string with q-marks around "college students." If they enter it correctly, the tutorial jumps to the corresponding slide. The attempt # is set to 1, and if the user fails to enter the validated phrase (they misspell or use one of the other response options) then the TEB is set to run an Advanced Actions Script in which the other two options are scripted in IF/THEN statements that cause, when the term is entered correctly, the tutorial to jump to their corresponding slides. We've created another tab of IF/THEN statements that say that if the response is NOT equal to one of these response options, then the slide restarts (technically the slide "jumps" back to itself and starts over) and the user gets another chance to start the cycle over again.
    I know this is confusing (I had a really hard time explaining it in words), so if anyone is interested I could make a Jing video when I have some time.
    Thank you for all your suggestions

  • Unable to provide input value to InfoObject in SEM-BCS

    Hello BI Experts,
    I have created an infoobject 'ABC' in BI and have flagged 'With Master Data' and 'With Text'.  This infoobject has an navigational attribute 'XYZ'(XYZ also has 'With Master Data' and 'With Text').
    When I go to T.Code UCWB(BCS Workbench), I could able to see the infoobject 'ABC' and when I try to create master data for 'ABC', I do not see the input field for 'XYZ'.  I want to input values in Infoobject 'XYZ' through this screen(SEM-BCS) and not through BI(right-click on infoobject 'Maintain Master Data).  Please let me know, if I am missing anything.

    Hi Shekar
    I find the ICD setup very 'picky'! If you get one thing wrong, it doesn't work. I have detailed below the steps I usually advise people to tek. Check your setup and see if this helps.
    1. Define Plan Type, Compensation Category = Others.
    2. Define Plan. Link to Plan Type. Plan Usage = May not be in program. On Not in program Tab - define sequence, currency, enrollment rate (per pay period?), activity reference period (Monthly). Your settings may need to be different. On Plan details tab, enter plan years.
    3. Plan enrollment requirements. On the general tab, plan sub tab, make sure the method = EXPLICIT. this allows the user to enter an input value for the ICD. THIS MAY WELL BE THE SOURCE OF YOUR PROBLEM!
    Make sure the CERTIFICATION region is UNTICKED. This can also cause ICDs not to work.
    ALLOWS UNRESTRICTED ENROLLMENT must be TICKED. Otherwise there is no eligibility to the ICD.
    On the rates subregion, make sure the run strt date is set to ENTERABLE.
    4. standard Rates form. Make sure the ACTIVITY TYPE and TAX TYPE are entered. Select the ELEMENT and the INPUT VALUE and TICK the ELEMENT AND INPUT VALUE REQUIRED field.
    On the processing Information tab - TICK ASSIGN ON ENROLMENT, DISPLAY ON ENROLLMENT and PROCESS EACH PAY PERIOD. Enter PER PAY PERIOD AMOUNT in VALUE PASSED TO PAYROLL and OTHER in COMPENSATION CATEGORY.
    Let me know if this works!
    Regards
    Tim

  • Slow response when using Xcelsius web service connection witn input values

    We've been very successful in using the Xcelsius Web Service Connection. We've recently moved forward toward using input values when calling a web service and having issues with response time. Without input values, it takes 3 - 6 seconds to retrieve and display the results in Xcelsius, but, when using the input values to the web service, it takes about 27 seconds for Xcelsius to retrieve and display the results.  Does anyone have experience with fixing slow response associated with using input values for a web service connection?

    Hi Sharone,
    What's the version of your Xcelsius and BOBJ server?
    I'm asking because using the last version of BOBJ server (BOXI 3.1 SP 3) you have new services on CMC just to help Xcelsius to work better with WebServices.
    Regards,
    Rodrigo.

  • How to raise a exception if the incoming value for a source field is empty

    Dear all,
    I have a scenario where the source and target structures are as follows :
    The output for the above transformation logic is
    The occurrence for field id in source and target is 1:1   Even if i don't provide the input value for id field,
    system is not throwing any runtime exception.But if the field tag id is missing in incoming payload, then
    system throws exception.
    1) *** How can i raise a exception it the value for field id is empty
    2) As the target structure occurrence for field id is 1:1  why system doesn't throw exception for null value
    Regards
    Koti Reddy

    1) *** How can i raise a exception it the value for field id is empty
    You need to impliment the check  to throw the error
    2) As the target structure occurrence for field id is 1:1  why system doesn't throw exception for null value
    You are sending a blank value " " and the same is being passed. if you remove the tag from source xml it'll throw the error
    Message was edited by: Hareesh Gampa

  • BEX Analyzer 7.0 - Use the content of an excel cell as an input value

    Hi all,
    Is it possible to use the content of an excel cell as an input value for a bex variavel?
    Iu2019m using bex analyzer 7.0.
    Thanks in advance,
    Cátia Coelho Silva

    Hi Catia,
    Yes it is possible to import values from exel. But this will gives you "INCORRECT INPUT PARAMATERS"..
    So it is still best to use "Notepad" as your import file type.
    Just copy your input parameters on the notepad then upload it via 'import text file'.
    Please be sure to use Multiple selection type variable.

  • 기존 ELEMENT에 INPUT VALUE를 추가하는 방법

    제품 : HR_PER
    작성날짜 : 2005-11-23
    기존 ELEMENT에 INPUT VALUE를 추가하는 방법
    ================================
    Explanation
    기존 Element에 Input Value를 하나 더 생성해서 DB Item으로 값을 읽고 싶은데 Input Value추가가 안되네요. 어떻게
    추가하는 방법이 없을까요?
    ### Steps to Reproduce ###
    HRMS Manager > 보상합계 > 기본 > 항목내용 화면에서 입력값버튼을 눌러 입력값을 추가하고 싶음.
    ### CAUSE DETERMINATION ( Not required for Question-Answer issues) ###
    ### SOLUTION / ACTION PLAN OR ANSWER ###
    Note : 175552.1
    "Maintaining Elements
    After you have defined and used an element, you can make the
    following changes:
    -Change a required input value to be not required.
    -Alter the sequence in which input values appear in the Element
    Entries window.
    -Change the input value validation rules for minimum,
    maximum, lookup, or formula.
    -Change your specification of which input values create Database
    Items. Note, however, you cannot remove Database Items if they
    are used in any formulas or QuickPaint reports.
    -You cannot remove existing input values or add new ones if you have
    created any entries for the element."
    Note : 334953.1
    Symptoms
    o Tried to add an Input Value to an existing element.
    The links to the element were end-dated on 29-Jul-2005
    o Navigation: Total Compensation --> Basic --> Element
    Description, Bring up input values form, and try to add a new input value.
    Error happens
    o Error message:
    'FRM-41051: You cannot create records here
    o Expect to be able to enter new input values.
    o Happening in patch instance
    Cause
    The Error 'FRM-41051: You cannot create records here' arises because there are existing element entries for this element.
    An input value cannot be added to an element if element entries exist for that element or input
    value date is greater than the start date of the element.
    Internal Bug:710550 : CAN'T MODIFY OR ADD NEW RECORDS INTO THE INPUT VALUES FOR AN ELEMENT
    States the following:
    "General rule is:
    Insert of new IVs is not allowed when any element entries or run results for the element type exist.
    I understand this is not the case here as there is no link for the element but can this be verified again.
    This functionality is controlled via CONTROL_INPUT_VALUE_INSERTION procedure.
    Insert of input values is not allowed when:
    element_entries_exist or
    no_of_input_values for the element is > 15 or
    :ctl_globals.session_date != element_start_date "
    Bug 809105 : CANNOT ADD INPUT VALUES TO EXISTING ELEMENT (PAYWSDET)
    States:
    The business rule quoted in Bug 710550 also states that you cannot add a new
    input value if element entries exist for this element - please check that this
    is not the case here.
    Note 269070.1
    Title: Cannot Create A User Defined Input Value For A State
    Retirement Plan Deduction Element
    Symptoms
    In the element description form you cannot add new input values for a deduction element. You get
    this error when creating new input value:
    FRM-41051 You cannot create records here
    The deduction element is a newly created element.
    Cause
    When adding the input values Datetrack date was not proper.
    Fix
    Make sure there are no element entries existing for the element.
    Make sure to date track to the date when the element was created.
    Solution
    Because the application looks at three conditions before it will allow you to add an input value
    to an element, if one of those conditions are met it will not allow you to create the element entry.
    In your case 2 are being met so the system will not allow you to create the element entry.
    1- element entries exist
    2- state date of the new input value is greater than the element start date
    Conditions being looked at:
    element_entries_exist or
    no_of_input_values for the element is > 15 or
    :ctl_globals.session_date != element_start_date
    There is no workaround for scenario, you need to create a new element.
    결과적으로 말씀드리면, 한번 입력된 Element에 대해서는
    아래의 두가지 속성을 모두 충족하지 않는 한,
    Input Value를 추가로 입력하실 수 없습니다.
    신규로 Element를 지정해주셔야 합니다.
    1. Make sure there are no element entries existing for the element.
    ==> 해당 Element에 대한 Element Entry가 없어야 합니다.
    2. Make sure to date track to the date when the element was created.
    ==> 신규 Input Value를 입력하려는 DateTrack날짜가 Element가 생성된 날짜와 같아야 합니다.
    Reference Documents
    Note : 334953.1 Paywsdet Error 'FRM-41051: You cannot create records here' when Trying to Add an Input Value to an Existing Element.
    Note : 175552.1 How To Add A New Input Value To An Existing Element ?

Maybe you are looking for