Currency Display in BEx Report

Hi,
When I am executing a BEx Query with Regional Language options on the OS as English ( United Kingdom ), I am seeing the values in Number format ex : 98766EUR but when I change the Regional Language Options on the OS as German ( Deutshland ) I am seeing the values in text format ex : 98765.60.
Anything to be changed in Excel to solve the problem???
Thanks,
Vamsi

Hi Sukthi,
But when I refresh the workbook or execute the query, it should come by default automatically. With the option mentioned below you are changing the cells manually which doesnt solved the problem.
Thanks,
Vamsi

Similar Messages

  • Subject: Displaying key figures without currency unit in BEX reports

    Hello,
    Is it possible to display key figures without currency unit in BEx reports? For example; Material Costs 1000 EUR
    should be shown as 1000. Currency unit EUR and also scaling factor (*1000 EUR) does not interest us.
    When we use display options in query properties, we just see an option of displaying key figures with/without scaling factors, which does not solve our problem.
    Thanks for your reply.
    Regards,
    Nuran Adal

    Hi Eugene,
    thank you very much for your quick reply. We have very detailed reports with min. 10 columns, I should have defined 10 more formula columns to realize this (NODIM), but anyway there is no other way to do this, am I right?
    Best Regards,
    Nuran

  • Is it possible to Display BW Bex report iviews in Tabbed Interface?

    Hi,
      Is their a way to display BW BEx Report Iviews in Tabbed Interface?
      My requirement is to show four BEx Reports using 4 tabs on a page. Can we achieve this functionality in portal? If yes can some one guide me how to proceed?
    Regards
    Sai Krishna Reddy

    why not have a webtemplate with tabbed interace and use that webtemplate to create BWP iview?
    check out the following how to document on this subjec.
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5074a890-0201-0010-a489-dd05902a28c8">How to Create Buttons and TabStrips in BI Web Applications</a>
    Regards
    Raja

  • KF value is not Displayed in BEx Report ..where as cube, mpro end ok..!!

    Hello Experts,
    I ran a bex report. In that report KF some NetsSalesValue has not displayed in the BI Report for all the Sales Organiations where as other KFs has displayed the value for all the Sales Organizations.
    For that i checked my end. BI report is pulling data from Cube --> Multiprovider --> Bex Report.
    I myself checked KF value into Cube level, multiprovider KF level value is avaialable.
    And also i checked, in the query properties is there any filters, RKF, CKF, but...i found the KF is a basic KF.
    And also..i checked the whether the rollup has happened..properly or not and ran the query but no use.
    For your info upto 3 days..back KF value has presented in the report. After that only this issue has encounterred.
    I am in confusion where the exact issue will be.
    If any body faced this kind of scenario is your project, kindly reply me.
    For any more clarifications i will respond you immediately.
    Thanks,
    SN

    Hi,
    check aggregates,index etc for cube
    check key figure selection as well in Multiprovider for respective Infoprovider
    just create test query on Infoprovider and then on Multiprovider and see..
    Check RSRT - regenerate the query
    also see there are various options like execute+debug has ....just check them
    Thanks and regards
    Kiran

  • Data for a node in Hierarchy not displayed in BEx report.

    I have a time dependent hierarchy on 0ORGUNIT. There is a report which displays employee wise, ORGUNIT wise data. This report is based on a Infocube which also has 0ORGUNIT updated in it as a charecteristic.
    When i view the contents of the cube for a particular orgunit (5000397), employee (5980) for a particular time range (01.01.2011 - 16.01.2011), it gives me some data. However when i execute a report in BEx (7.0) with the same restrictions; it shows 'No applicable data found'.
    In the query designer I have corectly assigned the hierarchy properties to 0ORGUNIT with the hierarchy name, version and date (last date of the user entered time range). Also the hierarchy has been uploaded with the latest data i.e. for orgunit 50000397 there is an entry for the period: 01.09.2009 - 31.12.9999.
    Can you please suggest.

    Can you check and make sure..that there are no other Global filters in the Query Design..
    Regards,
    Vikram

  • Re : Issue with the column display in Bex reports

    Hello Gurus,
    I have an issue with the reports in Bex, this is a bit confusing scenario I would try to explain in more details. A query was already built for monthly Report in Sales and Billing for which the variable were  Calender month/year range 1 (mandatory), range 2 range 3 range 4. These 4 variable were created and moved to column rows in query.
    Later the user wanted the copy of same report but he wanted the variables to be Calender date range 1 (mandatory), range 2, range 3 , range 4. I have created them with 0calenderday as reference and moved to the columns.
    for the monthly report text variables were already existing for the Calender month/ year, but for the daily report text variable were not existing for Dates. I have created a text variable for the date in the following way processing by
    " replacement path" and reference characteristic as 0calday and in the replacement path tab.. in replace variable the selection is info object, the next option Replace with " External charactersitic value key " .
    By creating this text variable the dates were being displayed in the colum header like 11/01/2013 - 11/30/2013 which satisfies the requirement.
    But the user wanted to see the report same like monthly report when the mandatory variable Calender year/ month is selected, the rest of the columns range 2, range 3, range 4 are displayed as unassigned in the report. but coming back to the daily report when the user is giving the Calender date rage 1, he is finding that Calender date range 2, range 3, range 4  are also being displayed with values. He want to see the Calender date range 2,3,4 as unassigned in the report just like monthly. Please find the images attached.
    As Calender month/ year is predefined, if the calender range values are not given it would show up as not assigned default. I have created a separate text variable for Calender day, I believe that could be the reason rest of the columns are not showing up as unassigned. The user want to see them as unassigned like monthly report columns.
    I tried different ways changing the text variables but I could not change the display of the columns in Calender date report by the option - replace with ----> External characteristic value key, key, label. when I chose the option external characteristic value then the date was showing up in the text of the column when report is run ( Please find the image for the reference in the attachment ). . I request you to help me out in this. Please find the images of the variables and output below.

    Anshu,
    Thank you very much for above code I  made minor changes to the code that finally worked. I created 4 different text variables needed for Calender date range 1, 2 ,3 ,4. Please find the code below for the text variable that worked in the system
    WHEN 'ZTEXT_CAL1'.
       READ TABLE I_T_VAR_RANGE INTO loc_var_range
       WITH KEY VNAM = 'ZCALDATE1'.
        IF loc_var_range-LOW = '#'.
          dt_low = 'Not Assigned'.
          dt_high = 'Not Assigned'.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ELSE.
          CONCATENATE loc_var_range-low+4(2) '/' loc_var_range-low+6(2) '/' loc_var_range-low+0(4) into dt_low.
          CONCATENATE loc_var_range-high+4(2) '/' loc_var_range-high+6(2) '/' loc_var_range-high+0(4) into dt_high.
          CONCATENATE dt_low '-' dt_high INTO l_s_range-low.
        ENDIF.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT = 'EQ'.
            APPEND L_S_RANGE TO E_T_RANGE.

  • Currency display problem in Report using WBS Element

    Hi Experts,
    PCS report displying different values aginest same WBS elements, in different currency.
    Report painter tool has been used.
    Requirement is  to display entered currency in the report.
    i.e the currency which is entered in selection screen.
    Regards,
    Oamkar

    Hi Experts,
    PCS report displying different values aginest same WBS elements, in different currency.
    Report painter tool has been used.
    Requirement is  to display entered currency in the report.
    i.e the currency which is entered in selection screen.
    Regards,
    Oamkar

  • Insert currency symbol($) in Bex report

    Hello gurus,
       I developed one report in BW which display result as decimal no.
    but i want to display it as currency, like $ as prefix for every value.
    Please help me in this regarding
       Thanks in Advance
    Mahesh

    Hi,
    Instead of using decimal in your KF, use currency. Then the system will automatically take the currency values.
    Regards,
    Vivek V

  • Turn off currency label in BEx report

    Hi there,
    In BEx Analyzer and BEx Web, can the currency label be turned off for values appearing in report?
    Thanks
    Sabine

    Open up your query and right click on the KF structure. Choose new Formula. In the Formula builder dialog box that opens up, choose the NODIM() function from the lower right hand side of this window (it should be under Data Function). Then double clcik the KF you need to set this for (from the lower left hand side). Give an appt description to the new formula.
    Also see here for details:
    http://help.sap.com/saphelp_nw04/helpdata/en/03/17f13a2f160f28e10000000a114084/content.htm
    Hope this helps...

  • Open orders display in BEX report based on Key date

    Hello All,
    I have a requirement:
    We have an existing report which needs to have input selection as Key Date.
    The report should display the Open orders based on the key date mentioned.
    For Eg: if an item A was Opened on 20th Sept, 2010 and now CLEARED and if I run the ECC report today and mention the key date as 20th Sept, 2010, then the report will show me the item A status as OPEN
    Plz help me with the logic for the same at the earliest
    Tthanks..
    Sneha

    Hi Sneha,
    I assume you have open and crear dates in your query. So put an open date in your query filter and restrict it as less then Key date variable(which is a variable of type user-input on 0calday), then create another variable that feeds from keydate variable (it can be a replacement path or simplest user-exit).
    Note: the another variable is needed because as far as i can remember you cant use the same variable to restrict two different chars in the same query/anyway test if it's not possible - then create another variable as i mentioned.
    Take Cleardate in your query filter and restrict it as more than keydate variable andr # (not assigned). (in case if it hasnt been creared at all yet at the key date time)
    Pls let me know if this was helpfull

  • Bex reports in non english language

    What setting required to get the Bex reports in Japanese language. Provide more inputs..

    Hi,
    Regarding to the Japanese Displaying issue, it depends on what Bex version are you using to display the BEx report and please refer to thefollowing information:
    1. If you are using BEx3.5 tool    It is necessary to set all the regioan and language settings in
       control panel of the issued machine to "Japan" and "Japanese",
       inculding the "format" "unicode" "keyborad and     languages"       and
       "location" tabs. For more details, please refer to the attached
       "region and language settings.jpg" file.
       After set the language to Japanese, you need to restart your
       PC and then you can verify if the Japanese Characters can be
       displayed correctly in BEx3.5 report.
       Note:Users are supposed to understand Japanese if they need to
       display and read Japanese reports, so all the settings are required
       to set to Japanese, if users need to have PC with English menu
       displayed but with report in Japanese, they can leave "display
       language part" as "English" so the OS system menus will still be in
       English.
    2. If you are using BEx7.0 tool
       Basically you don't have to set anything specially on the client
       machine as Bex7.0 is a multiple language supported version, meaning
       with all Engish settings on local machine, once you logon Bex in
       JA, Japanese Characters can also  be displayed correctly in the
       Bex reports. Just make sure that the relevatn reports data have
       JA maintained in BW backend system and JA language is installed
       correctly.
    Thanks,
    Venkat

  • I Need to change Date Format in BEx report

    Hi Experts,
    i Need display with required values with following symbols in BEx report # and Date format change as per client requirement. Without any VB Code.
    Let me know solution for this.
    By
    ANR

    My actual requirement,
    by default date format display in BEx Reports MM/DD/YYYY fomat, but i want change DD/MM/YYYY format without using any VB macro and also instead of displaying "#"  i need display "0" (Zero).
    let me know the solution.
    by
    ANR
    Anybody ....
    Message was edited by: ANR

  • Not assigned value in Bex report

    Hello experts,
    One of the value in the BEx report is appearing as not assigned. What could be the reason?
    Thanks
    SP

    Hi all,
    In the back end system 0sales_office is attribute of 0customer,
    Then I have activated the 0customer master data and done attribute change, I have such display at BEx reporting
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   4567
                                    #                            Not Assigned                  USD   2563
    although I expect to see
    customer        sales office(key)       sales office(text)                      Sales      
    9876554               0010                         Michigan                         USD   7130
    Is there anything I do miss?

  • Symbols on Bex Report

    Hi All,
    Can anyone help me to explain meaning for the following symbols that displayed in Bex report results
    1. 1234.00MYR
    2.  X
    3.  *
    Thank you

    X and   *  are the signs displayed as per the settings that are defined in SPRO
    SPRO -> SAP Reference IMG -> SAP Netweaver -> Business Intelligence -> Settings for reporting and Analysis -> General Settings for Reporting & Analysis -> Presenting Numeric values in teh Explorer.
    There you will see four option for BEx values to display if the result is :
    Divison by Zero      X
    Does Not exist      X
    Num.overflow        X
    Mixed values        *
    No Authorisation    Blank
    You can check your settings
    hope it helps
    Sriman
    Edited by: Sreeman on Apr 16, 2008 1:39 PM

  • Currency display in a separate cell

    Hi BI experts,
    I have a question about currency display in BI reporting. In BI reporting, the currency amounts are shown with the amount and currency together in one cell, such as 500 EUR, etc. But my current request is to split this into two cells, so 500 is in one cell, and EUR in another cell. Does anyone know where can I configure to achieve this?
    Points will be awarded for helpful replies. Thanks.

    Bhanu Gupta wrote:>
    > Hi Wayne,
    >
    > In your KF structure, you can right click and add a new Selection. In this selection try pulling in the Currency InfoObject. You can add multiple selections next to each KF for their corresposnding currency unit InfoObjects...see if this works.
    Hi Bhanu,
    I didn't quite get what you mean - did you mean that I create a new selection, where I include my KF as well as the currency field? If I just do this without anything else, it's essentially the same as having the KF alone, as I am not putting any filtering conditions on the currency field. If you mean I should create a selection and put only the currency InfoObject, the query will be incorrect as no KF is specified in the selection.
    Would appreciate if you can clarify further on this. Thanks.
    Wayne

Maybe you are looking for