Consolidation operators for GEN and LEV build method

I have taken a very simple example over here:
Hierarchy:
GENERATION
Profit (1)
Revenue (2)
Net sales (3)
COGS (3)
Expenses (2)
LEVEL:
Profit (2)
Revenue(1)
Net sales (0)
COGS (0)
Expenses (0)
Question -> I am not able to provide operators in the data source? For instance if GEN1 is in the 1st column, GEN2 in the second column and GEN3 in third column and if I take 'Aggregation' , than is it for GEN3 or GEN2? likewise for LEV?
Thanks

Hi,
Let your Data source:
Measure Profit + Revenue + "Net Sales" +
Measure Profit + Revenue + "COGS" -
Measure Profit + Expenses -
In the dataprep editor, you can set the rules as below:
Field 1 Field2 Field3 Field4 Field5 Field6
Profit + Revenue + "Net Sales" +
Set the Rules as below:
Field1 = Gen2
Field2 = Property2, Gen2
Field3 = Gen3
Field4 = Property3, Gen3
Field5 = Gen4
Field6 = Property4, Gen4
If the data source is not in above format, you can add the operators as last columns and re-arrange when loaded to the Rules File.
Hope it works..
KosuruS

Similar Messages

  • C# compiling error: 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found (are you missing a using directive or an assembly reference?)

    Hello experts,
    I'm totally new to C#. I'm trying to modify existing code to automatically rename a file if exists. I found a solution online as follows:
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
            string tempFileName = fileName;
            int count = 1;
            while (allFiles.Contains(tempFileName ))
                tempFileName = String.Format("{0} ({1})", fileName, count++); 
            output = Path.Combine(folderPath, tempFileName );
            string fullPath=output + ".xml";
    However, it gives the following compilation errors
    for the Select and Contain methods respectively.:
    'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found
    (are you missing a using directive or an assembly reference?)
    'System.Array' does not contain a definition for 'Contains' and no extension method 'Contains' accepting a first argument of type 'System.Array' could be
    found (are you missing a using directive or an assembly reference?)
    I googled on these errors, and people suggested to add using System.Linq;
    I did, but the errors persist. 
    Any help and information is greatly appreciated.
    P. S. Here are the using clauses I have:
    using System;
    using System.Data;
    using System.Windows.Forms;
    using System.IO;
    using System.Collections.Generic;
    using System.Text;
    using System.Linq;

    Besides your issue with System.Core, you also have a problem with the logic of our code, particularly your variables. It is confusing what your variables represent. You have an infinite loop, so the last section of code is never reached. Take a look 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace consAppFileManipulation
    class Program
    static void Main(string[] args)
    string fullPath = @"c:\temp\trace.log";
    string folderPath = @"c:\temp\";
    string fileName = "trace.log";
    string output = "";
    string fileNameOnly = Path.GetFileNameWithoutExtension(fullPath);
    string extension = Path.GetExtension(fullPath);
    string path = Path.GetDirectoryName(fullPath);
    string newFullPath = fullPath;
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
    string tempFileName = fileName;
    int count = 1;
    //THIS IS AN INFINITE LOOP
    while (allFiles.Contains(fileNameOnly))
    tempFileName = String.Format("{0} ({1})", fileName, count++);
    //THIS CODE IS NEVER REACHED
    output = Path.Combine(folderPath, tempFileName);
    fullPath = output + ".xml";
    //string fullPath = output + ".xml";
    UML, then code

  • Where can i find the theory for session and call transaction method

    hi
    where can i find the theory for session and call transaction method
    bye

    check this link
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.planetsap.com/bdc_main_page.htm
    lsmw, bapi, bdc- session, bdc-calltransaction
    u can get it in help.sap.com also

  • Consolidations Question for Entities and Profit Centers

    I'm currently at a client who has a requirement for Legal Entity and Profit Centers within the same application.  They also want to see Consolidated results through LE and PC viewpoints.  Essentially a "MATRIX" Consolidation.
    Unfortunately they have many PC's and many LE's  and they cross each other.  Thus if we combined the dimensions it would be quite unwieldy (not to mention not sure how to handle the ownership between a LE/PC combo). 
    I've been told the only other way to handle this maybe through two separate applications, but that is something the client is against.  Apparently the MATRIX consolidation is possible in BCS but quite tricky in BPC?
    Thanks,
    Pras

    Hi Pras,
    In BPC there is no 'standard' solution for matrix consolidation. There are two workarounds which you already mentioned:
    - combining the two dimensions into one, assuming there are not to many combinations ...
    - performing the consolidation twice in two seperate applications ...
    If you want to achieve a matrix consolidation within one application and multiple intco dimensions, you wll have to write your own script logic, which probably can be done, but will consume a lot of efforts ... If this really is the requirement one perhaps should look for Cartheis or SEM BCS?
    D

  • Where is the doc for xml task options for deploy and ojdeploy-build ?

    I am a new user.
    I tried using jdev help to find my answer, but got lost quickly in the zillions of manuals.
    1) Where is the manual/doc for the xml task attributes/options for the Ant tags <deploy> and <ojdeploy-build>?
    I am modifying an xml script that ojdeploy will call, but do not know what attributes/options are supported for these tags. I need to know whether an option such as failonerror exists, so that I can report a bug that <deploy> does not default to fail on error (or that <ojdeploy-build> ignores the error and continues with the script.
    Followup questions:
    2) How do I find the java code that implements the tags <deploy> and <ojdeploy-build>?
    3) How do I report a bug on the implementation for these tags and propose a fix (assuming I can see the java source code)?

    I guess I wasn't clear enough. What I tried to say was:
    1) Where is the manual/doc for the xml task attributes/options [I meant to say attributes/elements] for the Ant tags [I meant to say tasks] <deploy> and <ojdeploy-build>?
    I did not mean the ojdeploy command, but the Ant tasks <ojdeploy-build> and <deploy>.
    The jdev help does not seem to provide the complete list of elements or attributes for these critical Ant tasks, though it has a few examples.
    So far, it appears that <deploy> has been misdesigned and I cannot do what I want, which is to "failonerror" (failonerror="true" should be the default but the opposite is true and there is no attribute to change the setting).
    You could consider this to be a bad flaw in Ant itself, that you cannot get the exit code from every Ant task (since they are java programs they do have an exit code), so when new tasks are implemented by folks who lack experience they may leave out access to this programming feature that is however implemented for a bunch of important core Ant tasks such as "java" or "exec". It would have been far more useful to make this a generic feature of all Ant tasks. Of course then folks would be asking for stuff like "fail if" or "fail unless" and where would it end? Maybe with a real programming language like TCL but in XML form.

  • I am getting read WSDL errors for WSDLS and Exception building schema in the assign activity schema

    Hi All,
    1 st error: Even though I had added the URLs related to Webservice WSDLs that composite and BPEL have to load,I am getting 'read WSDL' errors when I open the composite.Sometimes it is loading properly and sometimes it is not loading properly.I restarted the system and I had aslo put webbrowser and proxy unchecked still I am facing that issue
    2 nd error: As I any schema node in assign activity I am getting 'Exception building schema' errors.
    What I feel I had set some memory settings so that wsdls and schemas will load properly.
    Please do the needful to resolve these issues as I have to work on some production issues urgently.

    Maybe you can use the MDS to decouple your development environment with your runtime environment.
    Put you're WSDLs/XSDs in a local MDS that you then sync with your runtime environment.
    Instead of referencing to the life WSDL you reference to a oramds:// url.
    Check out my two-part blogpost about it:
    (1/2) Using the MetaData Services (MDS) in a SOA environment
    (2/2) Using the MetaData Services (MDS) in a SOA environment

  • Need very basic tutorial for actionscript3 and Flash Builder?

    I'm VERY new to coding, only 17 wishing to persure computer science when i'm older.
    My issue is on adobe CC website all the tutorials require intermediate experience and I have none, however, i'm very passionate and think i will thrive with this new hobby.
    Anyone know any tutorials on where you start with very basic basics in these applications?
    Thanks.

    Ask in the forums for those programs... the people who use the programs will know more than here
    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

  • Change of method consolidation  - duable data for investment and equity

    Dear All!
    There are:  investor uniu - company A and investee unit - company B.
    Company A has had 50% share in company B to 01/2010. - Equity Method.
    Company A has added by 50% share in company B to 03/2010. - Puarches Method.
    I use activity of investment in AFD for investment and equity. :
    When I perform task consolidation of investment there is duble data for investment and equity.
    And when I perform task for Change to Consolidation Group I have message Process is not nessecery.
    Mabye you know why is process not nessecery?
    Thank you in advance for your help.
    Best regards,
    anka
    Edited by: Anka on Mar 25, 2011 5:07 PM

    Dear Sir,
    Thank you for your answer.
    Yes, I have task for change in group consolidation with documents in the posting level 02,12,22. I did not  data in group currency, when I task change in group consolidation, but only in local currency. My mistake.
    I have a new question:
    When I purchase new shares, which the activite of investment I must choose in AFD:
    - step aqusition or increase in capitalization?
    Thank you in advance for your help.
    Best regards,
    anka

  • [svn] 4521: Fix for - Override information missing for properties and methods in DITA XML output of ASDoc

    Revision: 4521
    Author: [email protected]
    Date: 2009-01-14 06:01:28 -0800 (Wed, 14 Jan 2009)
    Log Message:
    Fix for - Override information missing for properties and methods in DITA XML output of ASDoc
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18681
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18681
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi ,
    I have an error like this below:
    [java] Exception in thread "main" java.lang.IllegalArgumentException: and
    [java] at com.sun.rave.jsfmeta.generators.Main.run(Main.java:521)
    [java] at com.sun.rave.jsfmeta.generators.Main.main(Main.java:279)
    BUILD FAILED
    if someone know solution plz post it here
    Thanks

  • HT3576 Ok so i have this iPod touch (3rd gen) and i'm trying to update it through iTunes and when i click  check for update it keeps saying this version of iPod software (2.2.1) is your current version. what do i do? how do i update it?

    Ok so i have this iPod touch (3rd gen) and i'm trying to update it through iTunes and when i click  check for update it keeps saying this version of iPod software (2.2.1) is your current version. what do i do? how do i update it?

    You have a 1st generation iPod Touch. It can not be upgraded beyond iOS 3.1.3, it is available at the link below.
    http://support.apple.com/kb/HT2052

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • So i got the update on my ipod touch 5th gen and when i got it it asked me for my old itunes acount and password, except i no longer have that info for the back up and it wont let me by pass at all, i need a way to just restart it

    so i got the update on my ipod touch 5th gen and i got asked me for my old itunes acount and password so i can get the back up from icloud, except i no longer have that info for the back up and it wont let me by pass at all, i need a way to just restart it

    You need to recovery and use it. Sounds like you are running into:
    iCloud: Find My iPhone Activation Lock in iOS 7
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.

  • I clicked update for facebook And now my iPod touch 4th gen won't let me download the Facebook app I've turned it on and off like 5 times and it still won't work can you please help me

    I clicked update for facebook And now my iPod touch 4th gen won't let me download the Facebook app I've turned it on and off like 5 times and it still won't work can you please help me

    Seems to be an Apple or FB app problem. Nothing you can do but wait for it to be fixed.

  • I'd like to buy an iPhone 4S in France directly from the Apple Store, not from the operators. But, I will go back to my country, Thailand. So, I'm wondering to know that there is an INTERNATIONAL warranty for iPhone, and is it valid in Thailand (warranty)

    I'd like to buy an iPhone 4S in France directly from the Apple Store, not from the operators. But, I will go back to my country, Thailand. So, I'm wondering to know that there is an INTERNATIONAL warranty for iPhone, and is it valid in Thailand (warranty). Would it be able to be claimed at the iStudio in Thailand?

    There is NO International Warranty for the iPhone.  Your best bet is to purchase one in Thailand.  If you purchase a phone in France, you will NOT get warranty service on it in Thailand and will have to return it to France (or any EU country) for warranty service.

  • Application builder supporting dlls for nidaq and nidmm

    I was use application builder to create installations. I don't want to include the huge installs for nidaq and nidmm. Is there a list of the dlls required that I can put as supporting files in the application builder.

    I spoke with another one of our other Applications Engineers who spoke with either yourself or another person with the same question on the phone today. He indicated that there is no smaller set of DLLs to use as drivers for this code, and that the solution reached on the phone was to make the drivers available on a central server so that they didn't have to be distributed directly with the application. People could just install them from the server instead.
    If this is not an option, the full install files for the NI-DAQ and NI-DMM drivers would have to be included with the built appliction and installed by the end user. Or perhaps instructions could be included with the application about where to download the drivers from the NI website (www.ni.com/downloads).
    Sincerely,
    Ross C
    National Instruments

Maybe you are looking for

  • [Solved] Installing and using GRUB on LVM

    New installation, no more windows, using LVM. pvdisplay : --- Physical volume --- PV Name /dev/sda1 VG Name DesktopLVM PV Size 243.14 MiB / not usable 3.14 MiB Allocatable yes (but full) PE Size 4.00 MiB Total PE 60 Free PE 0 Allocated PE 60 PV UUID

  • Read only account line item appears writable in the webform

    Hi All, We are using Hyperion Planning 11.1.1.2.We have a line item called "Salary" under account which is set to read only.Its parent "Compensation" has the security set as IDesc(writable). The line item Salary is used in 2 forms.In one form it appe

  • Using both firewire 400 & 800 at the same time?

    I have a 20" Imac 2.66ghz, and I have a 1TB WD Studio Edition My Book attached to the firewire 800 port. It is partitioned in to two 500GB partitions, one for time machine, and one for media. I have a Canon MD101 DV camera which I have been trying to

  • How to disapper/apper BLOCK in selection screen

    could anyone advice, I have two RBs and one Block with some parametes in SS, If I click on one,entire block has to apper. IF I click on second one,entire block has to disappear. Thanks in advance...

  • Confirm no support for MSSQL 2008 before reverting to older EM version

    Before I resort to installing EM Grid Control (11.1.0.1), I want to confirm that I have correctly read that EM12C does NOT support monitoring of MSSQL 2008. I understand that MSSQL 2008 R2 is certified with EM12C but, it appears that monitoring the o