Creation of the logic group - no limitation for the value of criteria field?

I am trying to create simple logical groups in FDM (11.1.1.3 and 11.1.2.1 version). However, an error message is displayed in the information bar.

: Error adding the new record.
Detail: data access error.

I clicked on the button "Add" and created a logical group that contains * 1 520 * accounts not sequential sources in the field of value of criteria (with operator).
I separated these accounts from source with a comma and no space between them. (Note: operator = x, value/Exp = 1, Seq = 0) I've updated the grid. Then the error message was displayed and the logical group create failed.

And then, I created a new group of logic that contains only * 100 * accounts not sequential sources in the field of value of criteria (with operator).
I also separated a comma, no spaces and the same setting. I've updated the grid. And the logical group has been successfully added.

The account of each source contains 10 characters (alphabet and number).

I want to ask:
1. is there a limitation by specifying accounts sources (i.e.. more than number of accounts for each group of logic source) in the criteria value field when creating simple logical group?

2. I'm adding these logical groups by clicking on the button 'Add' one by one, is it faster way to do (i.e. transfer an excel or csv source file specified accounts)?

Thank you very much!

You perform the update the named range in the Excel file as the previous poster said? When you import an Excel file using the import XLS function, only the name family (s) starting with 'ups' are actually loaded in the system. Note that at least in versions 9.3 and 11.1.1.3 there was also some hidden lines had to be such that specify the header.

JOINT TASK FORCE

Tags: Business Intelligence

Similar Questions

  • ([JDev12c, ADF] 1) how to get the value of a field of the line currently selected in question 2) af:table: flowScope

    Hallo,

    How can I get the value of a field in the row that is currently selected in an af:table?

    I need to pass this value to a setCurrentRowWithKeyValue who took the record to display in another (by a button) called page:

    Limited workflow

    Page1 - goToPage2-> setCurrentRowWithKeyValue-> PAGE2

    I defined a managed bean flowScope for the workflow in which I created the variable 'CodeToSetPage2Row '.

    I will store the value of the field for the selected line in this variable so that I can move on to the setCurrentRowWithKeyValue.

    Could be this method OK? Ore is there any good practice to achieve this goal?

    The managed bean flowScope used to go to the stubborn task may take some values from the outside?

    The workflow defined will be executed in a dynamic region.

    Thank you

    Federico

    Federico, you cannot use a flow variable scope for this page. The region has no access to the bean. You must use a workflow for this parameter.

    To get an attribute of the currently selected line you make slide data vo of control on the page attribute. This will create a link attribute for this attribute. Once this link exists, switch to source mode and remove the component that you do not want.

    The framework passes the value of the current row in this affair of the attribute (table should be in single selection mode).

    Click on the button, you switch the binding of the attribute for the setting of task flow using a setPropertyListener.

    In the workflow, you call the setCurrentRowWithKeyValue with the parameter of workflow as the default activity.

    Timo

  • Fill a field value based on the value of another field

    Hello
    Could someone tell me what is the problem with the following select statement. For a group of records, trying to fill a field with a value based on the value in another field (problem of status), but the Group of records appears empty just when I put this code in the field.
    Any help would be appreciated
    Thank you


    <? choose:? >
    <? When: IssueStatus = "Open"? >
    <? 1? >
    <? end when? >
    <? otherwise:? >
    <? When: IssueStatus = "closed"? >
    <? 2? >
    <? end when? >
    <? otherwise:? >
    <? When: IssueStatus = "Unresolveable? >
    <? 3? >
    <? end when? >
    <? end otherwise? >
    <? end to choose? >

    Use the following syntax.

    
    
    Display 1
    
    
    Display 2
    
    
    Display 3
    
    
    
  • How do another field the value of a field in a form? As my image shows.

    Mr President.

    How do another field the value of a field in a form? As my image shows.

    I want that when a user enters the value credit then it also presents credit () 1.

    As below

    CREDIT.png

    concerning

    public void setCredit(String value) {
            setAttributeInternal(CREDIT, value);
      setCredit1(value);
    }
    

    Define autosubmit = true for the first column of credit.

    See you soon

    AJ

  • [ADF, JDev12.1.3] How to get programmatically the value of a field of VO of detail while accessing the master istance VO?

    Hallo,

    I have a master VO based on entities and a retail entity based VO to which JDev automatically created a link display (1 to 1 relationship).

    In the request Module I programmatically access MasterVO and I would like to get the value of a field of DetailVO...

    ViewObject vo = getMaster1();
    RowSetIterator iterator = vo.createRowSetIterator(null);
    iterator.reset();
    if (iterator.hasNext()) {
      MasterVORowImpl row = (MasterVORowImpl) iterator.next();
      System.out.println(row.getField1);
      System.out.println(row.getField2);
      // ...
      System.out.println( <DetailVO.Field1> ); // How to...?
      // ...
      }
    iterator.closeRowSetIterator();
    

    How can I achieve this?

    Thank you

    Federico

    In MasterVORowImpl should be getter for the detail rows (if you selected "Include the accessors" option when you generated class MasterVORowImpl).

    Dario

  • get the value of two fields in a field

    Hellou,

    I need some new help with javascript

    Currently I use the below code to get the value of one field to another:

    getField("Text35").value = getField("Text1").valueAsString;

    Now, I wonder how to change this code, so I could get the values of two fields in one. I for example field 'Name' and 'name' field, now I want to show in the field 'name '.

    Example, if the firstname field have John value and the value of the lastname field is Doe, I want to show in the field name as "John Doe".

    I hope that u understand what I want

    Thank you for helping me!

    getField("Text35").value = getField("Text1").valueAsString + "" +.

    getField("Text2").valueAsString;

  • How to set the value of a field from the LOV of another field.

    I'm trying to figure out how to set the value of a field (P_PROGRAM) to the value of another field of based lov (P_STATE).

    The P_PROGRAM field is a hidden field. The P_STATE field is a required field and is based on a list of values for the State Codes.

    When a user selects the State to P_STATE, the field of the P_PROGRAM should be set to this value, as well.

    I tried different ways to get there via a function call on the post for the calculation of the field P_STATE, defining the source P_PROGRAM to the value of the page item P_STATE put varialbles, creating a process before SENDING, and they all still come back as having a NULL value for P_PROGRAM, therefore impossible to create the file in the db as the PROGRAM is a mandatory field in the table.

    Can you please help? Thank you, Laura

    Laura,

    It is always helpful if you provide information about the Apex version you are using. The Apex 4 you can use Dynamic Actions to achieve this. In earlier versions is possible using processes to submit or javacsripts, as well.

    Heres how you do in 3.x with treatment to submit, to make it work in 4.0 as well.

    1 do the P_STATE ' select list submits the Page.
    2. Add a calculation on the point P_PROGRAM, or write to him assign a value based on a process. The treatment should be OnLoad after the header
    3. If the page does not have an unconditional branch that loops on itself, add a. NOTE: The direction must be the last branch (larger sequence number) and should have checked "Save Session State".

    This is what will happen
    a. when the State is selected Page will be submitted
    (b) it will take the unconditional branch to himself and save the value of P_STATE
    c. the calculation process / fills the value of the P_PROGRAM element when the page reloads

    Kind regards

  • [JDev12c, ADF] How to get the value of a field from the selected line in af:table and...

    Hallo,

    I want to double click on a line of an af:table to call a page that displays a form (based on a View object) with the details of the selected line.

    I need to go to the second page the value of a field on the line that is selected on the first page.

    How can I do this? In particular, how can I get the value of a field from the selected line? How can I call the second page on double-click on the af line: table?

    Thank you

    F.

    Why would user, you need to pass a value of the line to the shape?

    The framework selects the line you want to display in the form. All you have to do is to show the form with the selected line. It is the framework automatically as long as you use e vo even the same data control.

    Timo

    Post edited by: Timo Hahn
    And the handling double-clicks is described here http://www.oracle.com/technetwork/developer-tools/adf/learnmore/56-handle-doubleclick-in-table-170924.pdf

  • How do I delete an article based on the value of another field


    I have a pdf form that I added to the text fields. My challenge is that of the financial section of the form, if the value of a specific field is empty or null, I blank block of signature financial review.  I've been trying to find a way to cover the area of signature with a white box or have a text box with signature block text appear or disappear depending on whether the value is zero or empty.

    If seen many answers on how to make the field itself disappear based on value, but I did find something that causes another field or shape appear or disappear depending on the value of another field.

    Please try the following script,

    var signid = true;

    If (this.getField("finan").value! = 0) signid = true;

    of another signid = false;

    If (SignID) this.getField("signaturefield").display = display.visible;

    else this.getField("signaturefield").display = display.hidden;

    Please let me know if it solves the problem.

  • How to hide a field based on the value of a field of a different subform - controls null does not work!

    I use Javascript to define actions. I need to hide a text field, if the value of a field in another subsidiary form is zero.

    -J' tried to check the value in the other field NULL - does not work

    -J' tried affecting a variable str2 where I know that the value in the other field is available, then checking this variable when I initialize the text field - does not work

    What Miss me?

    Hello.

    Try this in the form of native void, referring to the text field (X).

    If (this.rawValue = 1)

    {

    X.Presence = "visible";

    }

    ElseIf (this.rawValue = null)

    {

    X.Presence = 'hidden ';

    }

  • How to enable and disable a button depending on the value of a field

    Hello experts,

    I enable and disable a button depending on the value of a field.

    I did the following:

    in a trigger of on_new_form_instrance I put the following
    begin
         
    go_block('OE_HEADER');
    execute_query;
    IF :oe_header.status = 'BOOKED' THEN        
          SET_ITEM_PROPERTY('CONTROL.ACTION',ENABLED,PROPERTY_FALSE);
    else
         SET_ITEM_PROPERTY('CONTROL.ACTION',ENABLED,PROPERTY_TRUE);
    end if;
    
    
    end;
    the problem is that it works but does not change when my header_status value is changed.

    You have to put the same code in when-validate-item trigger of: oe_header.status...

    and I think that this code should be trigger after query

    IF: oe_header.status = 'RESERVED' THEN
    SET_ITEM_PROPERTY('CONTROL.) ACTION', ENABLED, PROPERTY_FALSE);
    on the other
    SET_ITEM_PROPERTY('CONTROL.) ACTION', ENABLED, PROPERTY_TRUE);
    end if;

  • Idea about the creation of the registration with blank fields

    Hi friends,
    I am trying to build a small application where the first page of the application will be the home page. On the homepage, I have register, Login and home buttons. By clicking on the registration link, I want to go to the page where the page with blank fields. How can I view the fields blank when the page is displayed for the first time. I've linked the data control on the page. But when the page appears, it seems, with the data. Also I want to have a cancel button pressed to invalidate or to write off the new record created. How can we achieve this? Any idea.

    Thank you

    User, please tell us your Jdev version!

    A form with fields related to the vo for example shows the data out of the current line. Top get an empty fields, you must create a new line before you navigate to the page to display the form. Your use case can be applied if you call creatInsert inn the vo holding you back data, then go to the screen, allow the user to fill in the data. If the user cancels the cancellation of appeal form to remove the new line, if the user has saved the form validation data in the db.

    Timo

  • Passing the values in calculated fields / attributes of Siebel to OPA profile

    Hello..

    I'm evaluate OPA for one of my clients in order to replace the authority of Haley integrated Siebel 8.x. As a first step, I would like to know if we can get the values of the profile and "Calculated fields" attributes of Siebel to OPA to be evaluated in the logic of the rules. Second, can we use OPA to run different validations of Siebel BC events such as BC_PreSetFieldValue, BC_SetFieldValue, BC_PreWriteRecord? My concern is that more than once, the values that must be validated are 'in flight' and not stored in the Siebel database yet. How would such be values passed Siebel OPA?

    Are there standard guidelines when migrating to the authorization of Haley to OPA rules, specifically in conjunction with Siebel?

    Thank you...

    In regards to calculated fields - as long as fields are defined on a business component you should be able to include them in the rules of the takeover bid.

    For events such as BC_PreSetFieldValue, BC_SetFieldValue, BC_PreWriteRecord you can define, evaluate the rules against an active business object which will include the changes until they are saved in the database.

  • Is there an easy way to filter a 2D table based on the values in two fields?

    Y at - it an easy way to filter a 2D table based on the values of one of the fields. In my attached VI the output array has the following format:

    Ident Frame Type bytes TimeStamp data

    10:57:07.621 3AD00016 POUVEZ 8 0000000000000000 data frame

    10:57:07.622 3AD00017 CAN data frame 8 000005E000000000

    10:57:07.624 3AD00018 POUVEZ 8 0000000003300000 data frame

    10:57:07.625 2DC00000 POUVEZ 8 0000000000000000 data frame

    10:57:07.626 3AD00019 POUVEZ 4 0000030000000000 data frame

    I would like to delete all lines that do not have an "Ident" between the values of 3AD00000 and 3AD0001E. So for the data above the fourth row would be removed. The only way I can see to do this is to form a 1 d table. Is there a better approach?

    Thank you.

    Hi chuck72352,

    After you've sorted your data, you can use the function InRange. Combined with a "search in 1 table D", you get the range you really want.

    Mike

  • I can't use the value of a field in pl/sql

    Hello

    I have all the fields in a form in a table based on dblink.  It is possible to change a single field 'P250_NOTA_PREPARAZIONE_SPED' and I have a dynamic action associated with a botton in pl/sql:

    Start

    Update ordini_produzione@dbl6

    Set nota_preparazione_sped =: P250_NOTA_PREPARAZIONE_SPED, utente_mod_collo =: app_user, data_mod_collo = sysdate

    where

    ROWID =: P250_ROWID;

    end;

    Works of update statement, the column utente_mod_collo and data_mod_collo have been changed correctly but not the column 'nota_preparazione_sped': it is not being updated.

    Why this behavior?

    Concerning

    Gianpaolo

    gianpagi wrote:

    I have all the fields in a form in a table based on dblink.  It is possible to change a single field 'P250_NOTA_PREPARAZIONE_SPED' and I have a dynamic action associated with a botton in pl/sql:

    Start

    Update ordini_produzione@dbl6

    Set nota_preparazione_sped =: P250_NOTA_PREPARAZIONE_SPED, utente_mod_collo =: app_user, data_mod_collo = sysdate

    where

    ROWID =: P250_ROWID;

    end;

    Works of update statement, the column utente_mod_collo and data_mod_collo have been changed correctly but not the column 'nota_preparazione_sped': it is not being updated.

    Why this behavior?

    At the time the dynamic action is executed, the value of P250_NOTA_PREPARAZIONE_SPED is not available for the PL/SQL code in session state, it takes place only in the browser. Include P250_NOTA_PREPARAZIONE_SPED in elements of Page to submit property the dynamics of the action so that the changed value is updated in the State of session before the PL/SQL code is executed.

Maybe you are looking for

  • Tecra A2: Question about DVI and external monitor

    HelloI am trying to get a DVI Signal of the Tecra A2 using the Advanced Port Replicator III but without success. The A2 does support DVI anyway?Another question: is it possible to set up the main display to the external monitor using "extended Deskto

  • HP officejet 6500 e710-z: HP 6500 e710 printhead problem

    After replacing the printhead twice, I still have the same problem. Alingment problem, black in characters no print, missing or unclear (at the beginning). I cleaned the print head so many times that the ink tank is almost gone. The unit is only 6 ye

  • That means the startup message "USB by common error"? How to fix?

    A few days ago, when I started my computer I got a message saying "USB mistakenly underway! Press F1 to continue, F2 to enter setup ". When I press F1, everything seems to happen very well. But I get this message every time I start my PC. Does that m

  • I get the error of Build 7601

    I use a laptop HP 630, when I bought power is ok, but after 11 months, it's show error build 7601, windows genunity prprs oblem. Kindly help me in this regard. kindly tell me the solution Windows7 - Enterprise Edition

  • Power supply for 11.2.0.1 patch

    HelloWe have a database of 11.2.0.1Our auditor TI has forced us to be always updated for the current PSU.I checked the PSU for 11.2.0.1 and I was released last last JUL 2011.Does this mean that we must stop here?Thank youPetra-K