Can Demantra split the data from top to bottom the way we mention?

Hi,
I have below requirement. I load forecast from external system at highst level. For e.g. Total revenue forecast for next Quarter is $100 million.
When I load this figure into Demantra, thru integration interface, it splits down across Regions using proport logic. For e.g. I have 3 regions and the percentage split is 30%, 30%, 40%.
Now users would like to change(override) the forecast percentage to 20%, 30%, 50% for these 3 regions. How to apply these changes to underlying forecast quantities. Also I would like to store the changed quantities to database.
Appreciate your ideas.....

Hi,
As per my understanding
Revenue forecast = final forecast * selling price (unit price)
Is it correct?
If you are going to bring it from legacy system, let me know how revenue forecast is calculated.
Is it Revenue forecast or Budget you are talking about?
Check whether following options will help you:
1 Override the final forecast to meet the revenue forecst value (say 20%,30%,40%)
2 Create a new series finalff1 where finalff1=revenueforecast/unitprice, it will let you to compare finalff1 with final forecast series
3.Modify final forecast expression so as to give weightage for revenueforecast based on baseline or revneue forecast.
Tks
MJ

Similar Messages

  • How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    So what is your question?
    If you forgot your encryption password:
    Warning: Make sure it's a password you will remember or write it down for safekeeping. If you encrypt an iPhone backup in iTunes and forget your password, you can't restore from backup and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and chooseset up as a new device when iTunes prompts you to select the backup from which to restore.
    The above comes from here:
    http://support.apple.com/kb/HT4946

  • I share an Apple ID with someone but we are now on iOS8 and getting each others messages on our iphones and ipad. How can I split the account safely as well as protect icloud backed up data?

    I share an Apple ID with someone but we are now on iOS8 and getting each others messages on our iphones and ipad. How can I split the account safely as well as protect icloud backed up data?

    Use different Apple IDs for iMessage (and also FaceTime) to avoid getting each others text messages (and FaceTime calls).  One of you should go to Settings>Messages>Send & Receive (and Settings>FaceTime), tap the ID, sign out, then sign back in with a different ID.  You can continue to shared the same ID for the iTunes store and other services.

  • How can delete my iphone5 data from the date its restored?

    how can delete my iphone5 data from the date its restored?

    it's unclear what you mean
    if you wish to remove your iphone5 data you connect it to iTunes on the computer and click the restore button and choose restore to factory defect

  • How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    There is no way to see where he has been.
    Go into Settings > General > Restrictions > Safari and turn it off. Then add the MacGruff browser from the app store. After that go back to Restrictions and turn off the ability to add apps.

  • Can I download my data from an iphone to another device, edit it and then upload it back to the iphone?

    Can I download my data from an iphone to another device, edit it and then upload it back to the iPhone?
    I want to free up memory?

    IT depends on what "data" you are asking about.
    if you are having storage issues on your phone, I would be happy to make suggestions.
    You can store pictures and documents in Dropbox or Google drive.  These are cloud storage apps that keep your information stored off the phone, but available any time.  You can send pages documents to either app in a different format for editing.
    make sure you delete old messages, phone logs, email, as they take up space also.

  • Can I typeset Chinese in InDesign CC? The text goes from top to bottom and right to left.

    Hi!
    Can I typeset Chinese in InDesign CC? I have downloaded the Chinese version of InDesign CC, but couldn't get the text to go from top to bottom and right to left. Do I need to download some sort of plug-in for this type of work?
    Thanks!

    There's little to nothing Adobe Reader can do about this.
    The free Adobe Reader cannot create PDF, cannot export PDF page content and cannot manipulate PDF page content.
    What is "on" a PDF reflects what was "printed" to PDF from back in the authoring file.
    It is within the authoring file where you must make adjustments.
    A related "source" issue is what label stock is specifically supported by the authoring application.
    While all vendors claim their stuff is alway the same as your stuff that is often not the case.
    A 1/64 th of an inch or less difference will put a wooden shoe in the works.
    Be well...

  • Datas are not coming from top to bottom in collumn

    Hiiiii
    I am moving my data from itab to itab1.
    And in itab1 datas are not started from top of the collumn for each a/c no.
    A/CNO|AB|DZ|RV|SA
    00001|00 |000|00 |10
    00001|00 |000|00 |15
    00001|00 |000|020|000
    00002|00 |15 |000 |00
    00002|21 |00 |000 |00
    00002|00 |25 |000 |00
    00002|00 |00 |000 |17
    what should i do to start my data from top of the collumn.
    Thanks in advance.
    Edited by: sanket sagar on Mar 17, 2011 8:14 AM

    Hi,
    Let me add some more comments in your code.
    LOOP AT IT_BKPF INTO WA_BKPF.
    IF SY-SUBRC = 0.    - do not use this statement. instead of this u can use a condition for a particular record. ( Eg: if wa_bkpf-belnr is not initial.)
    MOVE-CORRESPONDING WA_BKPF TO WA_FINAL.
    ENDIF.
    READ TABLE IT_BSEG INTO WA_BSEG WITH KEY BELNR = WA_BKPF-BELNR
    BUKRS = WA_BKPF-BUKRS
    GJAHR = WA_BKPF-GJAHR.
    IF WA_BSEG-SHKZG = 'H'.
    WA_BSEG-PSWBT = WA_BSEG-PSWBT * -1.
    ENDIF.
    IF SY-SUBRC = 0.
    MOVE-CORRESPONDING WA_BSEG TO WA_FINAL.
    ENDIF.
    APPEND WA_FINAL TO IT_FINAL.
    ENDLOOP.
    I think the above loop-endloop will get all the belnrs, and their related info to the final internal table.
    SORT IT_FINAL BY SAKNR BLART.
    LOOP AT IT_FINAL.
    IF WA_FINAL-BLART = 'AB'
    MOVE WA_FINAL-PSWBT TO WA_FINAL-PSWBT1.
    ENDIF.
    AND SAME FOR ALL DOC TYPES.
    ENDLOOP.
    SORT IT_FINAL BY HKONT .
    What is the structure of the internal table.
    If my understanding is correct, you want to populate a table as below.
    For every HKONT, populate the Document types (BLART) and their corresponding amounts like below.
    HKONT1 - AB - 1000
    HKONT1 - BC - 2000
    HKONT3 - CD - 2000
    Please correct it if your problem is something different.

  • I connect my pendrive to macbook pro but it cannot detect and my important data is there in my pen drive so how can i collect this data from my pendrive?

    i connect my externalpendrive to macbook pro but it cannot detect and my important data is there in my pen drive so how can i collect this data from my pendrive?

    make sure that in your finder preferences you have it checked to show external drives on the desktop and in the sidebar of finder
    you find these preferences by selecting the finder icon (blue square on the dock w/ smiley face on it) then click on the work "finder" at top left corner of computer screen then click on preferences then general and put check next to show these items on the desktop and put check next to external drives
    now you should see it on the desktop if you still can't open the drive or access it, it may be in format the mac can't read or write to so that could be an issue.

  • My PC has blue screened twice in the past week so I force quit it it came back on a few times after that it is now grey screening with inch wide blue lines from top to bottom the apple logo is there and it is trying to boot up but nothing happening

    My Mac has blue screened a couple of times this week it started to work a couple of times after that but now it is grey screening with inch wide blue lines from top to bottom the apple logo is also there it is trying to boot up again but won't. Not sure don't know anything about how to fix things but I suspect the fan has stopped working as I can't hear one. The problem I have I now live in Turkey and I am 1000 km from the nearest apple shop which is in Istanbul I believe and I now live in Didim, Altinkum I don't trust the everyday Turkish shop to take it to as they will tell you they know how to fix it but will probably make it worse, typical in Turkey. Please can someone help as we use it for our business and obviously I need it up and running ASAP I am using IPad and iPhone at moment but can't access my files which are on PC.

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • How can I split the video port of an older Mac Mini so I can use both the 922-6199 DVI to RCA, S-Video Adapter and a Cinema Display?

    How can I split the video port of an older Mac Mini so I can use both the 922-6199 DVI to RCA, S-Video Adapter and a Cinema Display?

    Which exact Mini?
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto but not including the Serial#...
    Hardware Overview:
    Model Name: iMac
    Model Identifier: iMac7,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 6 GB
    Bus Speed: 800 MHz
    Boot ROM Version: IM71.007A.B03
    SMC Version (system): 1.21f4

  • Can I split the output of my airport to more than one device?

    I have an apple airport connected to my stereo.  This allows me to listen to my itunes library over my household stereo.  I want to hook up a second stereo, with speakers in a different room.  Can I split the RCA outputs so that it goes to a second stereo?

    bayfish,
    edex67 is right that a second AirPort Express would do the trick. It would have the advantage that you could select from the Mac which stereo got the signal, and you could even drive separate signals to the two stereos should you (or your guests) have a second AirPlay source.
    If you want to try the splitter idea, it would likely be cheaper than another Express, but don't buy the cheapest cable, especially for the long run to the second room. If you have the inaudibility problem that edex67 mentioned, you can try turning up the volume on the stereo(s)..

  • How can i recover my data from an old hard drive after replacing it?

    How can I recover my data from an old hard drive after replacing it?

    Internal or external hard drive? Was the drive still working before you replaced it?

  • How can i recover my data from lost iPod?

    I have lost my iPod Touch somewhere or it has been stolen, I guess Find My iPod was not configured on my device. Is there any solution to get my all iTune & personal data from stolen/lost iPod?

    Someone may be able to get data off the iPod.
    If you want the data the best method is to restore another iPod touch, iPhone or iPad from the backup of your stolen iPod. The iOS version on the stolen iPod has to equal to or less than the version on the other devices.
    You can also get some data from the iPod backup that iTunes makes
    Maybe via How to perform iPad recovery for photos, videos
      Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official

  • How can I transfer outlook data from Ipod to new hard drive?

    My hard drive had to be replaced last week. Although my music was backed up by Norton 360, my Outlook contacts and calendar were not backed up. How can I transfer my data from my Ipod to my new hard drive? I am running Windowa XP, if that matters. Will a sync to Itunes destroy all my data on my Ipod?

    You would need to enter at least one unique contact and calendar entry on the new computer, then when you first sync you should get the option to merge the data.

Maybe you are looking for

  • Problem with a CKF in query

    Hi all, I have a calculated key figure which gets %GT of 'Amount'.Now the problem is when i execute the query it is getting displayed as 'X' instead of some value.When i filtered by some values of G/L account(in the output screen) the CKF is displaye

  • Regaring UWL  in Regard's SAP XI

    Hi, Does any one has an idea about UWL(Universal Work List) and How it is useful in SAP XI.. Where will be  implemented in  SAP XI..         Advance Thanks Regd's Raj

  • WildCard Query

    Hi All, i have one table of 8 million rows and some program from front end is written in wild card character like Select seg2 from mst_items where org_id = 2 and item_id like '12332%' this is simple example but i have most large query having same typ

  • Regarding ALV out put problem

    hi i have a internal table with the following structure TYPES: begin of  ty_final. types: b_bseg type bseg. types: k_kna1 type kna1. types: l_lfa1 type lfa1. types: s_ska1 type ska1. types: a_anlu type anlu. TYPES:   End of  ty_final. DATA: lt_final

  • Contraseña de Pin

    Hola, alguien sabe como hago para obtener la contraseña de seguridad de mi device para formatear el error 517 de un blackberry 9800? Desde ya, muchas gracias.