Work problem on the Member in the ASO cube formulas

Hello

I was asked to convert a planning cubic request in a single cube ASO BSO. I managed to convert a BSO Cube ASO through the Regional service console and added members in another cube throgh rulesfile OSB.

Now, I must write formulas for Level0 member account dimension members. These are very simple as formulas

If (@ISMBR ("New_Seats"))
'Value '=' active Total Cost assets';
on the other
'Value '=' Asset_Value assets ';
endif;

and


'Empty_Seats '= (("New Seat Additions"+"Available_Seats") -"Required_Seats");


This is the first time that I'm working on ASO. I get this error when writing these formulas
"Syntax Error error (1260052) in an mdx query to enter on line 1 to token '=' Empty_Seats... '. »

Help me to write these formulas and also in the choice of appropriate member properties.

Try something like

CASE
When IS ([%{dimname/}]. CurrentMember, [New_Seats]) THEN [assets Total cost]
Else [Asset_Value]
END

and

([New headquarters] + [Available_Seats])-[Required_Seats]

See you soon

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

Tags: Business Intelligence

Similar Questions

  • Member to the ASO cube formula

    Hi all
    I'm trying to calculate the month member when a cube of ASO.
    This formula applies; ([CDA], [and CurrMonth])-([CDA], [et PrevMonth]) but this means that the substitution variables must be defined each month. Is there a better way to make this more dynamic formula? Maybe using the CurrentMember in the formula?

    Hello

    Yes, use CDA, CurrentMember - CDA, CurrentMember.Lag (1)

    Or & CurrMonth .lag (1) for a YEAR, & CurrMonth - CDA, depending on what you want to calculate exactly.

    Used on the period dimension, Lag (1) will return the previous month.

    Thank you
    JM

    Edited by: J.M. on January 7, 2013 12:04 AM

  • Extract the ASO cube data slices

    Hello

    For Essbase version 11.1.1.2, is there a way (using scripts) to extract data slices in a text file?  We understood how the data in the ASO cube zero slices, but have none managed to extract the data.  Please keep in mind, we have no reporting tools for this, we use Excel to our reporting needs

    Thanks as always!

    There are pretty much two different (well, there are also a third way) ways to get out Essbase data:

    (1) write a report script

    (2) write an MDX query

    (3) buy Star Integration Server (now owned by IBM) and point to the comic in question.

    Not surprisingly, there is no quick fix with these choices.  I wrote a blog about report vs MDX scripts, and the answer is (i.e. that one is the best)... depends on:

    http://camerons-blog-for-Essbase-hackers.blogspot.com/2013/07/what-makes-Essbase-data-extraction-fast.html

    I hope to put some of the trials above against a box of Star Integration Server (no, I don't work for them) to see if he can better the time extracted in the near future.

    Kind regards

    Cameron Lackpour

  • shared members disappear automatically after the deployment of the ASO cube

    Hello

    What we were doing as below:


    the memerbers dimension are loaded by source for epma odi, and then, we deploy the aso and epma bso cubes.

    and the process type in the profile to load dimension members is defined as "merge as primary.


    the question as below:

    (1) initially, the hierarchy of the dimension as it:

    size AA:

    A

    A1

    A2

    A3

    This dimension is aso and aso cube deployed successfully.

    (2) the users change the hierarchy of the source table.

    changed to below: (just add a parent for A1 and A2 under A initial parent.

    A

    A'

    A1

    A2

    A3

    AFTE, this changes, and members are responsible for epma once again, the hierarhy of dimension in epma is as below:

    A

    A'

    A1

    A2

    A1 (Shared)

    A2 (Shared)

    A3

    and this process of loading and applications deploy processes run automatically overnight pocess.

    I thought that I delete the A1 A2 shared hierarchy and deploy the cube again after overnight charge and deploy processes.

    But what I saw in the structure of the aso cube after the party deployed the process is also that:

    There no common A2 A1 in the sketch, but just below members in the cube hierarchy in essbase.

    A

    A'

    A1

    A2

    A3

    It's really weird, why shared members disappear automatically after deploy and make different hierarchy between epma an essbase outline

    can you help me?

    I have no idea...

    EPMA is ASO-> size is set to "multiple hierarchies enabled" otherwise please turn on and then try to deploy.

    Thank you

    ~ KKT ~.

  • Codes of Member to the ASO cubes property

    Hi all

    In ASO cube, I have a dimension that is defined as multiple hierarchy

    Dimension-(multiple hierarchy Enable)
    Member1 (Stored)
    A1
    A2
    Member2 (Stored)
    B1
    B2
    Member3-(Dynamic)
    C1
    C2
    Member4-(Dynamic)
    D1
    D2

    I am trying to use X to define dynamic members in my source file (.) CSV format). I took this member property referance codes Table 40 http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/frameset.htm?dotrules.html#dotrules_2

    I think there at - it a chart like this for ASO or we can use the same table.

    Thanks in advance.

    VIC

    Published by: Vrockz on 16 January 2013 09:39

    You can find the information on this link http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/frameset.htm?alocare.html

    You can get more information at the http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/frameset.htm?ainaggr.html

    You should use was '-hope it helps

    Thank you
    Sunil

    Published by: sunil k on January 16, 2013 10:05

    Published by: sunil k on January 16, 2013 10:15

  • Conversion formula BSO member to the ASO MDX formula

    Hello

    I member called SDQ (rate) in measures Sun (BSO) and with this member formula I attach to it. So now, I have converted this cube in the ASO... So can help you in the conversion of this formula to ASO.

    IF (@ISmbr (@Desc "(SDQ) (end)");
    End gross Inventory/@SUM (@levmbrs ("Endning Status", 0)-> "End of the crude inventory";)
    ENDIF;

    Note - ending Status (Dynamic Calc) is low and SDQ (End) is a member of the Sun which is dynamic calc too and closing stock is members of the Sun of measures.

    So please help me.

    Thank you
    Pranav

    928641 wrote:
    Hello

    I member called SDQ (rate) in measures Sun (BSO) and with this member formula I attach to it. So now, I have converted this cube in the ASO... So can help you in the conversion of this formula to ASO.

    IF (@ISmbr (@Desc "(SDQ) (end)");
    End gross Inventory/@SUM (@levmbrs ("Endning Status", 0)-> 'End gross inventory';)
    ENDIF;

    Note - ending Status (Dynamic Calc) is low and SDQ (End) is a member of the Sun which is dynamic calc too and closing stock is members of the Sun of measures.

    So please help me.

    Thank you
    Pranav

    Not sure if I really understand your calculation for example why would you sum all the level zero members status ending if you're looking at a subset of members but whay I think that you might wish to is something like
    Case When isAncestor ([(SDQ) (END)], [status ending] .currentmember) then
    [End of the crude inventory] / SUM ({. currentmember.children [ending status]}, [[complete gross inventory])
    End

    If you try to get the value of the current Member of the total stocks of crude end really the easier equation would be
    [End of the crude inventory] / ([end status], [end of the crude inventory])

  • How to add a new dimension in the ASO cube without losing all the data

    Hello

    I have an ASO cube with 18 dimensions and I want to add a new (regular). When I add this new dimension he asked me that data all have cleared out before the restructuring can take place. If I click Yes then I would lose all data, regardless of the fact if I export Level0 or not. Because when I tried to reload the export in the cube, he gave me a cause of error all the sides were not present export. Does anyone know how I would be able to accomplish this task?


    Thank you
    Mickael

    You can try this work around solution.

    (1) export data from Lev0
    (2) delete the cube
    (3) add the new regular dimension.
    (4) add a default member Reg00 in the new dimension and save.
    (5) open Lev0 data in a text editor, insert 'Reg00' at the beginning of the file and enter.
    (6) Lev0 file will first record 'Reg00' and the remaining export file will be of the second disk.
    (7) load the file changed with a rules file.

    You can check all your history data will be loaded w.r.to the Reg00 of the new regular dimension.

  • Report of script in the ASO cube data

    question like this:

    ASO cube with dimensions, dimension is used.

    and we put a dimension attribute PayType to the dimensions of the employee with the value of the exempt /NonExempt attribute.

    now the question is: not all employees are good with attribute values, there are some employees without these PayType values.

    and we want to create a report script to extract data from these PayType No. employees.

    We tried to put

    Selection and output options for dimension rules: 'employee '.

    < WITHATTR ('PayType' free '<>')

    < WITHATTR ("PayType' '<>' rampart)

    but it did not work.

    I don't know if there are other controls can help to do.

    Can anyone help?

    Try:

    See you soon... !!
    Rahul S.

  • Copying for the ASO cube

    Hello.
    I would like to copy a cube of one application.database to another ASO

    The reason is I want to be able to refresh the application data source ASO & metadata, while the ASO target application has security against it and is used by users. Then, ideally, I want just to "publish" the application of the ASO at the application target using a copy of the source file.

    So far, I have had limited success. Should I be simply copying the temp, metadata, log, by default and < database name > file, or the file essbaseapp.instance so or .app & .apb files also?

    Any help appreciated

    Thank you

    In theory, if it's just data and contour changing you should be able to get away with the application, copy of metadata and default folders and the outline.

    See you soon

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

  • BSO Member conversion to ASO MDX formula

    Hi guys,.

    I am trying to convert the following Member BSO formula to ASO.

    FORMULA MEMBER BSO
    --------------------------------
    IF (@ISLEV ('TP', 0))
    @SUMRANGE ("TDI"->"feat"-> "ETC."->"PC NA Exch"->"", @ILSIBLINGS (@CURRMBR ("TP")));
    ELSE IF (@ISLEV ("TP", 1))
    "TDI"->"feat"-> "ETC."->"PC NA '->' Exch ';
    ENDIF;

    Conversion of the ASO
    ----------------------
    CASE
    WHEN
    IsLevel ([TP], 0)
    Sum (Sum (CrossJoin ({[TDI], [exploit], [ETC.], [PC NA], [Exch]}) THEN))
    MemberRange (([TP]. CurrentMember). FirstSibling, [TP]. Lag (1))
    )
    ON THE OTHER
    WHEN IsLevel ([TP], 1) THEN
    [TDI], [exploit], [ETC.], [NA PC], [Exch]
    )

    Can someone please help me with this? I came with the converstion above but it is not through.

    Thank you
    Mickael

    You have ADI, Feat, etc, PC NA, Exch wrapped in parens? (TDI, Feat, etc, PC NA, Exch)? You can also add .currentmember on behalf of each Member

    ([TDI].currentmember,[Feat].currentmember,[ETC].currentmember, [PC NA].currentmember, [Exch].currentmember) 
    
  • Problem of the ASO

    Hi experts,

    I'm having a problem. I get an error "the sort operation failed memory. Please increase the size of the cache of global storage.

    I'm on version 9 and my OS is 2003.

    pls help

    JPRao

    Hello

    1 of 32 MB cache supported setting the database around 2 GB (ie the data that will be given to the entry level that is responsible).

    2. If your data are greater than 2 GB then its recommended to increase the cache by the square root of the factor

    3 Let me explain with an example, if the input data are 4 GB, which is 2 GB * 2.0.

    4 multiply the size of global storage cache, which is as of now 32 MB, multiplying by 1.44 (which is the square root of 2).

    5. Thus, 32 * 1.44 is newly defined cache.

    Sandeep Reddy, Enti
    HCC
    http://hyperionconsultancy.com/

  • Loading the data into the ASO cube

    Hello

    Is it possible to load data to a member in the structure where there is a related formula?

    For example:

    Account - interest paid:

    Budget must be charged to members
    Real must be a calculated field

    I tried something like:

    CASE
    WHEN [scenario]. CurrentMember IS [real] THEN-[finance costs (IFRS)]
    END

    but it does not work?

    Is this possible?

    Thank you

    Hello

    ASO, you cannot load data to a member who has a formula attached to it. One option is to have 3 accounts, 2 accounts system and an original. Load data for accounting system: VAC - Bud and VAC - law and then to set a formula to the original account to get the values of 2 accouts of system based on the scenario.

    Let me know if it helps.

    However, you can do it in ASF, loading the data to the Budget and have a calculation script calculate the value of actual expenditures to the Member of the account.

    See you soon
    RS

  • Member for the BSO cube formula

    Hello

    Cube of OSI, I created a member defined by the user in the account Dimension, which is calculated by a formula that uses the already existing members. (("member1"-"member2")/member1 = user-defined member) * 100; When checking the syntax of the formula of the EAS, its job very well, but when you pull the smartview report, user-defined member takes garbage and obtaining not calculated correctly according to the formula.

    Any ideas on that?

    Thank you

    It is difficult to help with the limited information in your message.  My wild guess is that it will be a problem of calculation, but I don't know.

    What value 'waste' are you?  Wear in any obvious way to 'member1' and 'member2 '?

    Is the dynamically calculated member and / or re-encoding Calc?

    Is - what the intersection that you get when you see the wrong number also include other members of the formulas or calculated dynamically?

    You use time balance or dynamic time series?

  • Member of ASO Cube formula

    Hi all

    Work on Cube ASO (Version Hyperion 11.1.2). I am in need of suggestions with my formula of Member

    My Look of main lines as:--

    Account
    -Profit
    -Sales
    -GABLES

    CChannel
    -A001
    -A001-201
    -A002
    -A002-202

    Time
    -2010
    -QTR1
    -------------Jan
    -------------Feb
    -------------Mar



    Versions
    -Latest Version
    -V-003
    -V-002
    -V-001

    Now want to see my business is the current Version i.e.

    Let's say that

    Sales
    V-003 A001-201 100 Jan
    V - 002 Jan A001-201 #Missing
    A001-201 V-001 Jan 2000
    Current version A001-201 100 Jan

    V-003 here's my last and current V Version.If - 003 is missing, then v-001 will be my current version (IE Version = 2000)

    I wrote a current Version member member formula and the formula is


    * CoalesceEmpty([Current Version].) FirstChild.Lead (0), CoalesceEmpty ([Version]. FirstChild.Lead (1), [Version]. FirstChild.Lead (2))) *.

    Which works very well.

    Now, I came to know that the dimension Version 1000 members of level 0. The formula worked very well, but for 1000 members I must use the CoalesceEmpty function 1000

    That I don't want to do.

    Please
    Could someone help me with the code.


    Thank you in advance

    Kind regards
    RSG

    Published by: SG on January 26, 2011 11:12

    Published by: SG on January 26, 2011 11:15

    Published by: SG on January 26, 2011 11:15

    Published by: SG on January 26, 2011 11:25

    You can use 'NonEmptySubset' to the kids back just not empty, then use 'Head' to return the first of this set. In a quick test cube, it works:

    Sum (Head (NonEmptySubset (Children ([CurrentVersion])))

    Not quite clear why this "sum" is necessary, given that the 'head' without optional parameter must return only a member.

    This maintains the simple formula and requires no updates when schema changes, but the performance could be a problem because it will check all the children for the non-missing values fill the NonEmptySubset. May be a more elegant solution out there.

    Also to note that I am assuming that "NonEmptySubset (Children([CurrentVersion]))" always returns the subset in the pecking order - if this isn't, it won't work!

  • Double quotes in ASO cube formula Member UDA

    I have double-quotes in ASO MDX UDA.
    But when loading using the rules, the quotes file double are get deleted.
    Any suggestion how to fix this problem?

    Formula in file dim biuld
    --------------------------------------------------------------------------------------
    CASE
    WHEN (NO ISUDA ([scenario]. CurrentMember, 'VARSCN'))
    THEN ([CRNBS] / [CLRVT]) * 100
    END


    After dimbuild formula in become a Member
    --------------------------------------------------------------------------------------

    CASE
    WHEN (NO ISUDA ([scenario]. CurrentMember, VARSCN))
    THEN [589018] + [MGTI_EXC_AFF] + [GIT_ALLOC_PUR]
    END



    It is simple to remove the quotes on UDA VARSCN


    Thank you

    You need an escape character before each quote so that it can be passed through that the escape character is a backslash if your code should look like \"UDA\"

Maybe you are looking for

  • 4K RAW in Cine EI.

    Dear Sony, I can't access the 4K RAW on the sony PMW F55 with the R5 AXSM magnetic set, cine AE mode. the current version in use is 1.00. Help, please.

  • Issue of Python API and profile of Stimulus

    Hello I am using IronPython with Visual Studio 2010 to create automated tests of a PXI system I have. Most of my knowledge API (and Python) so far has been coming to this thread of Iron Python . Although very useful. I am not able to get the parts of

  • Replacing the USB HP Officejet 6500 has

    My konked out wireless and I plugged a USB cable on my 6500 has.  My other half stumbles on the cord, and now I can't print.  I checked the printer and the USB connection was loose.  Is it possible to repair this, OR I have to go to the sales page an

  • What happens if I delete the files in the Temp folder in Windows 7?

    What is happening in the windows--> Temp folder in windows 7, and if I delete the files there, that will be a problem?  I want to free up the disk space of 1.8 G, but can't find any info anywhere of the consequences of deleting these files, what they

  • ImageData error when compiling

    I'm having a hard time using the api ImageData cascading. I have this as causing problems of line: imageData = bb::ImageData:fromPixels BB::ImageData (finalImage.bits (), bb::PixelFormat:RGBA_Premultiplied, finalImage.width (), finalImage.height (),