How to move LC to Group

Hi BPC Experts
We're using BPC 10 MS version.  We have two GROUP and CURRENCY dimensions set up separately in our consolidation model.  Data is imported at LC (RptCurrency Dimension) and NoGroup (Group Dimension) members.  After running the currency conversion, we notice that the reporting currency is moved to the appropriate consolidated group member of the GROUP dimension, but not LC (local currency).
My question is how to move LC currency into the corresponding members of GROUP dimension?
Thx
Y.Tran

Hi Yung,
You first need to perform a Reporting currency conversion (i.e. LC to EUR) and then perform a GROUP currency conversion (i.e. EUR to GROUP1).
If you only have 1 currency (i.e. EUR) then you can possibly load data directly to your reporting currency (EUR) and then perform a GROUP currency conversion.
Thanks,
John

Similar Messages

  • How to move layers into group.

    Hi.
    I want to make group and input it's name and get layers into it.
    var doc = app.activeDocument;
    var layers2 = doc.layers;
    var txt = prompt("Input layer group name :");
    var layerSetRef = doc.layerSets.add();
    layerSetRef.name = txt;
    for(var i = 0; i < layers2.length; i++) {
    layers2[i].move(layerSetRef, ElementPlacement.PLACEATEND);
    Can you tell me why this code shows error?
    Indicator shows "layers2[i].move(layerSetRef, ElementPlacement.PLACEATEND);" is not right.

    I see two main problems with your code.
    One is that the enum should be ElementPlacement.INSIDE when moving an artLayer into a layerSet.
    The second problem is moving layers changes the index so you can not loop using the index.
    Try something like this:
    var doc = app.activeDocument;
    var txt = prompt("Input layer group name :");
    var layerSetRef = doc.layerSets.add();
    layerSetRef.name = txt;
    while(doc.artLayers.length > Number(doc.layers[doc.layers.length-1].isBackgroundLayer) ) {
        if(!doc.artLayers[0].allLocked || !doc.artLayers[0].positionLocked ){
            doc.artLayers[0].move(layerSetRef, ElementPlacement.INSIDE);
    That should move all the top level artLayers into the layerSet. It will skip locked layers and the background layer. You could change the layer locking test to change those properties if you want to move locked layers. To move the background layer you will need to convert it to a normal artLayer before moving.

  • When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move them in groups to a folder?

    When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move these in groups to a folder or folders?

    The easiest way to move bookmarks around is in the Bookmarks Organizer, which at some point was renamed the Library. To open it, you can choose Bookmarks > Show All Bookmarks or press Ctrl+Shift+b.
    (Please note that the sort order of the Library dialog doesn't actually carry over to the menu. To sort the menu alphabetically, it's easiest to open the Bookmarks Sidebar, right-click the words Bookmarks Menu and choose Sort by Name.)

  • How to move group account from liability to equity

    Need to move one group account (summary account) from P&L to Balance Sheet in BCS system (one hierarchy to another). How to do it?What is the procedure?
    Any SAP notes or links would be helpful
    Also, if you could forward me notes for BCS and BW it would be very helpful.
    Regards,
    AK

    Hello Joseph,
    See this article.
    iTunes:  How to move your music to a new computer
    B-rock

  • How to move Tablespace from One disk group to another disk group in RAC

    Hi All,
    I have 11gR2 RAC env on Linux.
    As ofnow I have problem with disk group. I have 3 disk group which is almost full - 98%. I have added one NEW disk group and want to move some of the Tablespace(TBS) from OLD disk group to NEW diskgroup and make some free space in OLD disk group.
    Can any one suggest me how to move TBS from one disk group to another disk grup without shutting down the instance.
    DB is in Noarchive mode.
    Thanks...

    user12039625 wrote:
    Hi Helios,
    Thanks for doc id but I am looking for noarchive mode solution. becaues I got ORA-
    "ORA-01145: offline immediate disallowed unless media recovery enabled " when run alter database datafile '...' offline.
    Hence I am trying something and findout below steps but not sure how useful it is:
    1- put tablespace offine
    2- Copy the file to new diskgroup using Either RMAN or DBMS_FILE_TRANSFER.
    3- Rename the file to point to new location.
    4- Recover the file.
    5- Bring the file online.
    I had move 240M TBS from OLE to NEW.
    These steps run successfully so I think this is valid for noarchive mode.Hence want to confirm..so inform me please.
    Thanks :)I have doubt in my mind:
    1. You database is in noarchivelog mode
    2. You're taking tablespace offline
    3. Suppose you're moving a file of size 10GB(or any larger filesize) to another disk group
    4. Now after moving the file, you're trying to bring the tablespace online............NOW
    tablespace will need recovery. if the required data is inside the SGA then it is ok. But if the data has been flushed, then?
    if step 2 and 3 has taken significant time, then most probably you'll not be able to bring that tablespace online.
    Regards,
    S.K.

  • Is there a way to move a group of tabs to a new window? I know how to move one tab to a new window, but is there a way to mark a group of tabs and move them to a new window?

    Is there a way to move a group of tabs to a new window? I know how to move one tab to a new window, but is there a way to mark a group of tabs and move them to a new window?

    * Tab Mix Plus: https://addons.mozilla.org/firefox/addon/tab-mix-plus/

  • How to move existing contacts to the iCloud group?

    I have some contacts in my iphone that were added to my gmail group by default, not iCloud. I was wondering how to move the contacts to the iCloud group so I would be able to see them on iCloud.com on my pc.

    iCloud only syncs contacts belonging to the iCloud account.  If you have contacts belonging to other accounts (such as Gmail, Yahoo, and exchange account, etc.), you'll have to copy these to iCloud and disable contact syncing with these other accounts.  If you want to do this, do the following:
    Go to Settings>iCloud, turn Contacts to Off, choose Delete from My iPhone when prompted (they will still be in iCloud).
    Download the app My Contacts Backup.  Use this to backup the remaining contacts on your phone (from the other accounts/groups) as a vCard attachment to an email that you send to yourself.  Confirm that you have received the email.
    Go to Settings>iCloud and turn Contacts back to On.
    Go to Settings>Mail,Contacts,Calendars>Default Account (in the Contacts section), set this to iCloud.
    Go to Settings>Mail,Contacts,Calendars...tap each of the other accounts you are syncing contacts with and turn off contacts syncing with these other accounts (otherwise you will have duplicates on your phone).
    Open the My Contacts Backup email and tap the attachment to import the contacts from the other groups back to your phone, and to iCloud and your other devices.

  • How to move grouped text frames as a group?

    I have a threaded text frame with two text frames total in the thread. I am trying to move only the second half of the threaded text frame from the second-to-last page to the last page of my document. I have been able to successfully do this using this code:
    var myDocument = app.activeDocument;
    var myEndFrame = myDocument.pages[myDocument.pages.length-2].textFrames[1].endTextFrame;
    myEndFrame.move(myDocument.pages[myDocument.pages.length-1]);
    However, this code does not work when the second half of my threaded text frame has another text box grouped inside of it (such as a pull quote). In that case, the script will only move the threaded text frame part and not the other text box grouped with it. I need the two text boxes to remain grouped, and I would like to move the entire group together to the last page of my document. I have tried everything I can think of to get this to work and have been unsuccessful. (For example, I tried to get my code to move the entire group, but I can't get it to recognize the grouped text boxes as a group.) It could be that I'm missing something obvious. Any help would be greatly appreciated.

    Hi,
    Suggest to check myEndFrame.parent before move.
    If its constructor.name == "Group" redefine myEndFrame. I mean:
    myEndFrame = myDocument.pages[-2].textFrames[1].endTextFrame;
    if (myEndFrame.parent.constructor.name == "Group") myEndFrame = myEndFrame.parent;
    myEndFrame.move(myDocument.pages[-1);
    Jarek

  • How to move all files from a folder for a user to a centralized folder on a core server with a GP

    Hello,
    I was curious if someone know how to move all the files of a user "local" profile on a Terminal Server to that of a centralized server where the "local" profile of like the user desktop, favorites, setting, etc are stored in the event
    the local profile on the TS become corrupt it can pull from this server...
    The problem I have is no matter what I tell users to save there files to our Y drive that is a folder that is synced
    across all 6 of our TS servers, users still store files on there desktops, so as you can imagine if one day they are on one server, then next day they could be on another and there files aren't the same.... hence the reason why I want to move all there files
    to the centralized server so when I redo the profiles from scratch on the TS server in the farm they suck files from the core server and have all of the files they are used to having.... 
    So I was curious and I've heard from some this is possible in a GP, but I'd like to move the contents of all 6 TS for
    each user or if I have to d this on  per user basis I will, just looking for a way to move the files....

    Hi Trevor,
    To move all users’ desktop to a server, we can use Folder Redirection to do this. The path for Folder Redirection is:
    [Group Policy Object Name]\User Configuration\Policies\Windows Settings\Folder Redirection
    In this situation, we can choose to redirect desktop to the root of a network file share or a folder on a network share.
    Regarding how to configure this, the following article can be referred to for more information.
    Configuring Folder Redirection
    http://technet.microsoft.com/library/cc786749.aspx
    Hope it helps.
    Best regards,
    Frank Shen

  • How to move lob segment in partitioned table

    On my Oracle 11.2, I have a partitioned table wich I would like to move to another tablespace
    After invoking script, there's still unmoved lob segment withing table
    CREATE TABLE BONGO.AAA_3
      ID       NUMBER,
      DATUM    DATE,
      OBJEKAT  BLOB
    TABLESPACE BONGODATA_HUGE
    PCTUSED    40
    PCTFREE    10
    INITRANS   1
    MAXTRANS   255
    LOGGING
    PARTITION BY RANGE (DATUM)
      PARTITION P_MAXVALUE VALUES LESS THAN (MAXVALUE)
        LOGGING
        NOCOMPRESS
        TABLESPACE BONGODATA_HUGE
    LOB (OBJEKAT) STORE AS
            (   TABLESPACE  BONGODATA
              ENABLE        STORAGE IN ROW
              CHUNK       8192
              RETENTION
              NOCACHE
              STORAGE    (
                          INITIAL          64K
                          NEXT             1M
                          MINEXTENTS       1
                          MAXEXTENTS       UNLIMITED
                          PCTINCREASE      0
                          FREELISTS        1
                          FREELIST GROUPS  1
                          BUFFER_POOL      DEFAULT
        PCTUSED    40
        PCTFREE    10
        INITRANS   1
        MAXTRANS   255
        STORAGE    (
                    INITIAL          64K
                    NEXT             1M
                    MINEXTENTS       1
                    MAXEXTENTS       UNLIMITED
                    FREELISTS        1
                    FREELIST GROUPS  1
                    BUFFER_POOL      DEFAULT
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;how to move this lob segment in partitioned table?
    or, is there some package for data move within tablespaces?
    regards

    tnx...
    now, I have another problem..
    I have a nested table within partitioned table, and I'm trying to move it to another tablespace.
    I tried to move child table (of nested type colum), but I didn't succedeed...

  • How do I change contact Group?

    How do I change the Group assigned to each contact in iCloud?

    Welcome to the Apple Community.
    What exactly are you trying to do, there are ways to move all to iCloud for example, but moving individual contacts isn't possible.

  • How to move multiple clips with transitions?

    Im still transitioning from FCP7 to FCP 10.1.2 and can't believe I have missed the lesson that explains how to move multiple clips with transitions.
    Up till now I have tried several work arounds including deleting all the transitions then using the (P) Position tool to move the clips from the primary track to some track above it then re adding all the transitions.  This is a function I do on a daily basis.  Am I missing something?  Please help!
    Thank you

    With some further investigation, the transitions have nothing to do with my problem.  In my case there was a tiny “Black gap slug” within the group that was preventing me from being able set it on top of another group of clips or gap someplace.  But even with the gap removed… I can move the clips on top of another group but the transitions stay behind on the primary (Magnetic)
    In the screen shot you can see what happens when I move a group out of the primary (magnetic) timeline onto a gap.  All the transitions get left behind. 
    Ive notices that Cutting and pasting will only paste the sequence some other place on the primary (magnetic) timeline for me.
    An example of why I would want to put a cropped/ resized group on top of another group is to do picture in picture effects or if I wanted to create a background behind a set of adjusted clips.

  • How to move PDF file from Spool to Application Server?

    How to move PDF file from Spool to Application Server?
    Cannot use RSTXPDFT4 because that converts OTF to PDF and the file is already PDF.
    RSTXPDFT5 doesn't work. It picks the file up and assigns it a 'text' type and outputs a 1 line txt (1kb in size) on the server with the spool number in it!
    The program which outputs the file to the spool, in the first place, uses adobe forms and outputs to a printer of type PDF.

    Hi Gemini ,
    Please refer the below links.
    [http://sap.ittoolbox.com/groups/technical-functional/sap-hr/convert-a-spool-to-pdf-and-save-on-application-server-in-background-720959]
    [http://www.sapfans.com/forums/viewtopic.php?f=13&t=325628&start=15]
    Edited by: Prasath Arivazhagan on Apr 13, 2010 4:48 PM

  • How do I Share a Group list of e-mails?

    I can share a single contact, but how do I share a Group ist of e-mails?

    You need to create a Mailing List.
    Any address book can have one or more Mailing Lists.
    Contacts must have a valid email address.
    Either the contact must be in the associated address book already or if in another address book, then they can be dragged and dropped into the Mailing List, but they would also be entered into the associated address book.
    In 'Address Book'
    Enter the contacts into an address book:
    Then create the Mailing List.
    either
    * Right click on the address book that contains the contacts
    * select : 'new list'
    OR
    * File > New > Mailing List
    * Select the Address Book which has the contacts.
    Then
    * give Mailing List a suitable name.
    click on OK to close the manual list
    Then move the contacts into Mailing List:
    see first image below as aid
    * Select the address book to see contacts.
    * Select / highlight the contacts
    (Ctrl + mouse click to select various names)
    * Left click and hold down on selected contacts to grab
    * Drag contacts to the left and hover over the Mailing List in Directory Pane
    * Release the mouse to drop contacts into Mailing List.
    you now have a mailing list with contacts.
    To use the Mailing List to send one email to all contacts in Mailing List:
    From the main TB user interface:
    * click on 'Write' button to Open a new Write message
    * Make sure you can see the Contacts Sidebar
    If no Contacts Sidebar - use f9 key to toggle the view
    * Select the address book
    * select the mailing list name
    * click on 'Add to Bcc' button (does not disclose email addresses)
    * Complete the email and click on Send button.
    See second image image below as aid:

  • How to move BCS data from one box to other

    Hello Expert,
    Dose any one know how to move BCS data from one box to other box ?
    Thanks & Regards,

    1) The best is to do the test. In my case, my customer was just doing this transfer (in full) to perform tests on the BEX reportings. Actually, they never raised any issue regarding document number when they did additional postings in test system... I would also say that during the transfer, the number counter in Qual gets not synchronized with the one in Prod. So, I think the system will just take the next number available in Qual. Should not be an issue.
    2)  As explained in answer 1), in my case, the purpose was not to perform data migration from one system to the other one. Thus, my customer never performed a subsequent consolidation in the target system. But, basically, the transfer copies all data : posting levels 00 to 30, for all periods you have selected + Additional financial data and sequence of activities. Thus, for me, everyhting is available in the target system, including COI documents. In other words, the "picture" regarding the data should be exactly the same between both system. The only thing you need to pay attention to is the customizing : it must be the same in Qual and Prod (example : date of acquisition and divestiture, structure of the group, etc...).
    Another very important thing, is that your export data source must not be enriched due to the BCS Delta load scenario. If it is the case, the system will write the consolidation logic (i-e the consolidation group + reporting mode) when transferring the data from the source Real Time Infocube to the Target Real time infocube, which will lead to inconsistent data in the target system.

Maybe you are looking for