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

Similar Messages

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

  • How change this excel formula IF(ISNUMBER(P4);IF(P4 R4;3;IF(P4=R4;1;0));0) in a numbers formula

    I use this formula -
    IF(ISNUMBER(P4);IF(P4>R4;3;IF(P4=R4;1;0));0)
    in mac excel 2008, but it isn't works in numbers, may you help me plz?

    Barry wrote:
    ivanfromrio de janeiro wrote:
    I Tried (Jiri's formula), but numbers returns "syntax error".
    Works fine here. I suspect you need to use semi colons for the argument separators:
    =IF(LEN(B2)>0;"NOTEMPTY";"#0")
    Regards,
    Barry
    PS: Same change will be needed in my formulas above. Commas are used to separate arguments where the period ( . ) is the decimal separator, semi colons ( ; ) where the comma ( , ) is the decimal separator.
    B
    You are right, Barry!
    Sorry, I work in Excel over 10 hours a day. Any syntax-related comma in Excel will be a semicolon in Numbers. Power of a habit. :-)

  • IOS pdf viewer cannot display text that was entered in acrobat forms???

    hi.
    i have a blank PDF form. i enter text into this form on my mac, i use the latest adobe acrobat or adobe reader to do this. i email this filled out form to a person. the person uses an iphone or ipad to view his mail. he is a novice user, no extra apps installed. the user opens the attached pdf (default ios pdf reader) and the form is displayed.
    but – not a single word i entered into the form is displayed.
    it seems that forms that are filled out with acrobat/reader can't be correctly displayed on an iphone/ipad? They show up blank!
    I tested this with a few documents, same result.
    any help?
    Cheers!

    The basic readers might not process field forms, just the basic context of the PDF.
    It is best to add an app that can process Acrobat PDF forms, not just read them. I would look at PDF Expert since it appears to be the most compatible and runs custom JavaScripts in forms. Another option would be the Adobe Mobile PDF Reader.
    Did you create the PDF form?
    PDF forms can be created by Acrobat, AcroForms, or using LiveCycle, XML forms. The majority of iOS or android mobile devices cannot process XML forms.
    Trying to read PDFs on mobile devices requires testing of the PDF to fix display issues and if you are using forms the JavaScript within forms needs to be tested for compatibility with various app readers to see if the form fields and code even work.

  • How to get the current view name is displaying?

    Hi Experts,
    I have a requirement that I have to know the current view is displaying. At the header of the page, there is a component (BTCHIST) which is fix and common for the all others. It has a button called Finish. When the user clicks on it, it has a different behavior depending on the current view.
    Does anyone know any method in order to get this information? I searched up in CRM_UI_FRAME, however I didnu2019t find anything.
    Regards,
    André

    Hi,
    You need to redefine the method IF_BSP_WD_HISTORY_STATE_DESCR~GET_STATE_DESCRIPTION of the controller class to change the view description. Unfortunately, the effort is huge and we cannot do it dynamically and needs to be done for each view in question.
    Regards
    Prasenjit

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

  • Current View Filter

    Hi Experst;
    I have two questions about CV filtering.
    I am trying to select dimension member on buttons. Using with "MNU_ETOOLS_MEMBERSELECTOR_A" but i want to filter dimension member. I have a lot of member in dimension so i need to filtering.
    1-Is there any way to make a filter for "MNU_ETOOLS_MEMBERSELECTOR_A" function ?
    2-Can I use "EVCVW" function in macro ?
    Thank you for help.

    It is possible to get the username in the report. This is possible using the EVUSR() function.
    Also, it is possible to put a property based filter in the EVCVW() function, using the following syntax: EVCVW(APPNAME;DIMENSIONNAME;"PROPERTYNAME=PROPERTYVALUE").
    Using standard excel functionality, you could link this to the result of the EVUSR function and create a filter based on user name.
    Example:
    Dimension you want to filter on is Account in the Finance app. Property name is USER. The EVUSR function is in cell A1 and returns the value User1.
    Because the filter is a text string, first we need to create an excel link where you combine property name and username in the correct syntax for use in the EVCVW function. We are going to do this in cell A2. This function would come in Cell A2:
    ="USER="&A1
    This will result in the following text to appear in cel A2: USER=User1
    EVCVW syntax would be like this:
    =EVCVW("FINANCE";"ACCOUNT";A2).
    Now, if the users doubleclicks the EVCVW function, the memberselection box will open with the defined filter.
    However, if the user uses the CV box in the action pane, the filter will not be automatically applied, so you will need to explain to the users that they should use the cell you have created to apply current view changes.
    Something else you could do is use security settings in the member access profiles, but this could lead to difficulties as not al dimensions will be secured, and maybe you want to use other dimension members in other reports/input schedules.
    Regards,
    Tim Vierhout
    Edited by: Tim Vierhout on Oct 5, 2009 2:32 PM

  • BPC Excel VBA Code to change Current View ios broken, please help

    Hi,
    I inherited a macro set to cycle through a list of paramenters, change current view accordingly and print the reports. It was working fine in the prior version of BPC, but stopped when we transferred to BPC 7. The code stops when it's trying to make the Current View visible (in the prior version it was an option, in BPC 7 it's always visible). I also think it does not recognize the "OutlookSoft CPM CurrentView" name. I am not a VBA expert. Woudl appreciate any ideas. The place where the code stops is in bold below.
    Thank you!
    Sub cmdRun_Click()
    Dim strColHead As String, strRowHead As String, strDataRange As String
    Dim I As Integer, j As Integer, k As Integer
    Dim blnOldStatusBar As Boolean, blnOSBarStartVis As Integer, intOSBarStartPosit As Integer
    Dim strPL As String, strTabName As String
    Dim intTotalPrintingPages As Integer, intPageCountStart As Integer
    Dim dteStartTime As Date, dteEndTime As Date, intRunTimeSeconds As Integer, intRunTimeMinutes As Integer
    'Record the start time
    dteStartTime = Time
    'Get the current status bar setting.  Then, make sure the bar is visible
    blnOldStatusBar = Application.DisplayStatusBar
    Application.DisplayStatusBar = True
    If Test_Ranges = False Then
        Exit Sub
    End If
    strColHead = refColHeader.Value
    strRowHead = refRowHeader.Value
    strDataRange = refDataRange.Value
    'Find and store the starting position for the OutlookSoft Currentview toolbar
    'Then, make the entire OutlookSoft CurrentView toolbar visible
    Application.StatusBar = "Storing CurrentView toolbar data"
    blnOSBarStartVis = Application.CommandBars("OutlookSoft CPM CurrentView").Visible
    Application.CommandBars("OutlookSoft CPM CurrentView").Visible = True
    intOSBarStartPosit = Application.CommandBars("OutlookSoft CPM CurrentView").Position
    Application.CommandBars("OutlookSoft CPM CurrentView").Position = 4
    'Hide the form
    frmParameters.Hide
    'Cycle through the combinations of P&Ls and tab names
    For I = 1 To Range(strRowHead).Rows.Count
        'Change the currentview P&L
        Application.StatusBar = "Changing the CurrentView..."
        strPL = Range(strRowHead).Rows(I).Columns(1).Value
        ChangeCurrentView "P_L", strPL
        'Refresh and Expand
        'Application.Calculation = xlCalculationManual                      'temporarily turn off Excel's automatic calculation
        Application.Run "MNU_eTOOLS_EXPAND"
        'Application.Calculation = xlCalculationAutomatic                   'turn the automatic calculation back on
        Application.Run "MNU_eTOOLS_REFRESH"
        Application.CalculateFullRebuild
        'Get the total number of pages to be printed for the selected P&L
        Application.StatusBar = "Counting pages to be printed for this P&L..."
        intTotalPrintingPages = 0
        For j = 1 To Range(strColHead).Columns.Count
            If Range(strDataRange).Rows(I).Columns(j).Value = "x" Then
                strTabName = Range(strColHead).Rows(1).Columns(j).Value
                For Each pb In Sheets(strTabName).HPageBreaks
                    If pb.Extent = xlPageBreakPartial Then
                        intTotalPrintingPages = intTotalPrintingPages + 1  'add one sheet to the count for each page break
                    End If
                Next
                intTotalPrintingPages = intTotalPrintingPages + 1          'each sheet will print 1 more page than there are page breaks
            End If
        Next j
        Application.StatusBar = intTotalPrintingPages & " total pages for " & strRowHead
        'Cycle through each of the tabs (only if it is marked with an 'x')
        intPageStartCount = 0
        For j = 1 To Range(strColHead).Columns.Count
            If Range(strDataRange).Rows(I).Columns(j).Value = "x" Then
                strTabName = Range(strColHead).Rows(1).Columns(j).Value
                'Set the footer
                Application.StatusBar = "Building the page footer for " & strTabName & "..."
                Sheets(strTabName).PageSetup.CenterFooter = " Page &P+" & intPageStartCount & " of " & intTotalPrintingPages
                'Print the current sheet
                Application.StatusBar = "Printing " & strTabName & " for " & strRowHead & "..."
                Sheets(strTabName).PrintOut Copies:=1, Collate:=True
                'Bump up the start value for page numbering
                For Each pb In Sheets(strTabName).HPageBreaks
                    If pb.Extent = xlPageBreakPartial Then
                        intPageStartCount = intPageStartCount + 1          'add one sheet to the count for each page break
                    End If
                Next
                intPageStartCount = intPageStartCount + 1                  'each sheet will print 1 more page than there are page breaks
            End If
        Next j
    Next I
    'Put the OutlookSoft CurrentView toolbar back to where the user had it.
    Application.StatusBar = "Resetting the CurrentView toolbar"
    Application.CommandBars("OutlookSoft CPM CurrentView").Position = intOSBarStartPosit
    Application.CommandBars("OutlookSoft CPM CurrentView").Visible = blnOSBarStartVis
    'Alert the user that the process is complete
    Application.StatusBar = "Processing complete...notifing user"
    dteEndTime = Time
    intRunTimeSeconds = DateDiff("s", dteStartTime, dteEndTime)
    intRunTimeMinutes = intRunTimeSeconds \ 60
    If intRunTimeMinutes > 0 Then
        intRunTimeSeconds = intRunTimeSeconds Mod (intRunTimeMinutes * 60)
    End If
    For k = 1 To 3
        Beep
    Next k
    Application.DisplayStatusBar = blnOldStatusBar
    MsgBox "The report generation process is complete." & Chr(10) & _
        "Total retreival and printing time:" & Chr(10) & _
        "    Minutes: " & intRunTimeMinutes & Chr(10) & _
        "    Seconds: " & intRunTimeSeconds, vbOKOnly + vbInformation, "Process Complete"
    End Sub

    Sub cmdRun_Click()
    Dim strColHead As String, strRowHead As String, strDataRange As String
    Dim I As Integer, j As Integer, k As Integer
    Dim blnOldStatusBar As Boolean, blnOSBarStartVis As Integer, intOSBarStartPosit As Integer
    Dim strPL As String, strTabName As String
    Dim intTotalPrintingPages As Integer, intPageCountStart As Integer
    Dim dteStartTime As Date, dteEndTime As Date, intRunTimeSeconds As Integer, intRunTimeMinutes As Integer 'Record the start time
    For I = 1 To Range(strRowHead).Rows.Count 'Change the currentview P&L
        Application.StatusBar = "Changing the CurrentView..."
        strPL = Range(strRowHead).Rows(I).Columns(1).Value
        ChangeCurrentView "P_L", strPL 'Refresh and Expand
        'Application.Calculation = xlCalculationManual 'temporarily turn off Excel's automatic calculation
        Application.Run "MNU_eTOOLS_EXPAND"
        'Application.Calculation = xlCalculationAutomatic 'turn the automatic calculation back on
        Application.Run "MNU_eTOOLS_REFRESH"
        Application.CalculateFullRebuild 'Get the total number of pages to be printed for the selected P&L
        Application.StatusBar = "Counting pages to be printed for this P&L..."
        intTotalPrintingPages = 0
        For j = 1 To Range(strColHead).Columns.Count
            If Range(strDataRange).Rows(I).Columns(j).Value = "x" Then strTabName = Range(strColHead).Rows(1).Columns(j).Value
                For Each pb In Sheets(strTabName).HPageBreaks
                    If pb.Extent = xlPageBreakPartial Then intTotalPrintingPages = intTotalPrintingPages + 1 'add one sheet to the count for each page break
                    End If
                Next
            intTotalPrintingPages = intTotalPrintingPages + 1 'each sheet will print 1 more page than there are page breaks
            End If
        Next j
        Application.StatusBar = intTotalPrintingPages & " total pages for " & strRowHead 'Cycle through each of the tabs (only if it is marked with an 'x')
        intPageStartCount = 0
    -> Displays the line as programming code is not workin!
    Edited by: Sam Patel on Aug 27, 2009 12:45 PM
    Edited by: Sam Patel on Aug 27, 2009 12:45 PM
    Edited by: Sam Patel on Aug 27, 2009 12:46 PM
    Edited by: Sam Patel on Aug 27, 2009 12:47 PM
    Edited by: Sam Patel on Aug 27, 2009 12:47 PM
    Edited by: Sam Patel on Aug 27, 2009 12:49 PM
    Edited by: Sam Patel on Aug 27, 2009 12:49 PM
    Edited by: Sam Patel on Aug 27, 2009 12:50 PM

  • Changes in the Dimensions not reflected in the Current View and Excel Sheet

    Hi Experts,
    We're using BPC MS Platform Version 7.0.112 and we're having problems. When we make changes in the dimension members like adding members or making changes in the hierarchy or groupings, it takes time for the changes to reflect in current view or in the excel sheet. After full processing of the dimension we can see the changes we've made when we reopen the dimension member but when we try to use the member we've added in the template, it's not yet in the current view. I've already tried, full processing of all the dimensions, processing application and reassigning aql index, refresh dimension members and yet the changes we've made doesnt appear in the current view. And what's odd is that sometimes the changes we've made would appear after a day or two or nothing at all.
    What could be possibly causing this issue?
    Thanks,
    Marvin

    Hi Dzmitry,
    Thanks for your response, I'm just wondering whats causing this? We never had this issue on older versions of BPC though, so it would really help if we would know the cause of this. Basicaly when do changes in a dimension, after processing (Full Process, System Offline and Process through member sheet), we just had to set the AppSet status to available and refresh the dimension members in Excel and all the changes would already be visible.
    Thanks,
    Marvin

  • 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

  • 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

  • Changing the Event View Field Display Order on a Calendar

    We'd like to change the display of a calendar event to show the Title on top and the time below. This is how it currently looks below. Is there a way to change it?
    Orange County District Attorney

    Hi,
    According to your post, my understanding is that you wanted to change the Event View Field display order on a Calendar.
    You need to insert the code below into a Content Editor Web Part.
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script type="text/javascript">
    function changeCalendarOrder() {
    $(".ms-acal-sdiv").each(function () {
    var arr = $(this).find('div').toArray();
    var temp;
    temp = arr[0];
    arr[0] = arr[2];
    arr[2] = temp;
    $(this).html(arr);
    //alert($(this).html());
    _spBodyOnLoadFunctionNames.push('calendarEventLinkIntercept');
    // hook into the existing SharePoint calendar load function
    function calendarEventLinkIntercept() {
    var OldCalendarNotify4a = SP.UI.ApplicationPages.CalendarNotify.$4b;
    SP.UI.ApplicationPages.CalendarNotify.$4b = function () {
    OldCalendarNotify4a();
    changeCalendarOrder();
    </script>
    The result is as below:
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Excel VBA & Current View

    Hi
    Is there a commend in Excel VBA for changing the BPC Current View selections ?
    Thanks in advance for your help.
    KInd Regards
    Gav

    Thanks for your reply, is there any way to actually change the current view itself from within VBA.
    I have a sheet with many EvDREs in it, and would like my macro to cycle through selections in the current view and expand-all after each ( it then emails out the reports after each refresh ), so ideally I need to be able to change the Current View using the macro, rather than the EvCVW cells in the workbook itself.
    Thanks for your help.

  • 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 Formulas - Smart View

    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

    When the Change Alias Table is set to Default, Smartview shows the descritptions of the dimension values: Account, Sub-account, Period, etc..... The problem is that on this setting anytime we refresh the formulas will be lost. Because nobody can read a report without descriptions, need to find a way to work around this problem. Will changing the setting to what you stated solve this dilema? If not any known solutions?
    - Thanks

Maybe you are looking for