CalcScript

Hi all

I have Hyperion planning

Where can I write CalcScript? EAconsole or EPMA?

in calc Manager, I don't think =)

Thank you

No Calc script cannot be opened in the workspace.

Browser Web was if you use Firefox or IE. My suggestion would you go to the Hyperion System Administrator and have them just look at you all have the right browser and java versions and and all this only compatible software for your version of Hyperion.

If you have problems with EAS then you may want to open another question and people on the forum can help you address the issues you have with EAS.

Has been answered your initial question about how to access Calc scripts so remember to close this thread so that others may find a solution quickly.

Tags: Business Intelligence

Similar Questions

  • Calcscript need help on copy all products in a single product

    I have data spread across 200 products and I want to copy all the data for 1 product. I tried to do it with calcscript, but the @CURRMBR function does not work.

    My calcscript is like this:

    Fix (@LEVMBR("period",0), @LEVMBR("Geography",0), all other dimensions to level 0)

    "Desired_Product" = "Desired_Product" + @CURRMBR ("Products");

    ENDFIX

    The calc ran without error and then I do a combination, I get 0 altogether. But if I change the syntax of

    "Desired_Product" = "Desired_Product" + "a specific product;

    It works with the number one product that I choose.

    Any clue? Or any other way to do it besides using loading rules?

    Difficulty on the products of level zero (exclude the desired product) and the user then another dimension to copy. For example, if you have a dimension of scenario and it's for real, you would

    Difficulty (XXXXX)
    Real)
    -> "Product wanted" real = real-> "Product wanted" + real;
    )
    Endfix

    If you do not have a single dimension member, then I suggest you could do the calculation for the 12 months (twelve statements) within the order of the block. If your period is heavy, so he wouldn't talke longer

  • How to get the smartlist for calcscript text

    Hello

    How to get the smartlist for hyperion planning 11.1.1.3 calcscript and calcscript tx example text

    Rgds

    Uka fp

    Published by: uka firman on November 25, 2010 10:35

    I think that ENUMTEXT is purely essbase and MDX to retrieve the value of text against the essbase text measures that are not the same as planning for the smart lists.

    See you soon

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

  • Start CalcScript befor, loading data

    How can I start CalcScript befor load data?
    I want clear slice in cube befor load data.
    Example:
    I export the data with the period Jan, Feb, so I have to erase data Essbase cube only fo period Jan, Feb. In the case when I export data for the period from March, I want to erase data with period Mar.

    I don't want to use maxl because in a maxl script I have to specify the user name and password.

    Thank you very much.

    --
    Gelo

    Hello

    The best way is to duplicate the KM - 'IKM SQL for Hyperion Essbase (DATA)'
    Modify the command 'Load data into essbase' km

    Update

    SQL = "" "select <%=od...

    ".

    to

    sql = ""

    now you can create an interface, the value staging as 'Table SUNOPSIS MEMORY ENGINE' and multi-line, data store loading essbase to the target, the value of KM that you just updated. "." < br / > then use calc script options, in order to have an interface that doesn't have a source and can run scripts Calc.

    Ok? FIX :)

    Cheers

    John < br / > http://john-goodwin.blogspot.com/

  • [10054] network error - after calcscript

    Hello all, I have this problem, run a maxL script.

    It works fine on a couple of different servers, but one in particular, it stops. The script stops after that a long calculation is complete (40 min).

    Useful info:
    -essbase 7.1.3 Server

    Any help is appreciated!

    Here is a part of the newspaper:

    [Mon Jan 25 15:14:47 2010] Info (1019018)
    Engraving for the [Database] database parameters

    [Mon Jan 25 15:14:47 2010] Error (1042013)
    Error network [10054]: cannot receive data

    Hi, take a look at this post he is around the same problem you are having, there are a lot of answers on the question it should give you something to go.
    Network error message

    See you soon

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

  • Calcscript using variables, possible?

    I have a calc who must seek a fixed cell every time, that is to say

    Fix ("FY2009", "January:December","Coke", "budget")
    Sales_Revenue = Sales_Revenue * (1 + sales-> real-> "percent of growth rate of"->"Western region")
    END FIX

    If "1 + sales-> real->"Western region "->"growth rates %"" is still attached to a cell and I think the Sun cross here is quite inefficient to go outside. I don't want to grow the FIX instruction (e.g. fixation on "Western Region" either because I'm applying to more regions.

    So I was wondering if this would work? But it's not working. Anyone?

    Factor of var = 1 + (sales-> real-> "Western Region"->"growth rate"->"Coke"->"fiscal 2009"->"January");
    Fix ("FY2009", "January", "Coke", "budget")
    Sales_Revenue = Sales_Revenue * (factor)
    END FIX

    The idea strives for the factor in a quick pass and then that put in memory and then run the formula without using any cross-Sun who has to go and return. But I can't make it work.

    Published by: user634643 on August 10, 2009 16:18

    A few thoughts:

    (1) you are referencing a block outside of your difficulty, or carry redundant information in each block. Make your choice and try your luck.
    (A) If you store a single value to use again and again, then this is your best bet: sales-> real-> "Western Region"->"% growth rate"-> "Coke"->"fiscal 2009"->"January" is not in the calculated block (Actual versus Budget), but such is life - it is stored only once, read many times and probably (which is likely, not sure until you give your data Cache) RAM then what of him?
    (B) If you store different rates per month, then this is your best bet: sales-> real-> "Western Region"->"% growth rate" If period is heavy, you're still reading just a block, although a lot of cells. Not a significant performance drop.
    (2) your var statement does not work for two reasons:
    (A) vars can be declared outside a block Member calco (name of Member left paren, logical, right parenthesis), but must be assessed in the block Member calco. It's the tip "old plain does not work.
    (B) once convinced, you're always going the same number of blocks outside your DOSE of reference. It's the "would be nice if it works, but unfortunately is not" bit.
    (3) should "Western Region" be in your BIND, or apply to all regions?
    (4) would you do your second approach works if it made sense to keep the rate at the Budget? You'd still have the question of if it differs by region or period.

    So, where to go?

    I would stick with your first code attempt, unless of course you need it to get through the period. If you need the rate by month, go with the second. Fiscal 2009 in the cross dims is superfluous given the magnitude of the CORRECTION, btw.

    If you have set using VAR, try this:

    VAR varFactor
    FIX("FY2009","January","Coke","Budget")
    "Sales_Revenue"
    (
    varFactor = 1 + (Sales->Actual->"West Region"->"Growth Rate%"->"Coke"->"FY2009"->"January" ) ;
    "Sales_Revenue" = "Sales_Revenue" * varFactor ;
    )
    END FIX
    

    Personally, I would stick with your first approach.

    Kind regards

    Cameron Lackpour

    P.S. When I'm to confused on where my data are (which happens a lot, unfortunately), I take the equation out of the picture and try to assign all the little complicated. If I can get one half of the equation of the line, then it is out of the other. It can be very difficult to id where the data is located and if I don't know where are the many pieces of the puzzle, I get confused. Just my $0.02.

  • Compare the months in the calculation

    Hi guys,.

    I have a question about calculations in Essbase (calcscript).

    I want to know if a month (for example Jan) is less than (<) the other month (e.g., Feb).

    The first month is in a variable (& BasePeriod), the second month is @currmbr (periods).

    A comparison between these is fine for the following operators: <>, ==.

    But I need to know if the first is 'small' (earlier in my size) than the other.

    My rules are in a time dimension.

    And are built like:

    Year

    1ST QUARTER

    Jan

    Feb

    Mar

    etc.

    I hope you guys can help.

    Right, but you are not asked to compare the two members of dimension period arbitrary; only & BasePeriod and @CURRMBR ("Periods"):

    «The first month is in a variable (& BasePeriod) second month is @currmbr (periods).»

    But I need to know if the first is 'small' (earlier in my size) than the other. »

    @ISMBR("Jan":&BasePeriod) returns TRUE when @CURRMBR (Periods) is earlier or equal to & BasePeriod

    @ISMBR("Jan":&BasePeriod) AND NOT @ISMBR(&BasePeriod) returns TRUE if @CURRMBR ("Periods") is prior to & BasePeriod

    To compare the other way around you can reduce to zero the expression.

    @ISMBR("Jan":&BasePeriod) NO returns TRUE when & BasePeriod is earlier than @CURRMBR ("Periods")

    NO @ISMBR("Jan":&BasePeriod) OR @ISMBR(&BasePeriod) returns TRUE & BasePeriod is earlier or equal to @CURRMBR ("Periods)

    Is it not what you ask?

  • Is there a calculator in adobe?

    Is there a calculator in adobe?

    Hi andrews47866969

    You can do it in PDF Forms. However, you will need the Acrobat application to create PDF Forms. See the KB documents below: -.

    Kind regards
    Nicos

  • DATACOPY to @MEMBER does not?

    I'm trying to revive an archived issue of Alp Burak 5 years about Datacopy in @Member does not.  I use 11.1.2.3 and it still does not seem to work.  I'm looking for a way to copy it to another Member a member chosen in a form-based.  Okay, maybe it's the specific planning, but it is a problem of Essbase, given that the error is coming up with the @MEMBER as a target.  Is there a way to get around this?

    My attempt:

    DATACOPY {UserChosenMember} to @MEMBER (@CONCATENATE ("FixedPrefix.", {UserChosenMember}));

    I do not see a restriction for @MEMBER or DATACOPY, then is it not a bug or documentation is incomplete?

    http://docs.Oracle.com/CD/E40248_01/EPM.1112/essbase_tech_ref/frameset.htm?launch.html

    http://docs.Oracle.com/CD/E40248_01/EPM.1112/essbase_tech_ref/frameset.htm?launch.html

    Original message:

    question calcscript: Datacopy with function @Member

    Hello

    I need to write a calculation where I need to copy data from one member of the game to a dynamic member chosen.

    I use the @Concatenate function to create the Member target the runtime and finally using @member to convert the string to a member.

    However the function datacopy isn't taking function @member as target and immediately launch a mistake.

    Can there be another way around this? Equation in this case is not indifferent, because it requires some conditions if before the equation and that the fix is so huge that it takes forever to complete the calculation.

    It's planning & Essbase 11.1.1.2.

    Cl2

    OK, I checked... doesn't seem like DATACOPY will validate with a function on the RIGHT side.  It would be nice if the mistake was unclear on why it's broken.  The documentation States DATACOPY that a member's name should be transmitted, although again, it would be nice if it was more explicit.

  • Formula for [member] runtime error: status [1130203] code

    Hello everyone

    I have the following error message when you try to retrieve data in srepadsheet Add-In: "formula for [member] runtime error: status [1130203] code".

    Also, I tried to run a calcscript by ODI and I got the error on: ERROR - 1013289 - command [MaxL: run] failed due to memory allocation failure.

    It is an application of OSI in Hyperion Planning 11.1.1.3, I found in the forums that it could be a question of memory. I checked the essbase.cfg and I found this:

    DataErrorLimit 65000

    CalcCacheHigh-1100000000

    CalcCacheDefault 500000000

    CalcCacheLow 30000000

    4000000 CalcLockBlockHigh

    CalcLockBlockDefault 900000

    CalcLockBlockLow 400000

    UpdateCalc False

    NetDelay 3000

    NetRetryCount 1000

    MultipleBitmapMemCheck True

    ParCalcMultipleBitmapMemOpt True

    ; CalcParallel 1

    DYNCALCCACHEWAITFORBLK TRUE

    DYNCALCCACHEBLKRELEASE TRUE

    DYNCALCCACHEMAXSIZE 600M

    DYNCALCCACHECOMPRBLKBUFSIZE 400M

    Is it a memory problem? How can I solve it?

    Kind regards

    It is certainly not a problem with your server that you have enough memory. I do not suggest to use memscaling now as it helps anyway for 32 - Bit

    It is because of the values that are defined in your config file.

    Data cache, cache index slightly seems good.

    I suggest you reduce the CALCCACHEHIGH and the CALCCACHEDEFAULT as the Cache calculator may take a maximum of 200 M

    Try to reduce the DYNCALCCACHEMAXSIZE and all the relevant settings for DYNCALCCACHE

    Take a look at the technical reference information

    I would say to reduce / remove these settings, restart the services, the same testing process and see if they are causing the problem.

    Concerning

    Amarnath

    ORACLE | Essbase

  • assigning calc script to webform

    Hello

    I am familiar with essbase and planning but not an expert .in one of my interview I was asked a question how can we assign a calc script to the web form in the planning?

    I said no (I am aware that only business rules can be assigned to Web forms that I've worked on it).

    reporter said it's possible.


    If it is possible can you someone please let me know how.

    You can create a calculation in Essbase (planning application Essbase) script and that will appear in the planning.

    If you add the business rules in a form, the calc script will appear as CalcScript - the name of your script

    Concerning

    Celvin

    http://www.orahyplabs.com

    Please check the answers as useful/correct as appropriate

  • MAXL script to run two calcualtion script

    I had calc script I want to automate this calcscript to run in monthly lot, if someone can tell how to automate with maxl

    Have a read of http://docs.oracle.com/cd/E17236_01/epm.1112/esb_tech_ref/maxl_excalc.html

    See you soon

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

  • QUESTION: Extracting data Essbase and ODI Agent installation?

    To extract the data of Essbase cubes, ODI has 'LKM Hyperion Essbase DATA to SQL'.
    We can use (1). ReportScript, or (2). An MDX query or (3). CalcScript

    For the extraction of data by using CalcScript, ODI Agent must be running on the same server as the Essbase server.

    Anyone know if there is a need for ODI Agent on the Essbase machine if we use the method of MDX query for the extraction of the data?

    We would like to avoid the installation of Agent ODI for Essbase-extraction of data.





    .

    It's just for the Calc script method because it has access to the exported file, you should be fine with the other methods.

    See you soon

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

  • QUESTION: Extracting data Essbase AND the ODI Agent installation?

    To extract the data of Essbase cubes, ODI has 'LKM Hyperion Essbase DATA to SQL'.
    We can use (1). ReportScript, or (2). An MDX query or (3). CalcScript

    For the extraction of data by using CalcScript, ODI Agent must be running on the same server as the Essbase server.

    Anyone know if there is a need for ODI Agent on the Essbase machine if we use the method of MDX query for the extraction of the data?

    We would like to avoid the installation of Agent ODI for Essbase-extraction of data.





    .

    It's just for the Calc script method because it has access to the exported file, you should be fine with the other methods.

    See you soon

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

  • Change the color of the font or the background of a table if checkbox is enabled

    I have trouble changing the color of the font for the rows of a table that a checkbox is enabled.  I use formcalc and found the 'fontColor' property but can't make it work.  I'll use an if statement and that any writing I just need to know if I can use the fontColor property or what I need to do reference to change the color of the font and the values refer to what colors (I know they are numeric values) or how do I know what value would apply to the color I want.

    I tried to use one click on the button to edit a text field to the value of the color of the font on the button, if I can change the font of the button in the color I want and then click on it to get the value of the color but I get only 0,0,0 so I have to do something wrong.

    Thank you!

    Hello

    Here are some examples that can help.

    Also check out this resource from Adobe: http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf, which States:

    "TextField1. caption.font.fill.color.value ="R, G, B "" "

    "TextField1. font.fill.color.value ="R, G, B "" "

    Regarding the color values, LC Designer uses RGB (red green blue) colourspace. Each is 0 to 255. Thus, for example:

    • 0,0,0 is black
    • 255,255,255 is white
    • 255,0,0 is red, etc.

    There is some info here: http://assure.ly/eF231M.

    Niall

Maybe you are looking for