EvDRE - SortRange - AfterRange - Copy Excel formula

Hi all,
In BPC NW 7.5 SP04 I have performed the following actions:
I have sorted the EvDRE based on some column and added an AfterRange parameter.
In the AfterRange cells I have entered various Excel formulas as well as evsub.
The system would copy the Excel formulas to the line with the EV_AFTER and the copy was like standard Excel.
e.g. - In the AfterRange I would specify cell B2. in B2 I would write the formula A1B1.
When the EvDRE would run, assume that the after range had to be in cell E16, The value of E16 would be the result of the formula D15+E15.
This year we have upgraded to SP06. This functionality stopped working. I tackle 2 situations:
1. If the cell is defined in general format - the system simply copies the result of the formula. In the example above if A1+B1 is 0, I would simply get 0 all over (copy the value and not the formula).
2. If the cell is defined as TEXT in Excel, the original formula is copied (i.e. in the example above all cells would have the formula A1+B1).
evsub works as it should.
Any idea why did this happen? is there a note? does the system now works as it should and I simply enjoyed a bug in SP04?
Thanks,
Avihay

Hi Ethan,
I have Accounts in Rows and Time in columns. Range E24:E26 is in AfterRange filed on column expansion. 'E24:E26' range adds prior 2 time columns. I want to display this summation on a particular condition, say only if cell D11 = 1. So I wrote a formula in AfterRange field in Column expansion: =IF(D11=1,"E24:E26","") .
This formula in AfterRage field doesn't work. But if I manually type value 'E24:E26' in that field, it correctly adds up prious 2 time periods. I think the issue is with formatting.
Thanks, John

Similar Messages

  • How to use Excell formula's within EVDRE

    Hi,
    we want to built a rather large P&L with time in columns and account and cost center in the rows.
    We would like to insert some subtotals within the P&L strucure using simple excel formula's.
    So we create the P&L structure and leave some empty rows in between, which are filled up with excell formula's. The row key range is adapted, so it does not reference the excell formula's. If we hit refresh workbook, our P&L is ready and displaying the correct data.
    Problem now is if we select 'expand all'. My entire P&L structure is changed and displayes the last section of the row key range several times (as many as we have different row key ranges) ... I've put "noexpand" on all of the dimensions on row and column ...
    So normally does one use the functionality of excell formula's within a EVDRE report?
    D
    solved it

    Hi D
    One way is to switch of the expansions and insert the rows and then have the subtotals. to swith of expansion just edit the cell where you have written the evdre function and then remove the formulas pointing to expand range.
    EVSUB in after range would not work here as the whole range is related to one dimension and it works if we have two dimensions and need subtotals
    Regards
    Harish B K

  • Use of Excel Formulas in EVDRE reports

    Dear Freinds,
    I am trying to use excel formulas in EVDER (report).
                                                      2011.MAR
    Account(Base level member)  =SUM(RANGE)
    this at somepaces is working and in some places its  not working. Kindly share the knowldge how to use them in excel

    Hi Vishwanath,
    Whenever we expandan EVDRE report or Input schedule, the formula (if any) in the first cell is applied to the to the other cells as well. Thus in expansion we will loose any formula specified in the other cells.
    If you donot want this to happen, it is better to make the evdre static. This should help you use formulae as required.
    Hope this helps.
    Regards,
    Shoba

  • EVDRE Current View Change displays Excel Formula until Enter is hit

    We have EVDRE reports set up where the user can enter key elements prior to running the report. 
    Example:
    Double Click to Select Company =======>   EKCO
    In the cell where you see EKCO above, we have formula
    =EVCVW("FinConsol","CompCode") 
    FinConsol is the name of our application and CompCode is one of our dimensions. 
    This cell is formatted as General. 
    When I double click on the cell (i.e. the one that says EKCO right now) and change the value to something different (i.e. it is changing the curent view)...as soon as I choose the new value from the drop down and click 'OK', the cell changes to the excel formula (=EVCVW("FinConsol","CompCode")) until I hit enter. 
    Once enter is hit the cell is updated with the new value and the report can be run. 
    Other users don't have to do this extra step.  As soon as they click 'ok' from the drop down the value automaticaly changes.  We are using the SAME report and it is acting differently between users.  To clarifiy, I ALWAYS have to hit enter to get the change to take place and other users NEVER have to hit enter, regardless of what dimension they are changing in this manor. 
    Any advice would be greatly appreciated.  It's just annoying and an extra key stroke that seems not necessary.
    Thank you,
    Vicki

    Hi
    Romuald Colletaz
    We are thinking about applying SP07
    Please provide more insight on why did SAP release SP07 so early after SP06
    is there any particular issue that cannot be solved by SP06
    this is important for us since we are in the process of applying SP06
    your inputs are highly appreciated
    thanks

  • Excell Formulas to Javascript

    I just got a request to convert an Excel file to PDF, and make the form calculate.  The calculations are pretty complex (at least to me they are).  There are four different types of formulas needed.  I've copied the information below.  Can someone help me with writing the scripts for PDF that would accomplish what the Excel formulas do?  I don't even know if it's possible to do and where to start.
    Thanks
    Connie Bretes
    Break Date:
    =IF(A20>0,$A$3+D20," ")
    If there is a tag number entered for the corresponding row, the equation will take the date cast and add the number of days until it's break, and give the date of the break. If no tag number (or any form of ID)
    is entered into the tag number cell, a blank cell will be shown.
    Correction Factor (C.F.):
    =IF(N20>0,LOOKUP('Correction Factor'!A3,'Correction Factor'!$C$3:$C$104,'Correction Factor'!$D$3:$D$104)," ")
    If there is a number entered in the corresponding Total Load cell, the equation will look up the correction factor value from the list in the correction factor tab based on the length and diameter ratio calculated in column A in the Correction Factor Tab, and give the proper correction factor.  If no total load value is given, a blank cell will be shown.
    P.S.I.
    =IF(N20>0,ROUND(((N20/(3.1415926535*((L20/2)^2)))*M20),-1)," ")
    If there is a number entered in the corresponding Total Load cell, the equation will solve (total load) / (pi * (diameter / 2)^2) to get PSI, and then multiply by the corresponding Correction factor to give it the appropriate PSI value.  The round function then rounds it to the nearest 10 value.  If no total load value is given, a blank cell will be shown.
    Average:
    =IF(N20>0,ROUND(AVERAGE(O20:O21),-1)," ")
    If there is a number entered in the corresponding Total Load cell, the equation will average the values of the 2 breaks for the cylinders cast for that day and round to the nearest 10 value. If no load value is given, a blank cell will be shown.

    First there is no direct conversion from Excel formulas to Acrobat's JavaScript. You need to know that even the simplified field notation and the field selection for some calculations both use JavaScript behind the scenes to perform the calculation.
    There is no easy date calculation like in Excel in JavaScript, you need to write custom JavaScript to convert the date string to a date object and then convert the date object to a date unit value and perform your calculation and then convert the result back to the date object for conversion to a string value. The format of the date strings is very important for these conversions.
    You also need to be aware that JavaScript's use of the IEEE floating point standard for decimal numbers introduces an error when using JavaScript's Math.round method so you need to create rounding function. JavaScript's Math.round method only works for integers.
    You might want to start with the tutorials at the http://acrobatusers.com/tutorials
    or www.pdfscripting.com

  • Excel formulas are disappearing in Input Template when i was refreshing

    Hi Guys,
    Early we are worked on 7.5.07NW(Admin and Excel),in that General excel formulas are worked fine in Input Template as per my requirements but now we changed from SP07 to SP10(Admin and Excel),.Now we are entering any excel formulas in Input Template(Middle and First), The formula will disappearing when i was refreshing.
    Kindly help to me
    Thanks
    BrahmaReddy

    Hi,
    If you have formula in a cell which is part of the expansion range, then the formula will disappear when you expand / refresh. However, if you put the formula in the first cell of the data region, then the same formula will be copied to the other cells, depending on your expansion.
    The removal of formula will not happen if you have a static template.
    Hope this helps.

  • How to convert an Excel Formula to a Custom Calculation Script in a Adobe Acrobat 9 Form?

    Hello,
    I am not familiar whatsoever with Javascript and need some help in converting the following Excel Formula so that I can enter it into a Custom Calculation Script in a Adobe PDF Form. Here is the formula:
    =IF(E15<25.01,9.95,IF(E15<50.01,11.95,IF(E15<75.01,13.95,IF(E15<100.01,16.95,IF(E15<150.01 ,19.95,IF(E15<200.01,24.95,IF(E15>200.00,E15*0.125)))))))
    Where "E15" will be the text field named "Subtotal" on my Adobe PDF Form.
    Thank you for any help you can provide!

    Fortunately JavaScript has the 'switch' statement so nested if statements can be avoided.
    var E15 = this.getField("Subtotal").value;
    switch(true) {
    case (E15 < 25.01) :
    event.value = 9.95;
    break;
    case (E15 < 50.01) :
    event.value = 11.95;
    break;
    case (E15 < 75.01) :
    event.value = 13.95;13
    break;
    case (E15 < 100.01) :
    event.value = 16.95;
    break;
    case (E15 < 150.01) :
    event.value = 19.95;
    break;
    case (E15 < 200.01) :
    event.value = 24.95;
    break;
    case (E15 > 200) :
    event.value = E15 * 0.125;
    break;
    default:
    event.value = "";
    break;
    } // end switch;

  • Copy Excel Chart into Illustrator: Problem with dotted lines

    Copying an excel chart (2010 and/or 2013, Windows 7 Ultimate) to Illustrator CS6 works okay if line chart lines are solid... but if they are dotted, then in Excel 2010, the dotted line becomes jumbled, and in Excel 2013, the dotted line converts to a solid line... is the only solution to this to save the exel chart as a pdf, or is there another workaround?
    Essentially, I am creating a chart in excel and adding a few notations and graphic elements in illustrator for professional publishing...
    any help would be appreciated... thanks

    This is a follow-up (somehow, my original question was logged under OOBIMICHAEL):
    I finally broke down and bought a MacBook Pro, installed CS6 and Office 2011... and voilà... dotted lines copy from excel to illustrator just perfectly... this is a bit like copying data from Visio to Word, etc... these programs render graphics in very different ways... other than the Mac solution, I also tried the Libre Suite (open source)... which also worked perfectly to copy excel data with dotted lines to illustrator... so, until MS and Adobe actually collaborate together to provide value to its customers, the alternative seems (1) open source, (2) buy a Mac...

  • How can I copy a formula to 1,000 contiguous cells in a column?

    How can I copy a formula to 1,000 contiguous cells in a column?

    As long as the cell uses "relative" forumla, I usually take an intelligent brute force effect:
    Copy 1 to another, copy the 2 to 4, 4 to 8, 8 to 16, 16 to 32, 32 to 64, 64 10 128, 128 to 256 3 times over.
    Does not take as long as one would think, and is a controllable process.

  • SAP BPC 10.0 NW - Delete excel formulas

    Hello Experts,
    I have both "Keep formula on data" chekboxes selected (inside Edit Report and inside Sheet Options) and in my computer when I refresh the workbook the formulas are not deleted, but in other computers, also with the same version of EPM add-in the formulas are deleted.
    Any ideas?
    Thanks,
    Nadine

    Hello Guys,
    I've tried to put the last 2 options selected as you said Nilanjan but no results.
    Rohit, the report is static. I've created the report with Insert new member functionality and so the values of some cells are coming from input forms and others are just excel formulas. When I open the report in my computer everything works, when I try to open it in other computers the Excel formulas are deleted...
    Do you have any ideia of what is happening?
    Thanks in advance,
    Nadine

  • Numbers Equivalent of Excel Formula for Converting HH:MM:SS to DD:HH:MM:SS

    I am not sure if this has been asked before.
    What would be the Numbers formula for converting HH:MM:SS to DD:HH:MM:SS?  The Excel formula is entering 396:59:45 into a cell and then in another cell is the following =TEXT(A2,"dd:hh:mm:ss").  The A2 is the example cell.

    There is no formula to actually do the conversion. It is a matter setting the cell format. After that all you need to do is add a simple =<cell> formula to get the value in (i.e. - see my previous post), or a formula to add the two values (=A2+A5). Use Duration rather then Time for the cell formats.
    A duration in Numbers for iOS will not appear 10:16:25:03, it will display as 10d 16h 25m 03s. If it is the actual display punctuation you are trying to change, it may be possible using a combination of a Duration and TEXT functions but would be quite lengthy, convoluted, and more trouble than it is worth.

  • Retrieving BEx Query Results Area for use in Excel formulas

    Hello,
    I run BEx queries in workbooks and then use Excel formulas ( mostly VLOOKUP(LookupValue, ResultsArea, ColumnReturned,) ) to retrieve certain information from the query ResultsArea.
    ****Problem:
    Depending on the query parameters, the query "Results Area" is larger or smaller.
    ****Non-optimal solution:
    One way to define the  ever changing Excel range occupied by the Results Area is to create an Excel name as:
    QueryRange = OFFSET(QueryFirstCell,,,COUNTA(OFFSET(Sheet1!$A:$A,,COLUMN(QueryFirstCell)-1,,)),COUNTA(OFFSET(Sheet1!$1:$1,ROW(QueryFirstCell)-1,,,)))
    Then, the only input required is the top-left cell of the Results Area, which stays the same (unless the query definition changes).
    ****Question
    What is the best way to refer to an ever-changing query Results Area in an Excel formula?
    Thank you!
    Louis

    It is actually much easier than that.
    Use a VBA statement like the following:
    Set RptRng = ActiveCell.CurrentRegion
    This will retrieve the data in the Results Area, no matter what the size is.
    Hope this helps...
    Bob

  • How do you display excel formulas?

    How do you display EXCEL formulas in Numbers once imported?

    select the cell and look at the bottom of the window or doubel click the cell:
    after double clicking cell:

  • TS1702 Using Numbers app, can't copy excel spreadsheet into Numbers via an attached email document on gmail.  Apple instructions state that an "open in" tab should be available. Can't locate this command. Only "open in Safari" appears.  Using app on iPad.

    USing Numbers app but can't copy excel spreadsheet attached to a gmail email into Numbers. Apple instruction state that you click on opened document and choose option to open in Numbers. Don't have this option, only an option to open in Safari. I need very complete instructions, I'm pretty new to IPad apps. Thanks!

    THanks, but no go.
    when I open spreadsheet attachment, only option is in lower right hand corner-- a box with arrow. When I touch this icon it gives me a choice to open in Safari or Cancel. No white dots.
    PLs be really basic with your response to me. I thought I am pretty computer literate but this has be baffled.
    THanks. I'm sure there is something "simple" that I'm missing.

  • Convert mathematical formulat to excel formula

    I have a formula that was generated by excel when using a trendline on a graph. I need to convert this formula into an excel formula I can use again.
    the formula is below. Assume that the value for X will be in Cell A1. Any help converting this to an excel formula would be awesome. FYI = for a X value of 20,000, the formula should output something close enough to 20,000 ( +- 5 or 10k).
    y = 1.8932x6
    - 116.85x5 + 2669.5x4
    - 27947x3 + 140531x2
    - 298100x + 199955

    Test the result according to the formular that you provide initially and get the result 16993.54 (B2=1) which it is should be.
    =1.8932*B2^6 -116.85*B2^5 +2669.5*B2^4-27947*B2^3+140531*B2^2-298100*B2+199955
    (The fomular you provide last time is different from your initial request.)
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

Maybe you are looking for

  • Copy command in SQL

    What is the Copy Command in SQL ?

  • PowerMac G5 OS 10.4.11 Won't boot

    Hi, This morning one of our MacPro G5 wouldn't boot. Power LED stays solid on, but no chime, no video, no nothing. It won't even recognize the keyboards (tried different ones just in case), so I can't even try to boot from the install media nor clear

  • 10.5 will not install on my pc

    My PC will not install iTunes 10.5. Says there is a windows installer missing. Any suggestions?

  • User_id update

    Hi Is there any way to update useri_id column in dba_users or create user with manual user_id. Regards

  • WAE Disk Status "Not Up To Date"

    After an Upgrade Image to 4.1.3b.9, i got this command output: NO-HOSTNAME#show disks details Physical disk information: disk00: Present WD-WCANY3489733 (h02 c00 i00 l00 - Int DAS-SATA) 238472MB(232.9GB) disk01: Present WD-WCANY3489714 (h02 c00 i01 l