Creation of new rows of data in FDM

Is it possible to use scripts or logical process to create new lines of data in MDF? For example, I have a single row of data containing a customs account sales intercompany, PIC, etc. I want this to come in the system of notification of GAAP in CANADA, but I need to create a second line that changes the account becomes the PEAK (none) and becomes the 4 Custom to one outside our main hierarchy.

I know it can be done in the consolidation of HFM, but want to discover and FDM solution if possible. Any tips? I have accounts single source key off of. Thank you!

Yes, this is one of the main reasons logical groups exist in FDM. The guide of the administrator for more information.

Tags: Business Intelligence

Similar Questions

  • Adding or several new rows of data to the DataGrid control

    My requirement is to provide the ability to add a new line to the data grid when the tabs off (the last cell of the last row of the data grid. I did my editable datagrid and in 'itemEditEnd' Manager I'm adding a new object (with empty values) to the data provider for the grid and setting focus to the grid and then by setting the new row index as the Index selected for the grid. None of this activation itemEditor for the first cell of the new row.

    I saw somewhere that sending the itemEditBeginning will do for me. But do not know how to proceed. Appreciate if you can point me to an example of woring sample.

    Set the editedItemPosition on the grid property. That should do it.

  • Store the new values in the table in the new row so that the 'old' remains in the previous lines

    Hello

    I am a student of genius embedded. I did a VI where I change the values of digital controls, and it saves it as a table.
    I want to store the pair of new values in the new row of this table.
    I have attached a VI where I can change the values of numeric control, as well as the number of lines from another control. But when I change the values, all values in the output table change including values in the previous row. I want these lines to be unchanged and that new line to update.

    Need help.

    If I understand correctly, you want to always 4 models. If so a 2D table will do the trick (see annex VI), otherwise crossrulz' solution should work.

  • Prevent the creation of new user accounts in Vista

    Is there a way to prevent the creation of new user accounts in Windows Vista? What about restricting internet access to all new account that is created? Help! :)

    Hello

    If your contact is logged on as administrator, then he or she can create a new user account. If you don't want someone else to create a new user account, you can then create a standard account for them, in this way, they will not have the privilege to create a new user account.

    Create a user account

    If you don't want to give them access to the internet, then you can use the parental control.

    Set up Parental controls (Vista)

    Hope that helps.

  • Display the name of the tag as the column name and the value in the tag as a row of data from the input string.

    Hi Forum members,

    I am looking for a query display the name of the tag as the column name and the value in the tag as a row of data.

    I have to print the values within the tag to a file by choosing the value of the flags. the sequence of the tags will vary each time, as the tag name will change dynamically.

    So here is the example of input data and the expected output. The string in the text column must be separated as the column names and values.

    Input data
    Select 1 as seqno,' < > 0210A 50 4f < / 4f > < 5f20 > TEST CARD 16 < / 5f20 > < 5f2a > < / 5f2a > < 82 > 1 c 00 < / 82 > ' double text


    Output:

    Seqno 4f 5f20 5f2a 82
    0210A 50 16 1 00 TEST CARD 1

    Please help me by providing your entries on this.

    We use the version of Oracle 11.2.

    Note: This is not the XML string

    Thank you

    Shree

    with

    data in the form of

    (select 1 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2a><82>00 1' text of all the double union)

    Select 2 as seqno,'XYZ<4F>0210 A 50<5f20>TEST CARD 16<5f2a><82>00 1' text of all the double union

    Select 3 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2A><82>1 00XYZ ' text of all the double union

    Select option 4 as seqno,'<4F>0210 A 50<5F20>TEST CARD 16<5f2A><82>1 00XYZ' double text

    )

    Select d.seqno, x.*

    d the data,

    XMLTable ('/ root')

    by the way xmltransform (xmltype ('': replace (replace (text,'<><>'),)))

    XmlType (q'~http://www.w3.org/1999/XSL/Transform "version ="1.0"> ")

                                                     

                                                       

                                                         

                                                       

                                                     

                                                     

                                                       

                                                         

                                                       

                                                     

    ~'

    )

    )

    path of columns '4f' varchar2 (10) "tag4f."

    path of "5f20' varchar2 (30)"tag5f20. "

    path of '5f2a' varchar2 (10) "tag5f2a."

    path of varchar2 (10) "82" "tag82.

    ) x


    SEQNO 4f 5f20 5f2a 82
    1 0210A 50 16 TEST CARD - 1 00
    2 0210A 50 16 TEST CARD - 1 00
    3 0210A 50 16 TEST CARD - 1 00
    4 0210A 50 16 TEST CARD - 1 00

    with

    data in the form of

    (select 1 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2a><82>00 1' text of all the double union)

    Select 2 as seqno,'XYZ<4F>0210 A 50<5f20>TEST CARD 16<5f2a><82>00 1' text of all the double union

    Select 3 as seqno,'<4f>0210 A 50<5f20>TEST CARD 16<5F2A><82>1 00XYZ ' text of all the double union

    Select option 4 as seqno,'<4F>0210 A 50<5F20>TEST CARD 16<5f2A><82>1 00XYZ' double text

    ),

    Chopper (seqno, Key, value, String) as

    (select seqno,

    regexp_substr (text,'<(.+?)>', 1, 1, null, 1),

    regexp_substr (Text,'>(.*?))

    regexp_substr (text,'<.+?>. *? ) (.*) $', 1, 1, null, 1). » <>'

    from the data

    Union of all the

    Select seqno,

    regexp_substr (String,'<(.+?)>', 1, 1, null, 1),

    regexp_substr (String,'>(.*?))

    regexp_substr (String,'<.+?>. *? ) (.*) $', 1, 1, null, 1)

    Chopper

    where regexp_substr (string,'<(.*?)>', 1, 1, null, 1) is not null

    )

    Select '4f', seqno, '5f2a', '82', '5f20.

    of (seqno, lower (key) select key, value)

    Chopper

    )

    Pivot (max (value) for key in ('4f' as '4f', '5f20' as '5f20', '5f2a' as '5f2a', "82" as "82"))

    Concerning

    Etbin

  • How can I get all the options for the creation of new titles? I'm stuck on a Board where it does not color or width/size options

    How can I get all the options for the creation of new titles? I'm stuck on a Board where it does not color or width/size options

    If you have not all panels in the Titler then go and reset the current workspace that is located under the window.

  • Display an empty table row of data when the data is not present

    Hello

    Can u please tell me How to display a row of data empty table when the data is not present?

    in my case the column header appears as the code below.

    <? If: SD_Type_Data_ID3 = 'KH '? > <? If: SD_SpecialHandlingCode_SPHD_ID17 = 'H '? > <? for each: Supplemental_Data_S17? > <? end if? >

    can u pls help me.

    Thanks and greetings

    Sylvie Kumar

    You can insert a fictitious line. Have an if condition in it, to show only when condition does not satisfy.

  • Disable an element in the creation of new line

    I have a table with a column that contains a button to print to open a print page to print the associated line. Now, when I press the new button to add a new row to the table I want to disable the button "print" which is in the same row (because there is no line to print yet) and allow him, after the user saves the new line. How I do that?

    Yes, you can use the following Boolean expression:

    #{pageFlowScope. [groupName] Table.newRow}

    Steven Davelaar,
    JHeadstart team.

  • How to check the slider back row contains data or not

    Hi all


    How to check whether or not the cursor returned row contains data in one of its field.


    Thank you and best regards,
    Prakash P

    Use ROWCOUNT %
    Use % NOTFOUND

    example of

    DECLARE
    
       id    number;
       desc varchar2(10);
       CURSOR cursor_one IS
          SELECT
              id, desc
          FROM
              table;
    BEGIN
       OPEN cursor_one;
       LOOP
          FETCH cursor_one INTO id, desc;
          EXIT WHEN cursor_one%ROWCOUNT > 20 OR cursor_one%NOTFOUND;
       ...
       END LOOP;
       CLOSE cursor_one;
    END;
    
  • Loading and writing data Budget FDM vs ERPi

    Say you want to load some data from a GL (Suite EBS) in planning and then write this budget data to the EBS. Also need to drill holes in the feature off planning web forms. What is the best way to do it?

    I thought to load data using FDM (so through, users can get the drill) and then write to EBS with ERPi. Does this sound right?

    Hello EssbaseApprentice,

    To answre questions:
    Yes 1A).
    n ° 1 b)

    No. 2A) Although it is handy to help you 'see' data before it is loaded.
    Yes 2 b).

    Thank you

  • Move the data into the new row

    Hello
    In the Oracle 10.1.2.0.2 report generator
    I have a full line with data and more, but data whose length is > 45 just to put some... in the end, I want to take and move the data (character name) with a length > 45/new line
    Priview for the NAME of the person idea got the name with more than 45 tanks Boby Bob young smar...
    Search result:
    Bob Boby younger Smar
    TER
    How can I do

    TThe existing code.
    CASE
              WHEN LENGTH (NAME) > 45
                 THEN SUBSTR (NAME, 0, 45) || '...'
              ELSE NAME
              END
    Thank you
    ID

    Edited by: 1D10T January 22, 2013 14:36

    Edited by: 1D10T January 22, 2013 14:39

    Edited by: 1D10T January 22, 2013 14:40

    1D10T wrote:
    Problem is that if I change something in the paper Layout report editor, as no line or change color, changes are not shown in priview (dissemination paper Layout program)

    If I change something in the layout of paper priview (dissemination paper Layout program) how to remove the line, then the changes after the replay is shown but I'm newebie in the Oracle Report Builder so maybe I'm doing something wrong. : ()

    Hi ID, then you should learn first anyway...

    Tutorial for Oracle reports...
    Here's some link...
    1 http://docs.oracle.com/html/B14364_01/title.htm
    2 http://www.scribd.com/doc/3960412/Basic2-Oracle-Reports-10g-Tutorials

    Video tutorial
    http://www.YouTube.com/watch?v=Fum3MJm5yKU

    I hope this helps... :)

    Take care..

    Hamid

  • How to manage data and create new textInput fields during the destruction/creation of new views?

    Basically, I need to know how to create another textInput field when I pass data from one view to the other, while recording the data that has been adopted in a first time.

    I want the user to be able to enter text into a textInput on the first view field and see on the next view, BUT I want the following view to record what the user has entered, return to the first view, then take another entry from the user and create another field textInput on the second point of view. It's like a memo pad app. The user enters a task on the first view, then he or she is able to see it on the second point of view. Then, the user must be able to navigate back to the first view and create another task which also goes to the second point of view, but does not replace the first task that was entered. My problem is to create new textInput fields as new data comes in for the second point of view. Any ideas? Perhaps textInput fields are not visual components I should use...

    http://d-solve.com/flexas3-global-variables-and-the-singleton/

  • Plan for the creation of new virtual machine with 3 TB data drive

    We have an old server, we need to virtualize, and one thing that we need is a lot more storage. We have approximately 3.25 TB of available for this machine (250 GB for the OS and 3 to for the data drives), but I'm going in circles trying to find the best approach for this server. It is not possible to separate the data between several players because of the way the files are indexed. I have created a virtual machine with 2 TB of disk space (for the readers of OS and data) and added 1.25 TB of disk space I want to add on the data reader, but it does not seem possible to add 1.25 TB without destroying the data on the first disk of 2 TB. What is the best approach? Create a single disc for my virtual machine that is 250 GB and then add in two separate disks of 1.5 TB for storage and combine them within Windows?

    Thanks for your suggestions.

    Hello

    Unfortunately, the maximum size of virtual disk to a virtual computer is 2 TB - 512 bytes. In you case it should create two or three separate virtual disks and combine them (disks RAID 0 or concatenate). Another way (IMHO besser way) is to create several virtual drives and mount using NTFS mount points.

    An example:

    C:\Data is a folder on one of the virtual disks. Create a second virtual disks and create the C:\Data\Data2 folder. Rather than assign a drive letter for the newly created disk, you can mount it in the Database2 folder. This gives you the ability to move the largest files on separate virtual drives without lose you the structure of folders.

    Kind regards

    Patrick

  • How to display rows of data in different columns?

    I'm new to SQL and currently, that's what I try to do:

    Display multiple lines of data in different columns in the same row

    I have a table like this:

    CREATE TABLE TRIPLEG)

    T # NUMBER (10) NOT NULL,

    STEP # NUMBER (2) NOT NULL,

    DEPARTURE VARCHAR (30) NOT NULL,

    VARCHAR (30) DESTINATION NOT NULL,.

    CONSTRAINT TRIPLEG_PKEY PRIMARY KEY (T #, LEG #).

    TRIPLEG_UNIQUE UNIQUE CONSTRAINT (T #, DEPARTURE, DESTINATION).

    CONSTRAINT TRIPLEG_FKEY1 FOREIGN KEY (T #) REFERENCES TRIP(T#));

    INSERT INTO TRIPLEG VALUES (1, 1, 'Sydney', 'Melbourne');

    INSERT INTO TRIPLEG VALUES (1, 2, 'Melbourne', 'Adélaïde');

    The result should be something like this:

    > T # | ORIGIN | DESTINATION1 |  DESTINATION2

    > 1 | SYDNEY | MELBORUNE | ADELAIDE

    The request must include the ' COUNT(T#) < 3' since I only need to display the records of less than 3. How can I get the results I want to use relational views?

    Thank you!!!

    I replaced the syntax "where" with the syntax 'account '. The reason why I do this is because I want to only display records with a number of travel of less than 3. By defining where the legs #.<=3, the="" result="" will="" be="" all="" the="" records="" of="" the="" tripleg="" table="" since="" each="" record="" could="" also="" have="" leg#="" is="">

    The answer is:

    with t as (SELECT t #,)

    REGEXP_REPLACE)

    LISTAGG (start |) '->' || destination, ' ')

    THE Group (ORDER BY t #, leg #).

    '([^ ]+) \1+',

    "\1") str

    OF tripleg

    HAVING COUNT (T #)<>

    GROUP BY t #)

    Select T #, regexp_substr (str, ' [^->] +', 1, 1) departure

    , regexp_substr (str, ' [^->] +', 1, 2) destination_1

    , regexp_substr (str, ' [^->] +' 1, 3) destination_2

    , regexp_substr (str, ' [^->] +' 1, 4) destination_3

    Thanks to Marty and knani!

  • retrieve a row of data from mysql database

    Hello

    I extract data from a database.  Use of then in a Web page as <? php echo $row ['product'];? >

    However, if there is an apostrophe in 'product', he displays like a diamond with a question mark.

    Data stored in the database looks like this, 'pearls of Mary. "

    Is the problem when I have the data stored in the database or when it was recovered?

    Thanks, Dan

    This happens usually if you paste from another application like Word or Xpress directly in the database.

    To work around the problem:

    If you are still using the old mysql extension insert the line below before any other query mysql on your page:

    mysql_query("SET NAMES UTF8");

    If you uisng the new mysqli extension then use the variable of connection string (in this case $conn) as below:

    $conn-> query ("SET NAMES UTF8");

Maybe you are looking for

  • Process of Firefox starts but doesn't show main window

    Hello Since a few days, I can't start Firefox. The beginning of the process, but hangs with a memory fixed space and zero CPU usage, and the main window simply will not start. No accident report is created. Kill the process and try again is the only

  • Escape the mouse pointer when you press the space bar

    My tecra has developed a problem where whenever I press the space bar, the mouse pointer out of the screen and the mobile guard in the upper right or sometimes down left for about 30 seconds then stops. happens in all weather conditions of applicatio

  • Start with external hard drive problem

    I recently bought a Western Digital 1 TB external hard drive. When it is connected through the USB port my Pavilion a815n Windows XP hangs on the blue HP screen at startup. Western Digital technical support Advisor info sent to me I need to change a

  • Why the CD/DVD drive is not detected by VISTA OS: laptop HP DV6000

    Tried the system restore, it will not be displayed.  BIOS shows is not the CD, but 'my computer '.  How can I get the CD/DVD to be detected by the operating system: VISTA Home Premium?

  • Compatible USB IntelliMouse Optical 1. 1A and PS/2

    Since a Windows Update on 01/05/2011 this mouse works for a bit then off I tried to restore to the above date, but without success and it's say conflicts with mouse drivers updated I also tried to update the drivers but they are so far Help, please