OBIEE-Values after decimal changing after download in excel format

Hi,
I have reports in OBIEE 11g,in which some columns have values in %.When i try the various export/download functions and noticed that the Excel download did not maintain the fomatting for pecentage values, they fields go out to about 12 decimal places or so.
For eg..if a value in report is like 12.54
After export in Excel it looks like 12.546780393345 .
As i want the same format,pls suggest the solution.

Hi,
Refer below link:
Downloading to Excel with three decimal precision
format problem while download to excel
Re: Formatting problem in download report into EXCEL Sheet
BUG:
•9107277 KEEP THE NUMBER PRECISION IN DATABASE WHEN “DOWNLOADING TO EXCEL”
Thanks
Deva

Similar Messages

  • Urget::How to download in excel format  in Background

    hi,
            i was using GUI_DOWNLOAD  in a program to download into excel format. but now the user wants to run this in background mode .But gui_download doesn't support the background .can u suggest me any other way to download in background mode into excel format.
    it's urgent .please help.
    Thanks in advance .

    Hi Rasmi,
    In background you can only download it to application server and not on your PC.
    If its ok then you can use OPEN DATASET....CLOSE DATASET to do that.
    Once its downloaded to Application server you can download that into your PC.
    Hope This helps you.
    Thanks,
    Arun

  • SAP Scripts Layout download to Excel format

    Hi Friends,
    I have requirement of downloading the SAP Layout to excel format when we select the Output type option.Could you please give any solutions.
    Regards
    Dinesh

    U can;t download Script output to Excel.
    U can download Script output to PDF format and also u can send it via  e mail.
    Narendra

  • Background download in excel format

    Hi all,
    We have a requirement to download a dataset in excel format. The users have access to a folder on the server where the program will dump the files. Then the users should be able to open the files using excel. Any suggestions?
    Regds
    Thiru

    hi,
    if your requirement still exists then here is a way of doing it...
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2
    Regards,
    Samson Rodrigues.

  • OBIEE 11g Physical Query changes after Check In

    Hi
    I am facing a strange issue at a customer's.
    They migrated an RPD from 10g to 11.1.1.6.2 using the repository upgrade tool.
    Right after the upgrade everything works fine but when we connect online using Admin Tool and perform any change on a business model (even if it's only a Check out / Check in without any modification) the next time we execute a report based on that business model we found that every row of a aggregated column displays the Total SUM.
    ie.
    *10g result :*
    2007     11965297458,356
    2008     4610283517,31
    2009     278693686490,603
    2010     2769503695,204
    2011     39282794442,407
    2012     11167079772,3594
    select T60482.N_ANIOEJERCITACION as c1,
    sum(T60804.I_SDO_INI_CREDITO / nullif( 1000, 0)) as c2
    from
    D_FOP_VN_ESCENARIO T60482,
    F_FOP_VN_ESCENARIO T60804
    where ( T60482.ID_ESCENARIO = T60804.ID_ESCENARIO )
    group by T60482.N_ANIOEJERCITACION
    order by c1
    *11g result:*
    2007 348488645376,239
    2008 348488645376,239
    2009 348488645376,239
    2010 348488645376,239
    2011 348488645376,239
    2012 348488645376,239
    WITH
    SAWITH0 AS (select sum(T54445.I_SDO_INI_CREDITO / 1000) as c1
    from
    F_FOP_VN_ESCENARIO T54445),
    SAWITH1 AS (select distinct T54426.N_ANIOEJERCITACION as c1
    from
    D_FOP_VN_ESCENARIO T54426)
    select 0 as c1,
    D2.c1 as c2,
    D1.c1 as c3
    from
    SAWITH0 D1,
    SAWITH1 D2
    order by c2
    Has anyone experienced this issue? It would be a great help if someone can give me a hint as to where to check.
    I've rebuilt all physical joins, check database properties are set to default, no change.
    Thanks

    The problem was that the server was updated to patch 11.1.1.6.2. and Administration Tool was 11.1.1.6.0
    We downloaded a new Admin tool from patch 14142868.
    This solved all our issues.
    It struck me as odd that in previous versions it used to have a warning when a repository from an unsopported version was open with Admin Tool, but not in this case.
    Regards
    Miguel

  • PO value should not change after PO history update

    Dear Gurus,
    I m using release indicator u20186u2019 in my release strategy (i.e. new release will occur only if value increase), but now Iu2019m facing an issue since it gives the provision to decrease the value. So our users have decreased the price after few GRNs. Because of this our inventory has gone up but payment has done for the correct value. I want to know how to block changing of value or quantity after PO history updated. But I should be able to put the delivery complete indicator. Please provide me a solution.
    Thanks,
    Chameendri

    While you cannot achieve this through release strategy configuration as it doesn't look at price reduction, you can try to authorization objects. This solution will involve putting field EKPO-MENGE, EKPO-NETPR & EKPO-PEINH under an authorization object and then assigning it to users who are only allowed to make changes in these fields. For the rest, lack of this authorization object in their user role will prevent them from making any changes.
    The disadvantage of this rule is that it prevents increase of price also, given that you have such a requirement I presume that price increases are not so frequent.

  • Disable AD user after first successful login (after password change) after x amount of days regardless of activity

    I've been searching for over a week high and low now trying to find a way to do this via PS.
    We'd like to lockout certain users (we can put them in a group/OU) 30 days after their first successful log in - the one requiring
    password change by them.
    And we'd like to disable it REGARDLESS of their activity.
    All the tips and scripts I've found look for 'inactivity', date created etc.
    Only parameters I need are 30 days AFTER the first log in. Accounts might be created 60 days before actual use, but still need to be disabled 30 days after their first successful log in.
    Any tips would be GREATLY appreciated!

    I don't think you're going to get the kind of solution you want via scripting. As jrv noted, usually this kind of issue is managed by using account expiration and password expiration. If that won't work for you, then I would recommend looking into supported
    third party tools that can help you get where you need to go.
    -- Bill Stewart [Bill_Stewart]
    As Bill points out you  need to look into third party tools.  If there is any legitimate legal or industry need for this then there wil be third party tools.  Having worked in medical software systems \I can tell you there is not. There are
    old systems that use now-obsolete mechanisms that do things similar to what you are asking.  They are no longer usable.
    I think if you sat down with those asking you to do this and had them get the actual industry and government rules on the table you would see that this is not what they are asking you to do.  It aslo doesn't make much sense from a technical standpoint.
    Just set the password expiration.  That is what it is designed for. To force reauth just set the account so the user cannot set the password.  Use the reauth web page to allow the user to set a new password.  Use the corporate disclaimer
    or a desktop link to notify users what to do when the password expires.
    ¯\_(ツ)_/¯

  • ALV List  download to Excel format

    hi all,
    how to download ALV list to excel?
    i am using Reuse_ALV_List_Display fm to get my list .

    Hi,
    You dont have to do anything extra as such coz transport to excel is already given in the toolbar of the ALV Check report BALVSD04.
    But still you wanna download it then download the final table by using any of the download functions ' GUI_DOWNLOAD' , ' CONVER_SAP_TO_XLS', etc.
    Regards,
    Amit
    Reward all helpful replies.

  • Needs a change in export to excel format

    Hi,
    i would like to know how to change the format (want columNs to be vertical and headings to be bold) of export to excel feauture
    Regards,
    CJK

    I think in that case you would need to change almost everything.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How i change pdf file to excel format

    how i chang pdf to excell

    The forum you've posted to is for questions about the Formscentral product. Conversion of PDF to Excel is not a feature of this product. Adobe does offer products that convert file format types so I would suggest you investigate our other Acrobat.com offerings or a desktop version of Acrobat itself.
    Andrew Yarborough

  • Net Price is geeting change after BAPI

    Hi,
    I am paasing  netprice value as 1.00 in the line item  while creating creating  PO by using BAPI BAPI_PO_CREATE1. But the value is getting changed after po created. Please suggest me what to do? immediate response will be appreciated.
    Regards,
    Priyaranjan

    Hi,
      Thanks for your reply. Yes there is some user-exit is there but in that user-exit netprice is not calculated. when i debug the stnadrd bapi at one moment the value is getting changed.As it is a standard program one we can't chnage this value. Please help me in this regards. Is there any other parameter i have to pass?
    Please see the below code and suggest me
    refresh all the tables before use
    refresh bapimepoheader.
    refresh bapimepoheaderx.
    refresh bapimepoitem.
    refresh bapimepoitemx.
    refresh bapimepocond.
    refresh bapimepocondx.
    refresh BAPIMEPOSCHEDULE.
    refresh BAPIMEPOSCHEDULX.
    refresh bapiret2.
    clear WA_ORDER-EBELN.
    setup the data interface
      sort i_po by ebelp ascending.
      read table i_po index 1.
    PO header info
      clear bapimepoheader.
      bapimepoheader-vendor    = i_po-lifnr.   " vendor no.
      bapimepoheader-purch_org = i_po-ekorg.   " purch org
      bapimepoheader-pur_group = i_po-ekgrp.   " purch gp
      bapimepoheader-comp_code = i_po-bukrs.   " company
      bapimepoheader-doc_type  = i_po-bsart.   " order type
    bapimepoheader-created_by = sy-uname.
    bapimepoheader-creat_date = sy-datum.
    bapimepoheader-doc_date   = sy-datum.
      bapimepoheader-currency     = i_po-waers. " currency
      bapimepoheader-currency_iso = i_po-waers. " currency
    spec.changed by Chee Kok on 06/27/2003: use Z00 instead of Z000
      bapimepoheader-pmnttrms     = 'Z00'.      " payment term
    spec.changed by Chee Kok on 06/27/2003: use exchange rate from ref PO
      bapimepoheader-exch_rate    = i_po-wkurs. " fx rate
      bapimepoheader-ex_rate_fx   = 'X'.        " fixed fx rate (kufix)
      bapimepoheader-zzsubmi = wa_order-zzsubmi. " Collective No DEVK949611
      append bapimepoheader.
      clear bapimepoheaderx.
      bapimepoheaderx-vendor    = 'X'.  " vendor
      bapimepoheaderx-purch_org = 'X'.  " purch org
      bapimepoheaderx-pur_group = 'X'.  " purch gp
      bapimepoheaderx-comp_code = 'X'.  " company
      bapimepoheaderx-doc_type = 'X'.   " doc tye
    bapimepoheaderx-created_by = 'X'.
    bapimepoheaderx-creat_date = 'X'.
    bapimepoheaderx-doc_date = 'X'.
      bapimepoheaderx-currency = 'X'.     " currency
      bapimepoheaderx-currency_iso = 'X'. " currency
      bapimepoheaderx-pmnttrms = 'X'.     " payment term
      bapimepoheaderx-exch_rate = 'X'.    " fx rage
      bapimepoheaderx-ex_rate_fx = 'X'.   " fixed fx rate
      bapimepoheaderx-zzsubmi = 'X'.   "Collective No DEVK949611
      append bapimepoheaderx.
    PO item info & condition table
      loop at i_po.
        clear bapimepoitem.
        bapimepoitem-po_item   = i_po-ebelp.  " order item no.
        bapimepoitem-tax_code  = WA_ORDER-mwskz.  " tax code
        bapimepoitem-material  = i_po-ematn.  " material
        bapimepoitem-ematerial = i_po-ematn.  " material
        bapimepoitem-quantity  = i_po-menge_for_save.  " qty
        bapimepoitem-PO_UNIT   = i_po-meins.  " order unit
        bapimepoitem-plant     = i_po-werks.  " plant
        bapimepoitem-item_cat  = i_po-pstyp.  " item cat.
      bapimepoitem-info_upd  = 'X'.         " info. record
        bapimepoitem-stge_loc  = i_po-lgort.  " storage loc
        bapimepoitem-ret_item  = 'X'.         " return item (retpo)
        bapimepoitem-net_price = i_po-netpr.  " net price
       bapimepoitemx-po_price =  '2'.  " DEVK954608
    for plant 2010, set stock type to "Quality inspection"
    (New requirement from Chee Kok 2003/07/24)
        if I_PO-WERKS = '2010'.
        bapimepoitem-QUAL_INSP = 'X'.       " stock type
    use "Blocked stock" instead (Chee Kok 2003/07/25)
          bapimepoitem-QUAL_INSP = 'S'.      " stock type
        endif.
        append bapimepoitem.
        clear bapimepoitemx.
        bapimepoitemx-po_item   = i_po-ebelp. " order item no.
        bapimepoitemx-po_itemx  = 'X'." important: OSS note 484692
        bapimepoitemx-tax_code  = 'X'.        " tax code
        bapimepoitemx-material  = 'X'.        " material
        bapimepoitemx-ematerial = 'X'.        " material
        bapimepoitemx-quantity  = 'X'.        " qty
        bapimepoitemx-PO_UNIT   = 'X'.        " order unit
        bapimepoitemx-plant     = 'X'.        " plant
        bapimepoitemx-item_cat  = 'X'.        " item cat.
      bapimepoitemx-info_upd   = 'X'.       " info. record
        bapimepoitemx-stge_loc  = 'X'.        " storage loc
        bapimepoitemx-ret_item  = 'X'.        " return item (retpo)
        bapimepoitemx-net_price = 'X'.        " net price
       bapimepoitem-po_price   = 'X'.  " net price DEVK954608
    for plant 2010, set stock type to "Quality inspection"
    (New requirement from Chee Kok 2003/07/24)
        if I_PO-WERKS = '2010'.
          bapimepoitemx-QUAL_INSP = 'X'.      " stock type
        endif.
        append bapimepoitemx.
        clear BAPIMEPOSCHEDULE.
        BAPIMEPOSCHEDULE-PO_ITEM        = i_po-ebelp.  " order item
        BAPIMEPOSCHEDULE-SCHED_LINE     = '1'.         " sch line no.
        BAPIMEPOSCHEDULE-DEL_DATCAT_EXT = 'D'.         " deli cat.
        BAPIMEPOSCHEDULE-DELIVERY_DATE  = l_datum.     " current date
        BAPIMEPOSCHEDULE-QUANTITY       = i_po-menge_for_save.  " qty
        append BAPIMEPOSCHEDULE.
        clear BAPIMEPOSCHEDULX.
        BAPIMEPOSCHEDULX-PO_ITEM        = i_po-ebelp.  " order item
        BAPIMEPOSCHEDULX-SCHED_LINE     = '1'.         " sch line no.
        BAPIMEPOSCHEDULX-PO_ITEMX       = 'X'. " important: OSS note 484692
        BAPIMEPOSCHEDULX-SCHED_LINEX    = 'X'. " important: OSS note 484692
        BAPIMEPOSCHEDULX-DEL_DATCAT_EXT = 'X'.         " deli cat.
        BAPIMEPOSCHEDULX-DELIVERY_DATE  = 'X'.         " date
        BAPIMEPOSCHEDULX-QUANTITY       = 'X'.         " qty
        append BAPIMEPOSCHEDULX.
        clear bapimepocond.
        bapimepocond-itm_number   = i_po-ebelp.  " order item no.
        bapimepocond-cond_type    = 'PB00'.      " cond type
      bapimepocond-cond_value   = i_po-netpr.  " net price
        bapimepocond-cond_value   = i_po-kbetr.  " net price
        bapimepocond-currency     = i_po-waers.  " currency
        bapimepocond-currency_iso = i_po-waers.  " currency
    bapimepocond-COND_UNIT       = i_po-kmein. " price uom
    bapimepocond-COND_UNIT       = i_po-meins. " order unit
        bapimepocond-COND_UNIT       = i_po-BPRME. " price UOM (PO or IR)
      bapimepocond-COND_UNIT_ISO   =
      bapimepocond-COND_P_UNT      = i_po-kpein. " price unit e.g. 1
        bapimepocond-COND_P_UNT      = i_po-PEINH_FOR_SAVE.
                                     " price unit from info rec or PO
        bapimepocond-change_id    = 'I'.           " insert mode!
        append bapimepocond.
        clear bapimepocondx.
        bapimepocondx-itm_number   = i_po-ebelp.  " order item no.
        bapimepocondx-cond_type    = 'X'.         " cond type
        bapimepocondx-cond_value   = 'X'.         " net price
        bapimepocondx-currency     = 'X'.         " currency
        bapimepocondx-currency_iso = 'X'.         " currency
        bapimepocondx-COND_UNIT       = 'X'.      " price unit
      bapimepocondx-COND_UNIT_ISO   = 'X'.
       bapimepocondx-COND_P_UNT      = 'X'.
        bapimepocondx-change_id       = 'X'.      " insert mode
        append bapimepocondx.
      endloop.
    CLEAR: L_SUBMI.
    L_SUBMI = WA_ORDER-ZZSUBMI.
      EXPORT l_submi TO MEMORY ID 'SUBMI'.
    call the bapi function finally
      call function 'BAPI_PO_CREATE1'
        exporting
         NO_PRICE_FROM_PO        = 'X'    "*DEVK954608
          poheader                = bapimepoheader
          poheaderx               = bapimepoheaderx
      POADDRVENDOR            =
      TESTRUN                 =
       importing
          exppurchaseorder        = WA_ORDER-EBELN  " saved return po no.
       tables
          return                  = bapiret2
          poitem                  = bapimepoitem
          poitemx                 = bapimepoitemx
      POADDRDELIVERY          =
        POSCHEDULE              = BAPIMEPOSCHEDULE
        POSCHEDULEX             = BAPIMEPOSCHEDULX
      POACCOUNT               =
      POACCOUNTX              =
          pocond                  = bapimepocond
          pocondx                 = bapimepocondx
      POLIMITS                =
      POCONTRACTLIMITS        =
      POSERVICES              =
      POSRVACCESSVALUES       =
      POSERVICESTEXT          =
    Begin of SR20040----DEVK954608
    commit work.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
       WAIT          = 'X'
    IMPORTING
      RETURN        =

  • Obiee 11g hierarchy columns download into csv format.

    When using hierarchical columns, Is there a way to download the results as the user see it on the view (be it table or pivot view) into a CSV format.
    Excel format works, but if the user drill down on the hierarchy column and then export in CSV format... the data gets exported to the level the report was originally set.
    Is there any way to change this behavior?
    One option we can recommend to users is to download in excel format and then convert to CSV....if needed.
    FYI, we just starting looking into 11g 11.1.1.5 version... planning to migrate from 10g to 11g...
    Thanks
    Sundar

    Nii Moi wrote:
    Hi Every Body,
    am using asp.net as a front end and oracle 11g as back end am wondering if there is a way to download data in an csv format and merge them into a table.How is this related to Application Express ? Please explain

  • How can I disenable the EXCEL field format when use ALV download to excel ?

    Dear friends,
         I have a problem with the ALV download to EXCEL. One field Value in ALV is like u2018-abcdeu2026u2019.the character u201C-u201Cis the first   position  in field value.when I download  the value to EXCEL,the field value u2018-abcdeu2026u2019 changed u2018=-abcdeu2026u2019 in EXCEL.how can I remove u2018=u2019 in EXCEL when I down to excel used ALV.
    I add a space in u2018  -abcdeu2026u2019,So this value can be download to Excel .
    Have you any solve method?
    User does not use excel logo button to download.
    User use Local fileu2026 button to download
    Thanks
    Sun

    add a single quote to the beginning of the field.
    like:  '-abcde
    in excel it will be shown as : -abcde

  • Downloading report in excel format.

    Hi,
    I'm newbie on apex. I'm trying to make a report which is enabled to download in excel format. Report is working correctly what I expected.
    But I found single colume data was split multiple cell in downloaded excel file. I don't know how I can merge this cells into one.
    I made a sample report with data.
    http://apex.oracle.com/pls/apex/f?p=9971:2:0::NO
    If you download this report, you can see 'Long Text' is split into two or three cells.
    Any information will be welcomed.
    Thanks
    Jaenyun

    Thanks for your reply.
    If I change column display type in input form to text field from textarea, It makes to prevent to input enter key in text data.
    But I hope user can input enter key in text data. So still I need another way to download data into single cell.

  • 0001 becomes 1 while downloading to Excel.

    Hi friends,
    While i download a Internal table to excel, the data 0001 is convreted into 1. Is there any way we can get the exact data to excel or CSV?
    Lijo Joseph

    Hi,
    When the CONTENTS_BIN is filled with the internal table values instead of passing the values directly apppend the Excel formula String and fill the CONTENTS_BIN.
    ie. we are explicitly converting the value to a TEXT type.So this string will be transferred to the cells in EXCEL down file where the EXCEL code gets executed and you get your '000's there.
    =REPLACE("<value>",<start position>,<num of chars to replace>,"<value>")
    =REPLACE("00100",1,5,"00100")
    All Excel formatting formulas can be passed like this to achieve the necessary requirement.
    cheers
    Prabhu
    Message was edited by:
            prabhu soundara pandian

Maybe you are looking for

  • My new MBP can't see my Time capsule

    Hi Thanks for any help with this : I use my capsule about once every 2 weeks to back up the MBP. Have a new MBP and wanted to back it up for the first time. The MBP is running 10.7.2. It could see the Time Capsule originally but said it needed a firm

  • IPad doesn't see iWork documents in iCloud

    I bought a new 4th generation iPad yesterday and immediately installed Pages & Numbers, thinking I would be able to access all the iWork documents I have in in iCloud.  Thus far I haven't been able to figure out how to do this.  I have iCloud turned

  • Placement of Keyword List on screen

    As an old LR 1.4 user, I've been used to having my Keyword List on the left column. I've just upgraded to LR3.3, and the darn thing is on the right. So now I have a totally overloaded right column, and ABSOLUTELY no use for the left column. Is there

  • How to set maximum length for TextEdit

    Hi all,     I have a TextEdit UI element in my webdynpro page and I want to set the maximum number of characters that can be entered in this TextEdit. How can I do this? Thanks, Satyajit.

  • SAP Note Number: 852443 | Runtime Error MESSAGE_TYPE_X in Data Source over HANA Source System

    Hi, I am facing an issue for Inconsistency in Delta extraction due to a Init Request Mismatch. I found out an SAP Note 852443 for the same and it provided me with a workaround solution for the same. But , this Issue is frequently reappearing for the