Copy data from text - Hyperion Planning 11.1.2.3

Hello

Using Hyperion Planning 11.1.2.3.

When you copy a cell by using a calc script, cell A cell B, and the account type is text, if the user changes the text in the B cell, the text in A cell is updated with the text changed to B?

Is there a way to avoid this, I mean, using text data type as if it were a number?

Thanks in advance!

Planning creates an entry for each new text in the relational DB. It does not create an entry if it finds an exact match and uses the id of the string that exists as value.

If the value of cell1 is "Text1", after running a calc script to copy cell1 cell2 to cell2 is now "Text1" as well. There is only one entry in the table. Now if you go and change them to "Text1 modified", a new entry is added to the table for this cell. If you return to "Text1", no new entry will be created.

So in short if cell B changes, the value of the cell does not change.

Tags: Business Intelligence

Similar Questions

  • Download data from text file for Hyperion ESSBASE by FDM.

    Hello

    I want to upload data from text file for Hyperion ESSBASE by FDM. The file format is given below.


    Entity, Department, designation, effective, SalaryPaid
    E11001, BSG, AsstManager, 12, 820000
    E11001, BSG, Manager, 6, 740000


    Where staff and SalaryPaid is the Member of the account dimension. Entity, Department, and designations are the dimensiosn in the ESSBASE.

    Is it possible to download the file above using FDM, can we have two account member in the line?

    I am brand new with FDM. ask for your help.

    Kind regards
    Sunil

    Create two scripts to import (choose Import Data Pump when you are prompted for the type of import script)

    (1) call the GetAccounts 1st and 2nd PutAccounts
    (2) associate GetAccounts size amount in your import format.
    (3) associate PutAccounts with the account dimension in your import format
    (4) adding NZP expression to dimension of amount
    (5) in GetAccounts put the following code...
    +' Get the names of account in the header line.
    If DW. Utilities.fParseString (strRecord, 5, 4, ",") = "number of head" Then
    + ' Local variables for the account names.
    + Acct1 dim +.
    + Acct2 dim +.
    +     +
    + ' Head Count (column 4 of 5) +.
    + Acct1 = DW. Utilities.fParseString (strRecord, 4, 5, ",") +.
    + ' Wages (column 5 of 5) +.
    + Acct2 = DW. Utilities.fParseString(strRecord, 5, 5, ",") +.
    +     +
    End If

    GetAccounts strField =

    (6) in PutAccounts put the following code...

    +'+ Local Variables
    Dim AcctName (2)
    Dim AmountVal (2)
    Dim z
    Dim rsAppend

    + "The names of individual account is analyzed and stored +"
    AcctName (1) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',')
    AcctName (2) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 2, ',')

    +' If student for accounts from here import file.
    AmountVal (1) = DW. Utilities.fParseString (strRecord, 5, 4, ",")
    AmountVal (2) = DW. Utilities.fParseString (strRecord, 5, 5, ",")

    +' Name of temporary importation work table +.
    strWorkTableName = RES. PstrWorkTable

    +' Create temporary table recordset trial balance +.
    Set rsAppend = DW. DataAccess.farsTable (strWorkTableName)

    For z = 01:58 ' this can change depending on the number of additional accounts processing

    + If IsNumeric (AmountVal (z)) Then +.
    +          +
    + If (z) AmountVal <> 0 Then +.
    +          +
    + ' Create a new record and to provide its field values.
    + rsAppend.AddNew +
    + rsAppend.Fields ("DataView") = "CDA" +.
    + rsAppend.Fields ("PartitionKey") = RES. PlngLocKey +.
    + rsAppend.Fields ("CatKey") = RES. PlngCatKey +.
    + rsAppend.Fields ("PeriodKey") = RES. PdtePerKey +.
    + rsAppend.Fields ("CalcAcctType") = 9 +.
    + rsAppend.Fields ("Account") = AcctName (z) +.
    + rsAppend.Fields ("Amount") = AmountVal (z) +.
    + rsAppend.Fields ("Entity") = 'chain of the entity here ' +.
    + rsAppend.Fields ("UD1") = "string C1 here +.
    + rsAppend.Fields ("node2") = "String C2 here +.
    + rsAppend.Fields ("UD3") = "String C3 here +.
    + rsAppend.Fields ("UD4") = "string C4 here +.
    + "Add folder to the collection +"
    + rsAppend.Update +
    +               +
    + End if +.
    +     +
    + End if +.

    Next

    +' Close the recordset.
    rsAppend.close

    If DW. Utilities.fParseString (strRecord, 5, 4, ',') <> '0' then
    + PutAccounts = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',') +.
    On the other
    + RES. PblnSkip = True.
    End If

    You may need to change the aboveto that meet your exact needs, but the basic structure of the scripts should not change too

    Published by: SH on May 25, 2012 10:34

  • Composite planning form, copy data from one tab to the other?

    This is something I've heard of someone who did but have not actually seen. The requirement is to copy data from an existing entity to a new entity as a means of values seedlings early in the budget cycle. I was thinking about a form of 'source' and a form of 'target' within a composite shape. A calc would make a copy. After copying the Scheduler can manually adjust values, or type values in the accounts that the source had no data.

    If someone did please let me know how you did and what looked like the calc.

    Thank you!

    FA

    Hello

    Yes, this can be done in several ways. The calc script would be similar to what is mentioned above. But in regards to the copy, you can also create a menu on the source form set a rule of company on the menu and start the copy that also offer users the ability to choose several invited outside of the entity if necessary.

    Thank you

  • Copy data from one schema to another. Reopen the Question

    Hello

    I had asked this question earlier to copy data from tables of one schema to another in the same database using the database link. In my previous post have mentioned below.
    Re: copy data from one schema to another.
    Now I am faced with the question for the remote copy of database

    I have created a DB connection between my local system and the remote database. with the chain of connection as shown below
    CREATE THE DATABASE PUBLIC LINK "MERU_DEV_LOCAL_DEV".
    CONNECT TO MERUDEV IDENTIFIED BY MERUDEV WITH THE HELP OF "MERUPROD";
    In the above script
    LOCAL DEVELOPMENT scheme IS
    REMOTE schema is MERUDEV
    I try to copy remote database to my local database tables using the script below.
    network_link DEVELOPMENT impdp = schema MERU_DEV_LOCAL_DEV = MERUDEV remap_schema = MERUDEV:DEVELOPMENT TABLE_EXISTS_ACTION = REPLACE
    But the copy of the table does not occur. What could be the problem? Please suggest me or do I need to modify the script

    Thank you
    Sudhir

    You can:
    -monitor the BONE with ps - ef
    -monitor data pump: jobs are dba_datapump_jobs and dba_datapump_sessions
    -monitor with logops: v$ session_longops

  • copy data from one database to another

    Hello

    I want to copy data from one database to another.

    I have two patterns such as

    dev1/dev@ORCL
    DEV2/dev@DCEL


    I have same tables dev1 and dev2 (tables)
    but I have not given in dev2 (tables).
    now, I want to copy dev1 (tables) in dev2 (tables).

    You can also use the database link:

    select * from dev1.emp@orcl;
    

    What database are you connected to?
    You must create and use the links in the database for all other databases.

    For example if you are connected to the database A and to retrieve data from database B, you must create a connection of database in base B

    create database link B connect to  identified by  using 'B';
    

    Then you can retrieve data from database B with

    select * from [yourschema.]yourtable@B;
    

    This will work only for tables that are visible to the user that you used in the definition of database link.

    Published by: hm on 10.08.2011 22:15

  • Not able to copy data from forms

    We are not able to copy data from forms and paste it in the local machine (Notepad or excel).

    Even if the copy is enabled when you right-click after selecting data, we are not able to paste it in Excel or Notepad

    Apps Ver.R12

    Kind regards.

    PL see if these MOS Docs can help you

    Copy / paste does not work in forms (Doc ID 944963.1)
    Impossible to copy/paste in forums 12.0 or 12.1 (Doc ID 1088148.1)

    HTH
    Srini

  • Copy data from one table to the new table

    Hello

    I copy data from columns of a table to another table and my query is
    INSERT INTO TestTable (empno, empName, deptno)
    SELECT empno, empname, deptno
    WCP

    and it works fine but I want to insert a data column in testTable based on emp.deptno
    as if emp.deptno = 10 it will add 1 to the testtable.class column,
    If emp.deptno = 20 it will add 2-column testtable.class,
    If deptno = 30 it will add 3 to the testtable.class column,


    TestTable structure is
    EMPNO NUMBER (20)
    ENAME VARCHAR2 (50)
    DEPTNO NUMBER (20)
    CLASS NUMBER (20)

    Can someone please help me write this procedure.
    Thank you

    You can use a case statement as

    INSERT INTO TestTable (empno, empName,deptno,class_column )
    SELECT empno, empname,deptno, case when emp.deptno=10  then 1
                                       when emp.deptno=20  then 2
                                       when emp.deptno=30  then 3
                                  end
    FROM emp
    

    See you soon
    Katia

  • copy data from an frm another form using one-third of

    Hi all

    I have three forms f1, f2, f3

    in f1, I have order_no, value, address
    List of F2 to order_no based on formula 1
    F3 F1 for sale

    I want a button on f2, if I select a particular order no and press the button copy data from f1 to f3

    Please guide

    Thanks and greetings
    Vikas Singhal

    Hi Vikas,

    Then try the global variable way. In the n "f2" (all orders with the status of the list), in the WHEN BUTTON PRESSED trigger, assign the command not to a global variable.

    :GLOBAL.Str_Sales_Order_No := :.SALES_ORDER_NO;
    

    and then call the form of the sales invoice.

    and in the One TIME-NEW-FORM-INSTANCE trigger, get the values from the order to the sales invoice to use a SELECT INTO statement.

    SELECT SALES_ORDER_NO, ORDER_DATE, ............ INTO :SALES_INVOICE.ORDER_NO, :SALES_INVOICE.ORDER_DATE, ......... FROM SALES_ORDER WHERE SALES_ORDER_NO = :GLOBAL.Str_Sales_Order_No;
    

    Kind regards

    Manu.

    If this answer is useful or appropriate, please mark. Thank you.

  • How to copy data from one hard drive to another after the upgrade?

    I have a HP e9220y, and I recently bought a new hard drive for it. There is nothing wrong with the former, but this one has a 64 MB cache and 7200 RPM so I hope it will be a little faster. I installed it and it works fine, but I want to copy all data from the old disk to the new so I can start everything off the faster hard drive and I seem to have a bit of doing wrong. I can't just copy and paste because of the Windows system files that are used. And last night when I set up Windows backup, and went to bed, when I thought it that Windows has recovered from a stop unexpected, rebooted, and only 2 GB of data saved obtained.

    What is the best way to move all the data from the old drive to the new drive, make it the default C: drive and move partitions system and factory_image as well? Thank you!

    Please read this link to another post made by Big_Dave and myself

    http://h30434.www3.HP.com/T5/desktop-hardware/hard-drive-imminent-failure-problem/TD-p/438567

    (1) If your old drive and the new drive is Seagate or Western Digital, then free House with their cloning software.

    (2) before starting the clone process, I found best to perform a disk cleanup and defragmentation.

    Cloning software to copy the two partitions. Example:

    Old drive 250 GB formatted to 232 C: created 220 and 12 GB D:

    New 1000GO drive formatted to 931 GB created 919 GB C: and D: to 12 GB

    The "Seagate disc Wizard" cloning software will let create you a clone automatic or manual partition resizing.

    The two modes to offer an overview of the actions before commit you. The manual on this page of Seagate (PDF) is 68 pages.

    After the cloning process he complete, all you have to do is swap on the disks. Besure to connect your new disc on the original motherboard SATA port.

  • Cannot find the file error when loading data from text file to Oracle

    Hello

    I have an interface where I am loading a data from the text file to Oracle.
    But when I try to do that I am getting following error.

    ODI-1227: SrcSet0 (load) task fails on the source FILES SAPMM connections.
    Caused by: java.sql.SQLException: file not found: d:/mdb/#General.get_filename
    to com.sunopsis.jdbc.driver.file.FileResultSet. < init > (FileResultSet.java:160)
    at com.sunopsis.jdbc.driver.file.impl.commands.CommandSelect.execute(CommandSelect.java:57)
    at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)

    SAPMM is the name of the connection.
    I use get_filename to get the name of the file and it is fetching a correct value as long as this variable is updated in the previous stage of this interface.
    KM, used for loading is SQL file

    What would be the cause of this error?

    Thank you
    Mahesh

    Also a single query would be ok if I'm moving only generated package (according to your scenario3) scenario and not UI? It running properly?

    Yes... It runs successfully

  • Can I copy data from a VBScript script points?

    Hello

    If I have a 2D - axis in VIEW space, I can copy the data points to a new channel by clicking on the button ' copy of flags Data Points: Is it possible to have the same features of a VBScript? I can set and remove the flags, but I can't find a way to copy these flags.

    This is the key what functionality I want to automate my script

    Thank you

    Lucas

    Hi Lucas,.

    Define DIAdem VBScript indicators used the command ChnFlagSet. But there is no command in VBS to remove or copy the part with indicator of the curve. So I suggest you use the position of the cursor and read the x value of him, after that, you can find the following value in the channel (use PNo). If you have a box and two coursor one left and right to read x 1 (left) and x 2 (right). With this coordinates use the DataBlCopy command to copy data between the coursors to a new channel.

    If it's difficult, you can also use CHF to search for what is the value of a channel is reported and copy it to a new channel. Doing this, you first need to flag values.

    For example in this topic, you can also watch "Automatic Anzeige harmonischer offer" in the Finder for example DIAdem

    I hope this helps.

    Concerning

    TomBaum

  • Datacopy do not copy data from one to the other in a sparse dimension.

    Hi I m using the following script data copy of Act scenario to the scenario Fcst1, but I can't recover the data after it's done. I understand that datacopy should new blocks if necessary to copy new data. Is - this datacapy cannot copy data if there is Fcst1 blocks already created for this intersection?

    Please help, I don't have any ideas to the left, I can't make a datacopy!

    ESS_LOCALE English_UnitedStates.Latin1@Binary
    UPDATECALC OFF SET;
    SET MSG SUMMARY;
    SET CLEARUPDATESTATUS AFTER;
    SET CALCPARALLEL 3;


    SET CREATENONMISSINGBLK


    Fix (@relative("Income_Statement",0),
    "FY09",.
    @Relative("Q1",0),
    'Local_Cur', 'USD')

    / * Copy the forecast data of the forecasts for the month - Jan, Feb and March Act * /.

    ClearData "Fcst1";

    DATACOPY 'Act' to 'Fcst1 ';

    ENDFIX

    CREATENONMISSINGBLK OFF SET;

    Yes, DATACOPY does not support dynamically calculated members. It's a pain.

    Without changing your code too, could do you:
    DATACOPY ActChild1 to TransCanada.
    DATACOPY ActChild1 to TransCanada.

    ↑ This will take care of creating block.

    Then:
    FCST = ActChild1 + ActChild2;

    ^ This should work without the parameter CREATENONMISSINGBLK DEFINED as two DATACOPY instructions will take care of that.

    Kind regards

    Cameron Lackpour

  • Loading data from text using ODI in planning

    Hi John,.

    Hope you do well...

    In your blog, more to life than that...: ODI - get the textual data in the planning of the, you mentioned to restart services to update the textual data, once it is loaded into the Cell_Text table. Is it always applies to the current version of planning. I have a requirement to load text data into Workforce Planning.

    Thank you

    Sravan

    Yes, you put combinations of members in the POV, it's the same concept that when you use the outlineload utility.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Digital loading data from text file for Test of numerical limit

    I am a new user of TestStand 2014.  Just downloaded the demo ran successfully the computer.dll tutorial & example "loading limits a File.seq text"; & is now trying to build my own sequence from scratch.  I want to load a number from a text file using the property Loader.  The file contains the following:

    GGbeg
    484
    GGend

    My hand sequence contains 2 markets (see attachment):

    Charger property (which reads the text file & must store the number 484 in the Step.Result.Numeric variable, right?)

    GG-digital-test (which should test the number 484 in Step.Result.Numeric as a Data Source, right?)

    But when I run it, the measure indicates "0" for the value instead of "484".  What I am doing wrong?  Thank you in advance for your help!

    George

    Hi George,.

    The text file must be in the format, includes no property magazine. Use the following in the text file to make it work:

    GGbeg
    Result.Numeric
    GG-digital-test 484

    Value of the variable

    Value of the variable

    Value of the variable
    GGend

    In the Tools menu of the sequence editor, there are some 'Properties Export/Import' tool, which helps to create text files to be used with charger property stage. I highly recommend to create the new file using the tool and then edit the file to change the values.

    -Shashidhar

  • Convert data from text file to display for hex UDP transmission controls

    Hello

    I'm reading packets ethernet from a text file containing the actual hex data packets to then send these accurate return through a writing UDP hex data. I can't understand how to feed data into the function of writing UDP as real rather than characters ASCII hex data, as it does by default. I had the screen on the last VI before the writing of the UDP to "hexadecimal display mode" and if I manually type the hexadecimal values in the VI (hexadecimal string to binary String.vi - attached), then it passes the commands correctly. However,... when I fed the string of text in my text file data in this VI, it seems to be the substitution of this hexadecimal display on the VI input mode and the resulting entry in my UDP is still ASCII character mode. I tried to use a cast inside this VI, type... but that doesn't seem to work right. I have attached the main VI and VI which tries to prepare data before reading the UDP protocol. I've also attached an example of text file of data that I am an attempt of analysis.

    Any help would be appreciated,

    Thank you

    Hi jsrocket,

    the attached example should work as a transformation.

    Mike

Maybe you are looking for

  • Restore missing clip

    A few months ago, I lost most of my music videos (he was 15 but now it only shows 3 recent video and not the old video that I downloaded. Is there a way I can restore my music videos on my iPod (iPod Nano 4/5th generation). It happened when I downloa

  • HOWTO copy effectively chart the data portal

    I have a table in memory VBS and would like to create a channel in this data set-based data portal, I currently use this construction of code to copy the data: ' intChannelCount is the number of samples ' MaxHold is the array of data to be copied ' o

  • 2012 monthly calendars available by download.

    you have had monthly 2012 calendars available by download. It is already November 2011 and you usually have in place now. Any other suggestions?

  • Import and editing a DVD into Windows Movie Maker

    Hello I have home video on a DVD.  The DVD is a file 'Video_TS. I can't import into WMM to change.  I have to convert the VIDEO_TS file in a different format to import it? Thank you

  • HP Mini 110 password at startup

    Hello. I have a laptop HP Mini 110 and on startup it says "CURRENT password:" and after 3 attempts, my stop code is CNU93901RM. How can I get? Thank you!