How to Supress ZEROS in Bex Report

Hi Experts,
I have requirement to supress zeros in rows of AR Report in Bex Analyzer.IS it possible to Supress zeros in BEx analyzer itslef or i have to suppress in Query designer.
I checked  so many forums  but i am not sure whether my configuration allows me to do it or not
MY Bex Querydesigner configuration details are:
BI Addon 7.X (based on 7.10)\
Support Package 7,Patch 1
Please let me know the path to solve it.Anything is appreciable
Thanks&Regards,
narasimha.

Hi,
Jsut open your query designer and select the query in which you put the changes.
now on top there will be an icon for query properites just select that and on right hand side panel select the tab rows/column
and in that there will be an option supress zeros select active all values =0
and then effect on rows.
Hope it helps you.
Regards,
AL

Similar Messages

  • How to  add filter in Bex report

    hi how to add filter in BEx report and what is the difference between filter and free charcteristics.
    Regards,
    Viren.

    Hi Viren,
    difference between filter and free characteristics is that free characteristics can be added to drilldown at query runtime. Filter values can not be changed at query runtime.
    You can add a filter to a query by placing a characteristic in filter section and restrict the characteristic to certain values. Characteristics in rows / columns / free characteristics section can be restricted to certain values, too.
    Best regards,
    Björn

  • How many structures can a BEx report have?

    Hi All,
    How many structures can a BEx report have?
    Is there any limit to that.
    Thanks

    Hi
    we can create two structures in the querl level.
    we can able to create two structures on rows but on columns it allows only one structure.
    key figures can be included in characteristics. characterstics can't be included in the keyfigures.
    we can save the structure as global and locally.
    from query performance point of view its not recomemnded to create the structure.
    it decreasse the query performance.
    it may help you.
    bye,
    kumar.

  • HOW TO ACHIEVE THIS IN BEX REPORT ?

    Hi
    I have a query like below:
    Indicator---Month---Volume--
    Revenue
    A--201101-10Tonnes----710USD
    A--201102-20Tonnes----2000USD
    Because of some selections in our query,It always displays data from beginning of year to present month(August).
    Now requirement is to add new column named 'Average'.....It should be weigted average and will be calculated as below:
    If we take records for 201101 month in cube....The calculations should be equivalent to  Volume of each record *  Revenue of each record / Total Volume for that month
    so if we take cube and display all records for 201101 month for example:
    Indicator--MonthVolume--Revenue
    A--2011011--
    100
    A--2011012--
    110
    A--2011013--
    200
    A--201101-4--
    300
    Then 'Average' that needs to be displayed in report for 201101 month will be calculated as follows:
    Volume for each record * Revenue for each record / Total Volume for that month
    (1100+21103*2004*300)/(123+4)=212
    So,the report will show 201101 as below:
    Indicator----Month--Volume-Revenue--Average
    A--201101-10710--
    212
    Similarly,if a report is executed for August month:
    Indicator----Month--Volume-Revenue--Average
    A--201101--10710--
    212
    A--201102--202000USD--300
    A--201103--303000usd---400
    A--201108--606000usd---700
    How can I achieve this in query designer?
    Regards.......

    Hi,
    Just tried looking into your query. Few questions that I have:
    1. When you say
    "if we take cube and display all records for 201101 month for example:
    Indicator--MonthVolume--Revenue
    A--2011011--
    100
    A--2011012--
    110
    A--2011013--
    200
    A--201101-4--
    300
    If these records are there in cube , then when you query on them the report will get aggregated based on you Indicator & Month. So no individual records to do the calculation.
    So I guess you should look for some routines while you are loading this records in the cube to do this calculation rather than Bex ...but I will feel good if someone can tell us to how to acheive it in Bex.
    Ankit

  • How to add Logo in Bex report

    Hi Guys,
                 How to add logo in a Bex report.

    Hi ABDUL KHADAR
    We can only add the logo at Work book level but not the query level @the query
    level it wont allow us to add.
    Jus open an ordinary excel sheet format it as you wish  Ctrl+A and fill with white
    color .Then jus save u r logo which u wont to upload in the desktop.
    Then go to file insert picture or file  and place it wher ever u wont in the work sheet
    and save it as a templete and then insert the query in this templete and format it
    as per your standarads.
    If any struck up feel free to let me know. We explain you clearly...
    hope its helpful..
    Cheers
    R M K
    **Assigning poitz ez da only way of saying thankz in SDN**

  • HOW TO FIX COLUMN IN BEX REPORT

    Hello Gurus,
    I have created BEX report in which user want 1st two column (Material and its describtion) to be fixed as if he want to check all relavent result related to Material the first 2 column should not be move it should be fixed and rest other results and other column should move,

    Hi Wajid,
    The VBA code i gave earlier will do this automatically for your users. Please use it. It freezest columns A and B so that columns A and B dont move even if your users scroll to the right. It just stays there.
    In your workbook after you have inserted your query, go to Tools->Macro->Visual Basic Editor. Then go to Insert Menu->Module. Double click the module that have been created (probable name is Module1) and then on the code editor paste this code:
    Public Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
       Range("C1").Select
       ActiveWindow.FreezePanes = True
    End Sub
    Everytime the users refresh your query it will freeze the first to columns. So at least you are sure that the columns A and B are frozen.

  • How to supress zero values in a union report in obiee11g?

    I have a union report using two subject areas in obiee 11g.
    I have  added the price column from the first sector area and dummy column from the second sector area.
    I have  added the parity column from the second sector area and dummy column from the first sector area.
    Then i added result column to divide them.
    I need to calculate the avarage for each column, but because of the dummy columns that return zero, the calculation is wrong.

  • How to supress blank fields in report ??

    Hi all,
               i am trying to build a report which should give only result row infront of each customer..i dont want any keyfigure details..i tried SUPRESS RESULT in CACULATE SINGLE VALUES AS in keyfigure properties but its giving blank fields in place of single values..How do i remove this blank fields..
    Any idea pls share..
    regards,
    Rajendra

    hi gill,
              yes the layout is same as u mentioned..
               ROWS   -
    COLUMNS
    customer-net due date----balance-formula-formula
    net due date is used as replacement path variable to calculate other formulae.
    if i take out net due date from rows my formulae are not working.
    i tried SUPRESS RESULT in CALCULATE SINGLE VALUES AS..its giving only result BUT in place of single values its giving me blank fields..i dont want those blank fields..:-(
    regards,
    Rajendra

  • How can I schedule my Bex report to execute in background

    My Bex program takes more than 20 mins to run and it always hangs up my PC especially when I am trying to do something else in EXCEL.
    How can I schedule to run the report in background, whether from BEX or anywhere as long as I can get the report output.
    Thanks

    Hi Colin.......
    Check this......
    Schedule Reports in BW
    Regards,
    Debjani.......

  • How to Supress -ve sign in report painter output

    Dear All,
    I have developed a balance sheet using the report painter. The client wants to suppress the negative sign in the output. Is there any option to do this?
    Regards,
    Karthik

    hi,
    The no-zero addition suppresses leading zeros when used with type c or type n variables. In the case of a zero value, the output is all blanks.
    The no-sign addition, when used with variables of type i, p, or f, suppresses the output of the sign character. In other words, negative numbers will not have a sign and will appear as if they were positive.
    report xyz.
      data: c1(10) type c value '000123',
            n1(10) type n value 123,
            n2(10) type n value 0,
            i1     type i value '123-',
            i2     type i value 123.
      write: / c1,         20 'type c',
             / c1 no-zero, 20 'type c using no-zero',
             / n1,         20 'type n',
            / n1 no-zero, 20 'type n using no-zero',
            / n2,         20 'type n: zero value',
            / n2 no-zero, 20 'type n: zero value using no-zero',
            / i1,         20 'type i',
            / i2 no-sign, 20 'type i using no-sign'.
    output.........
    000123             type c                         
       123             type c using no-zero           
    0000000123         type n                         
           123         type n using no-zero           
    0000000000         type n: zero value             
                       type n: zero value using no-zero
           123-        type i                         
            123        type i using no-sign      
    reward if helpfull

  • How to supress Zero in NUMC data type which contains some values as Char.

    Hello Friends,
    Some custom fields have been added in table BUT000 ,
    out of which one field has data type as NUMC..
    When i see some of the entries in the that field, it has values like '0000000000000000ENT'.
    I want to supress Leading zeros of that.
    i tried using
    1 ) FM CONVERSION_EXIT_ALPHA_OUTPUT &
              CONVERSION_EXIT_ALPHA_INPUT .
    2 ) Also tried coding  like this:
    data:var1 type ZBU_00LV36AT,           "this field has data type NUMC of length 40
           var2(40) type N.
    var1 ='00000000ENTRY'.
    VAR2 = VAR1.
    SHIFT VAR2 LEFT DELETING LEADING '0'.
    Nothing works ...gives output as blank.
    Is there any solution for it....
    Any valuable asnwer will be rewarded...
    Regards,
    Mayank

    Hi Marcin,
    I have tried i think problem it solved with your solution.
    Let me try for some more cases if it works fine i will get back to forum.
    Regards,
    Mayank

  • Display Leading Zeros in bex query

    Hi,
    I am new to BI and need to display leading zeros in bex report.
    There is an info-object billing number which is of type CHAR. The values, 00001 - 00010 has been given in the CSV file.
    when i generate the same in IP, the leading zeros are mentioned, but the same is not appearing in the bex query.
    I have tried ALPHA conversion but this has no affect on the output.
    How to achieve the same??
    thanks in advance for the answers

    Hi,
    To answer your question in detail, there is a  conversion routine at infoobject level( Tab- general ), that determines how the values are displayed in the front end. For ex, alpha conversion routine takes away the leading zeros when you display the value in query. ( 0001 displayed as 1 )
    Assuming this is custom infoobject, I would suggest you to remove the conversion routine from the infoobject. This will help you in displaying leading zeros in the report.
    However, you have to ensure that all the values loaded for this infoobject is properly alpha converted ( packed with leading zeros ) by adding a field routine in the transformation. This will avoid same values getting stored with different internal formats like 01,001 etc.
    Hope this explains.
    Thanks.

  • BW (BEX) Reports  Vs  Crystal Reports

    Hello,
       Could any one please let me know Breif about the Crystal Reports
       Introduction of Crystal reports and how they differ from BW(BEx) Reports
    Thanks

    You can find some information in www.businessobjects.com or www.crystalreports.com for example the following.
    http://www.businessobjects.com/global/pdf/solutions/xi_sap_insight.pdf

  • BEx Reporting Format Issue

    Hi,
    I need to create a HR-BW BEx report in the following format.
    For each employee number, i need to display following 3 rows of information:
    For example, for employee number: Emp1, following 3 rowd should be present.
    01 Year Of Experience                                            
    02 Years of service                                                
    03 Years in Entitlement for annual holidays              
    I am having required data is available in the InfoProvider from the source system. Can you please help me, how can i create the BEx report in the above specified format?
    Thanks!
    Best regards,
    Venkata.

    Venkata,
    It is very easy to create such report.
    1. Open the BEx Query Designer
    2. IF you are using 7.0 you will see tabs with Filter and Rows/Colum
    3. Goto Rows/ Column
    4.You must be using KEy Figures for Years of Exp, Years of  Service
    drag those in the rows
    5. SAve the query and execute it using the BEx Analyzer. Open Query.
    Ask some ones help for the Name spacing standards you follow in your organization
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30db8c61-25d3-2b10-2998-a5937f7b783d
    Hope this helps.

  • Bex Reporting on Sales cylce period.

    Hi Experts,
    I have a requiremet to create the sales report contains 36 Months Quantity and Sales value based on the sales cycle period of particular vendor.
    For exapmple - For vendor A - January = 12/25/2013 - 01/23/2014
                                                 Febuary = 01/24/2014 - 02/20/2014
                                                 december = 12/01/2014 - 12/29/2014.
    Similarly, for Vendor B sales cycle period is different. How to maintain these sales cycle period for particular vendor.
    Please advice how to achieve this in BEX reportting.
    Thanks,
    Abhimanyu.

    Hi Abhimanyu,
    Hopefully below Steps suffices your requirement:
    1. Create 1 manual entry variable (say ZMANUAL)ready 4 input.
    2. Create customer exit variables to return 36 date values.
    3. In customer exit perform below steps:
          read ZMANUAL
             case1.
               if ZMANUAL == Vendor A.
             Return Sales cycle1.
             Case2.
               If  ZMANUAL == Vendor B.
             Return Sales cycle2.
    End if.
    Endif.

Maybe you are looking for

  • An error occurs when trying to load a .psd into PSE 9

    Hi I am getting the message- An error occurred during Apple event processing -43 when I try to load .psd files into PSE 9.  These are templates that I have bought that have previously worked.  This just happened.  I am not very computer savvy- but I

  • A solution for getting QT and iTunes to install

    OK, I have NO idea why this worked, but it did, and I haven't seen it in these forums, so I'm posting here in case it might help someone else. I couldn't get iTunes or QT standalone to install and spent many frustrating hours trying and posting messa

  • Forums and Books for 1Z0-051 Certification Test

    I am starting to read my Certification book from Oracle Press on test 051, SQL. What other forums or websites will I find helpful for this effort? I mean both Oracle approved and non-official Oracle forums. I am interested also in non-offical forums

  • Error registering provider

    Anyone seen this error before? thanks, -sancho An error occurred when attempting to call the providers register function. (WWC-43134) An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: Unexpected EOF. (WWC-43000

  • Where i should put external java library so UDF can import directly ?

    Hi All, I have some scenario using UDF and this code required a lot of external jar file. Please advise me where i should put this JAR file so i can import directly from UDF without need to import using Import Archive ? Thank you and best Regards Fer