Report to display (actuals data from one cube and plan from another)

Hi Gurus,
         I have a requirement in reporting to display actual data from one cube and plan data from a different one.
        The example below might give a clear picture of the requirement.
rows has key figures and columns = months
Jan |  Feb |  Mar |  Apr |  May |  Jun  ...   ....
GrossSales
Net Sales   
Now if I run the report for Current month (Apr), then for the months of (Jan, Feb and Mar) i need to get the data from CUBE1   and for the remaining months (Apr thru Dec) from CUBE2.
Similarly when i run the report next month(may), 
then (data for Jan, Feb, Mar, Apr  from CUBE1)
and ( May thru Dec from CUBE2)
Any suggestions.
Thanks in Advance
Kumar

Hi Henry,
     We alreadey have a multi provider which includes
FinDat Cube(CUBE1) for actuals and Comm.Goals cube (CUBE2) for plan.
So you suggest that we have two versions of key figure for actual and plan.
ie. each KF will have two versions.
actuals = (version 10, FiscPer<curr.mnth, key figure, acutals cube)
Plan = (version 20, FiscPer>=curr.mnth, key figure, comm.goals cube)
eg:
Jan | Feb | Mar | Apr | May | Jun ...
GrossSales(Act)
GrossSlaes(Plan)
Net Sales(Acutal)
Net Sales(Plan)
Correct me if I am wrong.
the report has a lot of key figures, having two versions for each kf will be confusing.
the user would like to see
Jan.....| ...Feb  |..Mar |..Apr.....|  May  | 
GrossSales   Act Value|Act.V |Act.V| PlanVal|PlanVal|
Net Sales
where Act.Value is from CUBE1
         Plan Value is from CUBE2
Thanks
Kumar

Similar Messages

  • HT203998 If I login from one account and logout from them

    If I login from one account and logout from them, I can not see the user which I made hidden using the above commands, but when I restart my mac I can see that hidden user on login screen, please help, I don't want to see the hidden user even after restart.

    Hi uddipatel,
    Welcome to the Support Communities!  Here is how you hide a user account in the login window on your Mac:
    How to hide a user account in OS X - Apple Support
    http://support.apple.com/en-us/HT203998
    Hide a user account in OS X Yosemite
    You can prevent a user account from appearing in the login window in OS X Yosemite by using these steps:.
    1. Log in as an admin user.
    2. Use this Terminal command, substituting the short account name name of the user you wish to hide for “hiddenuser”:
    sudo dscl . create /Users/hiddenuser IsHidden 1
    If you later want to show the hidden user, set the user’s IsHidden attribute to 0 like this:
    sudo dscl . create /Users/hiddenuser IsHidden 0
    You can optionally delete the IsHidden attribute instead of setting it to 0.
    Additional Options
    You can also move the hidden user's home directory to a place not visible from the Finder, and remove the hidden user's Public Folder share point.
    The following command moves the home directory of "hiddenuser" to /var, a hidden directory:
    sudo mv /Users/hiddenuser /var/hiddenuser
    The following command updates the user record of "hiddenuser" with the new home directory path in /var:
    sudo dscl . -create /Users/hiddenuser NFSHomeDirectory /var/hiddenuser
    The following command removes the Public Folder share point for the user with the long name "Hidden User”:
    sudo dscl . -delete "/SharePoints/Hidden User's Public Folder"
    Hide a user account in earlier versions of OS X
    There are three ways you can hide a user in versions of OS X earlier than Yosemite.
    Set the Login window to display name and password fields
    In the Users & Groups preferences pane (Accounts pane in Mac OS X v10.6 and earlier), click Login Options, then select "Display login window as: Name and password".
    With this enabled, no user accounts are listed in the Login window.
    If changing the Login Window to only display the name and password fields does not meet your needs, then you can use the following steps in this article to hide a user account.
    Add users to the HiddenUsersList (advanced)
    With Mac OS X v10.4 and later you can hide users from the Login window by adding them to the HiddenUsersList array in the /Library/Preferences/com.apple.loginwindow.plist file. The following command will hide the users "mei" and "anne" from the Login window:
    sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add mei anne
    Note: These users will still appear in the Accounts (Mac OS X v10.6 and earlier) or Users & Groups (OS X Lion) pane in System Preferences.
    Lower the user's UID and enable the Hide500Users option (advanced)
    You can use the advanced steps below to change a user's UID, adjust their home directory permissions and enable the Hide500Users option. An example user account "tom" is used below.
    The following sample Terminal command changes the user tom's UID to 401. Note: Check to make sure the new UID is not in use before making this change.
    sudo dscl . -create /Users/tom UniqueID 401
    This command adjusts the permissions of the user's home directory:
    sudo chown -R tom /Users/tom/
    Enable the Hide500Users option with this command:
    sudo defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool YES
    Last Modified: Dec 8, 2014
    All the best,
    - Judy

  • How do you take pictures from one library and put in another library??

    How do you take pictures from one library and put in another library??

    Options:
    1. Export from iPhoto A to the Finder, then import to iPhoto B
    This gets the photo over, but no versions, no edit history and not all the metadata
    2. Use iPhoto Library Manager
    This gets everything: versions, edit history and all the metadata.
    Regards
    TD

  • Hp 3510 is printing horizontally from one computer and normally from the other

    My printer HP 3510 has been printing horizontally from one computer and normally on another.  Why does this happen and how can I correct the problem?

    You try to print portrait, but it comes out landscape.  When you checked that setting, was it at the document level or at the default level?  The document setting overrides the default level setting. 
    If the document level setting is on Portrait and the document is coming out Landscape, I recommend downloading and running the  HP Print and Scan Doctor for Windows.  Does that help?
    Also, remember a click on the Kudos star to the left is a quick "Thanks" for a helpful post.
    Please select the "Accept as Solution" button on the post that best answers your question.
    I appreciate your input ! ___________________________________ _____
    Thank You,
    Rich
    Expert

  • How to get the data from one table and insert into another table

    Hi,
    We have requirement to build OA page with the data needs to be populated from one table and on save data into another table.
    For the above requirement what the best way to implement in OAF.
    I understand that if we attach VO object instance to region/page, we only can pull and put data in to only one table.
    Thanks

    You can achieve this in many different ways, one is
    1. Create another VO based on the EO which is based on the dest table.
    2. At save, copy the contents of the source VO into the dest VO (see copy routine in dev guide).
    3. commiting the transaction will push the data into the dest table on which the dest VO is based.
    I understand that if we attach VO object instance to region/page, we only can pull and put data in to only one table.
    if by table you mean a DB table, then no, you can have a VO based on multiple EOs which will do DMLs accordingly.Thanks
    Tapash

  • Want too uninstall from one computer and reinstall on another

    want too uninstall from one computer and reinstall on another

    Jackhne2004 which Adobe software or service are you trying to install on the other computer?

  • How to read LONG RAW data from one  table and insert into another table

    Hello EVERYBODY
    I have a table called sound with the following attributes. in the music attribute i have stored some messages in the different language like hindi, english etc. i want to concatinate all hindi messages and store in the another table with only one attribute of type LONG RAW.and this attribute is attached with the sound item.
    when i click the play button of sound item the all the messages recorded in hindi will play one by one automatically. for that i'm doing the following.
    i have written the following when button pressed trigger which will concatinate all the messages of any selected language from the sound table, and store in another table called temp.
    and then sound will be played from the temp table.
    declare
         tmp sound.music%type;
         temp1 sound.music%type;
         item_id ITEM;
    cursor c1
    is select music
    from sound
    where lang=:LIST10;
    begin
         open c1;
         loop
              fetch c1 into tmp; //THIS LINE GENERATES THE ERROR
              temp1:=temp1||tmp;
              exit when c1%notfound;
         end loop;
    CLOSE C1;
    insert into temp values(temp1);
    item_id:=Find_Item('Music');
    go_item('music');
    play_sound(item_id);
    end;
    but when i'm clicking the button it generates the following error.
    WHEN-BUTTON-PRESSED TRIGGER RAISED UNHANDLED EXCEPTION ORA-06502.
    ORA-06502: PL/SQL: numeric or value error
    SQL> desc sound;
    Name Null? Type
    SL_NO NUMBER(2)
    MUSIC LONG RAW
    LANG CHAR(10)
    IF MY PROCESS TO SOLVE THE ABOVE PROBLEM IS OK THEN PLESE TELL ME THE SOLUTION FOR THE ERROR. OTHER WISE PLEASE SUGGEST ME,IF ANY OTHER WAY IS THERE TO SOLVE THE ABOVE PROBLEM.
    THANKS IN ADVANCE.
    D. Prasad

    You can achieve this in many different ways, one is
    1. Create another VO based on the EO which is based on the dest table.
    2. At save, copy the contents of the source VO into the dest VO (see copy routine in dev guide).
    3. commiting the transaction will push the data into the dest table on which the dest VO is based.
    I understand that if we attach VO object instance to region/page, we only can pull and put data in to only one table.
    if by table you mean a DB table, then no, you can have a VO based on multiple EOs which will do DMLs accordingly.Thanks
    Tapash

  • Sharepoint client object model - Pull files from one site and move to another

    Dear All,
    I am using client object model to retrieve files of certain criteria using caml query and copy them to some other site using 
    client object model. There is no exception being thrown, but the application is not performing either. No files are being copied to destination. Here is the code. Please advise.
    The message box that I have kept at the end is being displayed, but no files are being copied.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Net;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using Microsoft.SharePoint;
    using SP = Microsoft.SharePoint.Client;
    namespace WindowsFormsApplication2
        public partial class Form1 : Form
            public Form1()
                InitializeComponent();
            private void Form1_Load(object sender, EventArgs e)
            private void button1_Click(object sender, EventArgs e)
                SP.ClientContext srcContext = new SP.ClientContext(textBox1.Text);
                srcContext.Credentials = new NetworkCredential(textBox3.Text, textBox4.Text, textBox5.Text);
                SP.ClientContext destContext = new SP.ClientContext(textBox2.Text);
                destContext.Credentials = new NetworkCredential(textBox3.Text, textBox4.Text, textBox5.Text);
                SP.CamlQuery camlQuery = new SP.CamlQuery();
                camlQuery.ViewXml = "<View Scope='RecursiveAll'><Query><Where><And><Geq><FieldRef Name='Created' /><Value IncludeTimeValue='TRUE' Type='DateTime'>2013-01-01T04:16:20Z</Value></Geq><And><Lt><FieldRef
    Name='Created' /><Value IncludeTimeValue='TRUE' Type='DateTime'>2013-12-31T04:16:43Z</Value></Lt><Or><Eq><FieldRef Name='Document_x0020_Classification' /><Value Type='Choice'></Value></Eq><Eq><FieldRef
    Name='Document_x0020_Classification' /><Value Type='Choice'>Case Studies</Value></Eq></Or></And></And></Where></Query></View>";
                SP.Web oWebsite = srcContext.Web;
                srcContext.Load(oWebsite, website => website.Webs);
                srcContext.ExecuteQuery();
                SP.Web dWebsite = destContext.Web;
                destContext.Load(dWebsite);
                destContext.ExecuteQuery();
                foreach (SP.Web web in oWebsite.Webs)
                    MessageBox.Show(web.Title);
                    foreach (SP.List list in web.Lists)
                        if (list.BaseType.ToString() == "DocumentLibrary")
                            MessageBox.Show(list.Title);
                            SP.ListItemCollection collListItem = list.GetItems(camlQuery);
                            srcContext.Load(collListItem);
                            srcContext.ExecuteQuery();
                            foreach (var doc in collListItem)
                                        SP.File f = doc.File;
                                        srcContext.Load(f);
                                        srcContext.ExecuteQuery();
                                        string destLibrary = "shared Documents";
                                        string nLocation = dWebsite.ServerRelativeUrl.TrimEnd('/') + "/" + destLibrary.Replace(" ", "")
    + "/" + f.Name;
                                        SP.FileInformation fileInfo = SP.File.OpenBinaryDirect(srcContext, f.ServerRelativeUrl);
                                        SP.File.SaveBinaryDirect(destContext, nLocation, fileInfo.Stream, true);
                MessageBox.Show("Completed");
    sk.Rakhishma

    Hi,
    To copy files from one site collection to another site collection, the simplest way is to open document library in windows explorer view.
    Go to document library, click library tab, click open with explorer.
    You can open the document library1 in explorer then copy the files which you want to paste to another site collection
    document library2, then open the document library2 in explorer to paste the documents.
    Besides, there are other method:
    https://social.msdn.microsoft.com/Forums/office/en-US/67282348-25c7-4bd0-9d95-61024c6892f9/how-we-move-a-document-library-from-one-site-collection-to-another-sitecollection?forum=sharepointgeneralprevious
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/8c112d85-1ab8-426b-be37-d010cf8647fe/copy-a-list-from-one-site-collection-to-another-using-web-service
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Copying from one arrangement and pasting into another arrangement

    Hi, I'm using Logic Express 8.
    I'm wondering if there is a way to copy several tracks from one arrangement window into another. I've tried to do this simply by copying and pasting, but when I paste into the new arrangement window I get error messages and the tracks pasted into the new window have a speaker icon with an "X" through it - and obviously no sound.
    Am I missing something, or perhaps this is simply a limitation that exists with using express instead of pro?
    Thanks a lot.

    You can do this by simply importing the data from one project to your new one. Check it out here.

  • How do I read from one table and write to another identical table?

    I am very new to Oracle. I am trying to do something that should be very simple.
    I am trying to read from one table in SQL and then write to another
    Identically formatted table. I keep getting various errors. Could someone please
    post some vey simple code that will work so that I can play around with it?
    Any help would be greatly appreciated.
    Thanks,
    Ron

    Thanks, but I must be missing something.
    I have two tables, SONGLIST and SETLIST.
    The second line by itself works just fine on either table.
    Here is the code I used following your seggestion, along with it's error message.
    Hope you can help. Thanks again...
    INSERT INTO SETLIST
    SELECT TITLE FROM SONGLIST WHERE ROTATION <> 'X'
    ORA-00947: not enough values

  • How import data on one tablespace and indexes on another tablespace

    i have import dump from from database in oracle 10g as
    c:> imp userid=system/password full=y file=d:\ful.dmp log=d:\full.log
    Now i want import tables data on tablespace datatb and indexes on tablespace indextb. how i can do this job
    Thanks

    After importing the database you may move the indexes to other tablespace by rebuilding it.
    c:>sqlplus /nolog
    SQL> conn /as sysdba
    connected
    SQL> spool c:\indx_rbld.log
    SQL> select 'alter index '||owner||'.'||index_name||' rebuild online parallel tablespace <tablespace_name> nologging;' from dba_indexes where owner=<username>;
    SQL> spool off
    SQL> @c:\indx_rbld.log
    Hope following link will help you:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:901906930328
    Message was edited by:
    Santosh Kumar

  • Is there any way i can receive a text from one number and reply to another on the same conversation?

    I have a friend who has 2 phone numbers, he sends texts from one and i have to reply to the other one.
    Is there any way i can configure the SMS conversation so: it receives texts from his 1st number and when i reply it goes to the 2nd number?
    Thank you

    I don't think it is possible to do what your friend is asking.
    He would need to call his phone carrier.

  • Uninstall photoshop from one computer and install on another computer

    How do you take an older version of Photoshop elements off one unused computer and add to another computer?

    You can download the installer from http://get.adobe.com/reader/enterprise/

  • Is there a way to sync music from one mac and podcasts from another mac?

    So I have all my music (CD Ripped and iTunes Store purchased) on an iMac at home. I sync a shuffle, nano, video and touch with it. Works great with playlists..
    Now, I have a MBP that I use for work and have been downloading podcasts to iTunes. Can I use one of my iPods (thinking of the Nano), to sync ONLY the music from the home iMac, and ONLY the podcasts from the work MBP?
    Thanks!

    Okay, I said what the ****, and connected the Nano to my MBP.. A breeze, I told it not to sync anything.. Went to the Podcast tab, and told it to sync and overwrite everything.. Seems to work perfectly.. Now lets see what happens when I connect it back to my iMac.. I think I just have to disable the syncing of the podcasts...

  • Is it possible to copy all comments from one pdf and paste to another?

    Hi Adobe Community
    I have a pdf file that has 100+ pages with square markups and arrows. The pdf that was marked up is from last year, but this year the format is the same, but the numbers have changed. Rather than going through every single page and commented as I did last year, is it possible to copy all comments from last years pdf and paste them into this years pdf, in the same place?
    Thanks

    You can export comments to an FDF file and import the FDF into another PDF. In Acrobat 11, you'd select: Comment > Comment List > [click the little icon in right of panel toolbar] > Export All to Data File

Maybe you are looking for