Is MDX ASO DATACOPY or similar possible?

I have the source file that has 5 referenced dims: accounts, Service, quantity, frequency and size. In the 'Accounts' weak, I have 3 members: Qty, Freq, and Yd who all values. So, I extract all these values for all Service, quantity, frequency, and size.

However, in my target app, I have 8 Sun. The other three are: customer and year Segment. So I load this data file "Segment No.", "No. Cust" and "No. Year." Is it possible to copy this data to all Member of the leaf level of 'Segment', 'Customer' and 'year '? Obviously, it's easy in OSB, but of course impossible to ASO.

Thank you

user 11111 a says:
Well, I'm not genius ASO. This is where I need advice, you can say :) The principle of "tuple" always goes with me.

My data is loaded here in cube ASO dim 8:

Postal code: 77056
Services: laundry
Quantities: Qty. 1
Frequency: Freq 1 x
Film: Yd 1.0
Segment: No Segment
Year: No other
Customer: No Cust

Values in action:
Measure the 'quantity': 1
Measure the 'frequency': 2
Measure 'Triage': 1

Example of calculation would be: "Mo Yards" = Qty * Freq * Court * 4.33

Prob, is that they have not "Quantity", "Frequency" and "Yard" for all THE postcodes. There are opportunities for 228mil. So, I want to fill these values dynamically. They are based on whatever the 'quantity', 'Frequencies' and are the values of metadata "Park." So if 'quantities' is equivalent to 'Qty 1' and then 'quantity' = 1. If 'Frequencies' equals 'Freq 2 x "then 'frequency' = 2, etc...'

I don't understand why you really want to fill in the values. Add 228 millon values is not the way to do it.
Why not put a formula as
[Mo yards] = ([Quantity]. ([No Segment], [no year], [no Cust]) * ([length]. ([No Segment], [no year], [no Cust]) * ([frequency]. ([No Segment], [no year], [no Cust]) * 4.33

You can add a non empty statement to do the calculation if the value of some data exists for the Member you're looking at.

Tags: Business Intelligence

Similar Questions

  • How we can filter the members of attributes using MDX ASO

    How can we filter the members of attributes using MDX ASO?

    SELECT {Descendants ([1_Account], LEVELS([1_Account],0))}

    ON COLUMNS,

    {Filter (different 1_Cost [Online], 1_Cost [Online]. CurrentMember = [1_AllocAccountR]. [85151010])} on the LINES

    OF Alloc1R.Alloc1R

    WHERE ([DC], [GenealogyAllocation], [Bill], [FY14],

    2_Cost [Online]. [Impact], [3_Cost online]. [Impact], [4_Cost online]. [Impact], [5_Cost Center_intra]. [Impact], [2_Project]. [Impact], [1_Project]. [Impact]

    )

    The code marked in yellow, is suppose to filter and to provide an output only the cost that has 85151010 attribute tag - Center but it generates all cost centers


    Thank you

    Vishal

    How about using attribute or WithAttr

    Concerning

    Celvin Kattookaran

  • Help with formula Mdx ASO

    Can anyone help me please with the conversion. I want to convert the below formula member of ASo Member mdx formula.

    IF (@ISMBR (@IRDESCENDANTS ("AID3EF")))
    '895672' - '237674 ';
    ON THE OTHER
    #Missing;
    ENDIF

    TIA

    Published by: user13146947 on December 14, 2011 09:19

    Yes, you are right, is to be GOLD.

    Kind regards
    RSG

    Published by: RSG on December 14, 2011 11:27

  • MemberRange in MDX ASO

    Hello

    I have try the MDX below, but I'm gettingt error like - Error (1260052) - syntax error in a MDX query on line 1 to token entry ')'

    IIF ((IS ([months]. CurrentMember, [Jun]) and MemberRange ([WEEK]. [WK1] [WEEK]. ([WK2])), 0, ([a]-[b]))

    Pls suggest...

    MemberRange returns a game, not a boolean value, so I don't see how would work "AND MemberRange"... ».  Take a look at contains.  You want to return TRUE if your MemberRange contains [week]. CurrentMember.

  • Formula Member BSO using MDX ASO

    I use the Ref of the Essbase Tech to convert the below formula a calc to MDX member but just short. Help, please.

    IF ((@ISDESC (Cans)) AND (@ISMBR (Gander)))

    Total_Hours / @PARENTVAL (containers, cans-> Total_Hours); ENDIF;

    And my attempt to MDX:

    IIF ((IsAncestor [drums], [drums]. (CurrentMember]) AND (IS [Jars])),

    [Total_Hours] / ([containers], [cans].) CurrentMember.Parent, [Total_Hours]

    Thank you!

    When you use IIF statement you must specify the TRUE and the FALSE instructions.

    Change it as shown below and it should work

    IIF ((IsAncestor [drums], [drums]. (CurrentMember]) AND (IS [Jars])), ([Total_Hours] / ([containers], [cans].)) (CurrentMember.Parent, [Total_Hours]), missing)

    Concerning

    Amarnath

    http://Amarnath-Essbase-blog.blogspot.com

  • Removal of shared in MDX - ASO members

    Hello experts,

    I need to remove members shared a MDX query.

    VGR

    SELECT

    NON EMPTY {[YearTotal]. Different concentrations (1)}

    ON COLUMNS,

    NON EMPTY {[example]. Different concentrations (0)} PROPERTY MEMBER_UNIQUE_NAME ON ROWS,

    OF SAMPASO2. SAMPASO2

    VGR result:

    (MEMBER_UNIQUE_NAME = [ExempleUn]. ([ExampleB], type: STRING,)

    I need to eradicate all Shared members.

    Any idea?

    EBrauerP

    Take a look on Essbase users: shared withdrawal members in the MDX, that thread is talking about 2 different ways to draw shared members.

    Concerning

    Celvin

  • Formula of Essbase MDX ASO: error 1260052

    I get the 1260052 error when I use the following formula

    [Number] / CrossJoin ({[WholSale]}, {[No_Product]})

    Any suggestions of what could be the cause?

    ESS worm 11.1.1.3

    May be wrong, but I don't think it's sensible to try to divide something by the result of a cross join.  And because you specify only one member of each dimension, it seems, you want just a single tuple (not a cross join) anyway.

    So all that being said, isn't...

    [Number] / ([WholSale], [No_Product])

    .. Give us you the result you are looking for?

  • Copy the data with enities in ASO

    Hello

    How can copy us specific data in a BU. Oploc to BU.oploc another cube ASO.

    Thank you!!

    It can be done with a calculation of ASO.  I am not a particularly good tutorial for this operation, but there is an example in this thread of Network54: Essbase users: ASO datacopy

    Alternatively, you can export just the data you want, change the BU and re-import, using (for example), MDX scripts etc report.  Or through the technique I described in your other recent thread: grab a copy of the cube, cut down for the members concerned, perform a full export, then ' search - replace ' on the BU in data files before re - import.  What works best depends on the amount of data that you have obtained.

  • Some doubts at ASO

    Hi all

    I have a few doubts about ASO, could it please calrifiy...

    1. If we move BSO to ASO, BSO contains two passes active and how we can set this property to re-encoding to ASO.
    2. how to performance tune the ASO, what are the possible ways to optimize performance.

    Thanks in advance for your answers.

    Published by: user4964072 on Sep 25, 2008 16:07

    Hello

    We don't need and that you do not have 2 pass calculation to ASO. SOLVE ORDER will do the necessary.

    Let me stick to a SER60 example

    Jan Feb mar Qtr1
    profit 100 100 100
    1000 1000 1000 sale
    % profit

    Jan Feb mar Qtr1
    profit 100 100 100
    1000 1000 1000 sale
    percentage of profit % 10% 10% 10%

    Jan Feb mar Qtr1
    profit 100 100 100 300
    1000 1000 1000 3000 sale
    percentage of profit % 10% 10% 10% 30%

    If its 2 past in OSB

    Jan Feb mar Qtr1
    profit 100 100 100 300
    1000 1000 1000 3000 sale
    but profit % 10% 10% 10% * 10% *-it's okay.

    ASO, a SOLVE ORDER for 2 or more, which is more than members of his office. You will get the desired values. That is to say with the order of resolution 2% profit. Sales and profits are calculated part (as well as their order of resolution is 1, hypothetically) then the benefits are calculated (since 2 is the order of resolution).

    Secondly, the performance of the ASO is very vague. Are you facing problems of special achievement. Let us know, this would effectively address the forum

    Sandeep Reddy, Enti
    HCC
    http://analytiks.blogspot.com

  • Aggregate size of the scenario.

    Guys good day. I just wanted to ask if it is possible to have a different aggregation on the Scenario dimension. I have a real-world scenario and a forecast scenario. Now I have a dimension of the organization who has 2 children: Org1 and org2 and. now, if the scenario is real, that the value of org2 and value to be grouped in organization. If the scenario is planned, then its value longer Org1 and Org2.

    Is this possible?

    Thanks in advance.

    so the first question I must ask is have both Org1 and org2 and actual and forecast data? If this isn't the case, then the cumulative nature of data work. If they both have data, then you must create a calc script or the formula to do what you want. How you do this depends on whether a cube ASO or OSB. IT is OSI, could mark the members to be rolled with UDAs then do thefix on the script and do the math to summarize the children with the uda. If ASO, then the MDX formula does something similar, but will have to be more dynamic

  • Initialize the array 1 d with predetermined values

    Hi all

    I'm pretty new to the comm suite, but I'll have one (probably simple) question about the initialization of a constant matrix of 1 d. Suppose I want to create a constant 1 d of the matrix of size M and I want to boot with some predetermined values. Is there an easy/effective way to do it? Initializing one is rather heavy, especially for the great Mr. also, how can I initialize such constant on a Traget FPGA?

    I've seen that for example for metering screws, it is possible to define a constant flow of data and initialize it with a .cvs file. Is there a similar possibility to initialize a constant matrix of 1 d?

    See you soon,.

    Steve0

    Hi Steve0,

    I found a quick solution and dirty to do this, as there is not a clear method to implement a constant matrix arbitrarily large. You can generate an array, but you prefer, my example is seen below:

    Then go to the front, right click on the indicator and select "capture". From there, this table will be available on your range of data to drop as a constant of other VI in this project. You can also do the same with a CSV file by writing your CSV file to a flag and then enter the data to use.

    BeenCoughin

  • Buying advice wanted: Surface Pro and Photoshop

    Hello

    I am looking to buy a laptop for College. As a user of Photoshop, it is important to me for my laptop to be fast enough to run Photoshop with ease. I've been watching the 3 Surface Pro, and I'd love to hear from someone who has had experience with her before. Of course, it's an experience incredible pen and it has great resolution and some hardware pretty serious packed in, but I'd like to hear from those who have actually used. I heard that the high resolution makes the user interface icons and very small items. I have young eyes, so I can deal with a few small, but how small is small? Can I get with an i5 model or I have to go for the i7 processor? I know there's an experimental feature in CC of Photoshop that allows you to increase the size of UI elements, there is a similar possibility for CS5? I heard that you can edit the configuration files in programs to achieve the desired increase. What's illegal/no possible with Photoshop?

    Any contribution is appreciated.

    Thank you!

    The surface Pro 3 is a great little portable machine.

    Photoshop IMO is not usable without being able to use shortcut keys, system on screen keyboards hack when he arrived at the use of short pieces. What is short to have to bring up a keyboard. use a shortcut by dismissing on screen keyboard.

    Even using CC 2014 2 x UI does not make Photoshop UI friendly touch.  With the keyboard attached using the pen is a bit compromised.

    With a Bluetooth device mouse Photoshop UI is small but usable in mode 1 x high resolution. The way I use it.  I found a utility button CAN touch interface usable design for use with Photoshop.

    I think that the resolution of Surface 3 pro 216ppi is usable with Photoshop, however with a Surface Pro 267ppi 4 display you would probably need to use cc 2014 2 x UI and winding up with less pixel because of the scale and then the Surface 3 pro using 1 x.

    Wacom Intuos Pro works well with the surface there is no need to cover your work with your hand or get fingerprints on it.  Your surface can also be use announces a second screen on your PC back in the dorm or at home.

    I I7 256 GB model, but I use it mainly as a third screen for a second view of the document that I am editing.

    X UI Photoshop CC 2014 1 and button interface which can be displayed/hidden power off when the stylus is close.

    On my Windows 10 workstation

  • Client-server UDP

    Hello

    I create a real-time multiplayer game in flash 10. If I understand correctly the stratus service connects the 2 end points of flash player using RTMFP on UDP and takes care of all the difficult things like NAT traversal. This is useful, but I don't want to connect clients in this way. I want the clients to connect to a linux server my own code, and I would like to take advantage of the UDP, even if I have to wrap in RTMFP.

    It would be very simple if adobe has extended the flash.net.Socket class to include UDP support (why they baffles me) but it seems that this will not happen. So what I want to know is if it is possible to have the server connect to the stratus as a "final point" and that all clients connect to it through this service. This or something similar, possible... or is it planned to make it possible?

    See you soon.

    in Flash Player 10, lost or slow when Speex audio frames sent in mode 'live, without alkaline reserve', can be discarded in favor of more recent data. at present, no other data is sent using the ability of partial reliability of RTMFP, including NetStream.send ().

    -mike

  • Generation of reports overnight batch and printing (reports 10g on Linux)

    Hi all
    I was wondering if any of you out there are report generation through a process during the night it starts and runs reports (perhaps even generate and print simulateously).

    Reports Server 6i, we had a process that has generated requests (put them in tables of database with their settings). Then during the night, a scheduled task on the PC would be the kick-off and call the command that would begin to produce reports. The reports will be generated and sitting as files on a machine and when the person came, they just clicked a button print and it printed all the files generated from the night.

    I don't have to have the same concept for 10g at all, but I would like to see what others are doing so that maybe I can implement something similar possibly. Why reinvent the wheel, right?

    Any help is appreciated.

    Chris

    There is a db-package SRW in $ORACLE_HOME/reports/admin/sql that can be installed in the database and can be used to launch reports-queries the database, in combination with DBMS_JOB or DBMS_SCHEDULER you can do the scheduling of the report to the database.

  • Stupid MDX script takes more than 10 hours to run in ASO

    I inherited a stupid MDX takes more than 10 hours to run in ASO. This formula is member of the map called forecast scenario & real scenario.

    This is the equivalent of ASOsamp of it:

    I think I can shorten it to:

    (1) are the following equivalent?

    IIF (([ActualScenario],[Expense]) + 0 <>0)

    can be replaced by

    IIF (NonEmptySubset ([ActualScenario], [Expense])

    ?

    2)

    The reason I can remove almost all the lines for the PERIOD - his first line, it is already check if [period] is zero. Then, it updates level 0.

    So why would we want to write the code to update (period) levels 1, 2 and 3?  ASO is supposed to automatically consolidate all other levels 1 to 3. So why is this MDX aggregating levels 1 to 3?

    (3) in fact, I don't know why we need this Case statement:

    CASE WHEN ISLEVEL ([period]. CurrentMember, 0)

    I thought THAT MDX in Member roadmap scenario only works on members leaves (zero level).

    PS.

    The time dimension is simply

    Year

    -T1

    -Jan

    -Feb

    -Mar

    -Qtr2

    etc.

    Thank you and Merry Christmas / happy holidays!

    PS. I changed my name to "SEEP limits."

    Rolling up the quarters is the real problem. Since you have a verification statement to see if you are at level 0 do the math, you're cutting everything above level 0. Yes, it's fast - but it's because you're excluding senior level members.

    I don't know how this cube is great, but you can possibly use this formula with a procedure calc to write the data to another Member. In this way the aggregation would work without any formula.

Maybe you are looking for