Tranport - EPM Inputs/Reports (Excel Formulas)

Hi Everyone,
Can you please some one help me to understand the BPC Transports from Dev to Quality box, the basic doubt I have got is that allowed to move excel formulas along with inputs/reports. (As I heard somewhere it is not possible to transport the local excel formulas along with inputs/reports structure)
Regards,
Satiish

Hi Satish,
The reports and input templates are transported as any other BPC object. You need to go to RSA1 - > transport connection -> more objects. Select your environment. From here, you can select the desired reports and the input templates.
And all report/template formula are transported along with reports/templates.
Please follow the link:-
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10947137-aadd-2f10-7b93-82ffed27728d?QuickLink=index&overridelayout=true&56972741190586
Wish this helps..
Regards,
Bishwajit

Similar Messages

  • Inputting an excel formula into Dreamweaver CS3

    Hello,
    I am creating a website using Dreamweaver CS3 where people
    will email me their documents and I will check them for errors. I
    will be charging per word. I have a word count feature added to my
    page where people paste their document and it will calculate the
    number of words. I need help adding an excel-like formula which
    will multiply the number of words times however much I will be
    charging per word.
    For instance, a person has 1000 words. I need a way for it to
    automatically calculate 1000*.03 which will input $30 in the box
    for their cost.
    Does anyone know how I can incorporate Excel into
    Dreamweaver, or know of a better way to do this?

    SeanWoods wrote:
    > Bregent,
    >
    > I did not write the Javascript for the wordcount. I
    found it online. I am
    > trying to do what you said where I should modify it to
    multiply the word count
    > by the price. I tried inputting the excel-like formula
    into the script (*.02)
    > and haven't been able to get it to work properly.
    >
    > If you could please tell me what I'm doing wrong I would
    appreciate it.
    >
    > Here is the code for the word count:
    >
    > <form method="POST" name="wordcount">
    > <script language="JavaScript">
    >
    > function countit(){
    >
    > var formcontent=document.wordcount.wordcount2.value
    > formcontent=formcontent.split(" ")
    > document.wordcount.wordcount3.value=formcontent.length
    > }
    > </script>
    <script type="text/javascript">
    function countit(textarea){
    document.wordcount.wordcount3.value=
    (textarea.value.length*.03).toFixed(2)
    </script>
    <textarea rows="12" name="wordcount2" cols="60"
    wrap="virtual" onkeyup="countit(this)"></textarea>
    Mick
    > <table border="0" cellspacing="0" cellpadding="0">
    > <tr>
    > <td width="100%"><textarea rows="12"
    name="wordcount2" cols="60"
    > wrap="virtual"></textarea></td>
    > </tr>
    > <tr>
    > <td width="100%"><div
    align="right"><p><input type="button"
    > value="Calculate Words"
    > onClick="countit()"> <input type="text"
    name="wordcount3" size="20"></p>
    > <div
    align="center"><center><p><font face="arial"
    size="-2">This free
    > script provided by</font>
    > <font face="arial, helvetica" size="-2"><a
    > href="
    http://javascriptkit.com">JavaScript
    > Kit</a></font></p>
    > </center></div></div></td>
    > </tr>
    > </table>
    > </form>
    >

  • Applescript: Need help to write a script that inputs an excel formula into multiple workbooks.

    Don't know if I can do this with automator or if I need to write a scipt I have a folder which contains probably 20 excel workbooks and each workbook needs the formula "=CONCATENATE(E17, " ",TEXT(N11, "mm-dd-yy"))" into cell T18 in every sheet of each workbook. Any ideas?

    well, the operative line is this:
                                  set formula of cell "T18" to "=CONCATENATE(E17, \" \",TEXT(N11, \"mm-dd-yy\"))"
    you just need to loop through the workbooks and worksheets and apply it to each.  I think you can figure that out.

  • 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

  • Excel report with formulas intact?

    I was told that it is possible to produce an excel report that contains the actual formulas (intact) from the report template, rather than all "hard coded" numbers. Is this possible, if so, where can I go to learn how? If not, is this something that might be coming in the future?

    You can generate static Excel output if you are using an RTF template. You can use the BI Publisher Analyzer for Excel (available in BI Publisher 10.1.3.2 and higher) to link to a report and create an Excel workbook that can contain native Excel formulas, charts etc.

  • 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.

  • Show Parenth description on Excel input report

    Hi experts, i build a drag and drop input report to show 2 dimension (Entity and Account) x 1 dimension (time). Well i need to show before to the columns of identity (i show description of the basmembers) parenth assigned to each member of entity. its something like this:
                                                                                    TIME
    COLUMN 1                 COLUMN 2              COLUMN 3
    Parenth of Entity           ENTITY                 ACCOUNT
    I try to used the EVPRO (APPSET, MEMBER ENTITY, "PARENTH1") but show "NODATA" when exists data in the column PARENTH1 for this member.
    What fuction i have to used for show that?
    regards

    Hi,
    In your EVPRO function, the first parameter should be the application. It will show you the parent ID. If you want description of the parent, then you can type
    EVDES(EVPRO (APPLICATION, MEMBER ENTITY, "PARENTH1"))
    Hope this helps.

  • 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

  • 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

  • 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

  • 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 to apply Excel formula in BPS layout

    Hi ,
       I need to apply the following logic in my BPS layout.
    There are three data columns called C,D,E respectivelt
    redord 1   user input data for all the columns,
    Record 2   C2 = D1 + E2.
    Record 3   C3 = D2 + E3.
    Record n   Cn = D(n-1) + En.
      n is the number of record in teh layout.
    1: Can we use Excel formula to achive this?
    2: If the anser is yes, how can we configure the BPS layout? I am not sure if we can do it at the last step of change layout.
    3: If the answer is no, what is the other choice? I have tried to use user exit, but had some problem in passing the data to xth_data table in the orginal order sequence.
    thanks in advance.

    JW,
    please see my answer to your original post "data in BPS layout columns"
    Regards,
    Marc
    SAP NetWeaver RIG

  • Smart View - Excel Formulas

    Hello -
    New to the system, but wanted to know if there's a way to keep Excel formulas after refreshing in SmartView. Appears as though we lose the formulas after clicking the refresh icon.
    Thanks in advance

    We have this issue as well. It has contributed to our startup with Smartview being very poor and given our implementation a bad name. In our experience, Smartview does not deal well with Formulas. We worked around this by using one tab to feed another with the correct formulas. In our experience, Smartview is OK on raw numbers but do not hope or epect it to output fully formatted excel reports.
    In particular, Smartview, at least in our simple implementation, is very poor at mixing Excel formulas into a table.

  • Export Excel formula

    Hi,
    We have a requirement as below. In SQL server Reporting service we need to export excel formula for summing column values. scenario : After generating report we are exporting report to excel file using report viewer.when user will modify a column value we need to calculate(update) automatically sum of the column values.Basically we are setting excel formula. Please provide your suggestion if this scenario is already implemented in any project or any idea to implement this.
    Any help would be appreciated.
    Thanks,
    Nagasayana

    Posted - 08/13/2009 :  14:49:06            
    Hi,
    I am able to successfully get formulas dropped into fields on an excel format from Reporting Services. The problem is that whenever, I try using the plus '+' sign in the formula, excel interprets it as a '&' which concatenates the numbers. Is there any way to force it to interpret the '+' as addition and not as concatenation.
    thanks
     Topic 

  • I need help converting an excel formula to javascript for a fillable form.

    Here is the scenario,
    If a person travels for 1 or 2 days we pay out a mealsrate of 75% per day. If 3 or more days we pay # days less 2 days * 25%. I hope that makes sense.
    V7 = Days, F14 = Mealsrate
    Formula in Excel
    =IF($V$7 = 1,$F$14*0.75,($V$7*$F$14)-(($F$14*0.25)*2))  and it works.
    I am VERY NEW to javascript (like yesterday) so don't laugh. I really have no idea what I am doing, but I was trying. Here is what i got. (by the way, It doesn't work)
    if(this.getField( ("Days").value=="1")){
    var f =this.getField("Mealsrate");
    event.value= f.value * .75;
    }else event.value = (Days * f.value)- (f.value *.25)*2;
    I appreciate all the help i can get.
    Tracie
    I'll be back on Monday, I hope I can find my post.

    OK, that Excel formula can be reduced a bit. The following custom Calculate scipt will do what the formula does:
    // Custom Calculate script
    (function () {
        // Get the inputs
        var days = getField("Days").value;
        var rate = getField("Mealsrate").value;
        // Set this field value
        if (days == 1) {
            event.value = 0.75 * rate;
        } else {
            event.value = (days - 0.5) * rate;
    It would make sense to add additional code to deal with negative numbers in either of the input fields.
    Edit: corrected a typo

Maybe you are looking for

  • Optical drive no longer available before installing iTunes

    Before installing iTunes and reeboting the computer, the optical drive dissapears from the system. It´s neccesary to reinstall the operating system to have access to it. I believe that Roxio´s Easy CD Creator and iTunes may have any kind of conflict.

  • 2 - PO process for intracompany drop ship to 3PL.

    Our company has a business process where a purchase order is released to a vendor for a long lead time item.  The vendor is to deliver the product to a 3PL that is set up as a plant in our system.  There are several requirements having heavy influenc

  • How do I sort ALL my bookmarks into alphabetical order with ONE CLICK? (continued)

    You can sort all your bookmarks alphabetically in one shot with the Auto-Sort Bookmarks add-on. https://addons.mozilla.org/en-US/firefox/addon/auto-sort-bookmarks/?src=api Note: Since the other thread with this name was closed, I'm posting this in a

  • Stolen iPhone, Apple care on the new one?

    Hello. I'm sure it's not posted in the good community, but I have no idea where else to post it. I recently got my iPhone stolen with an Apple Care warranty. I know my phone is lost into the woods, but now, I just want to know if there's a possibilit

  • Preparing to use resource manager

    Hi, we would like to use resource manager to help manage resources on the database server. We currently do not have grid control running in this environment which is 10g rac on unix. I was looking for suggestions on the best method to understand curr