Showing zero instead of blank values

Is there an easy way to show a zero for everytime a NULL value is shown in a pivot table? Also in the pivot chart if a bar chart is being used, is it possible to chart the zero value on the axis?
Thank you much!

Do you see it working in Table View? Confirm that the data are really "nulls" and not something else. What is the format type of the column? Basically, once the "easy answer" doesn't fit your situation, provide more details of your particular circumstance. Don't just say "It doesn't work." There must be something about your situation that makes this solution ineffective.

Similar Messages

  • How to show text instead of blank value in SelectOneChoice list.

    Hi,
    I have a requirement where I need to show some string like 'Please Select Value' instead of blank item in the select one choice list. So instead on blank value, this string will be displayed in the choice list and if user doesnt select any value it should be treated as normal blank value and validation should be fired.
    May I know is there any property which we can set declaratively or any workaround for this?
    My JDev version : 11.1.1.7.0
    Many thank in advance.
    Regards,
    Dileep.

    Hi,
    In the VO list of values, check "Include no selection item", choose "Labelled item first of the list" from the drop down and give your custom label.
    Thanks

  • Discoverer 10.1.2.55.26 Viewer Shows NULL instead of Blank

    Hello All,
    we recently installed Discoverer 10.1.2.55.26 and applied cumulative patches(CM4). we migrated 9.04 version reports to Discoverer 10g(10.1.2.55.26).
    On all the Reports, we see NULL instead of Blank spaces in the data in the viewer. How can we change all of the reports to show blank space instead of NULL.
    Please share your experience and thoughts on this Issue
    Thank you
    Chandu Ambati

    Thank you Tamir,
    Before i try on the big bang approach. I tried changing the worksheet options for one of the worksheet that shows NULL.
    I changed from NULL to blank space and saved the workbook.
    we use Oracle Portal to show these workbooks as Portal Views. Portal View was showing NULL before the change, and after changing the worksheet options and saving it, i refreshed the portal view and it started showing Blank instead of NULL. Works fine for that day.
    The next Day again it started showing NULL.
    Do u think are we missing any step?
    Thanks again for your help.
    Chandu Ambati

  • Goods receipt subtotal is showing zero instead sum of quantity..!

    Hi Guys,
    1. Goods movement subtotal showing 0 instead of the total of the quantity.
    The check throwing the following error message.
    Update control of movement type is incorrect (entry 122 X X)
    Message no. M7226
    2. Purchase order data tab not showing item details for variance items but showing the message
    "This item has not been ordered."  But the PO items are ordered and present in the PO.
    Please find the screen shots.
    Thanks
    Sam

    Hi Sam,
    Kindly  Check table T156SC entries there is a entry missing in the table.
    And if required so kindly Maintain the missing entries in table.
    If entries of movement type 101 are prefect then
    Goto Transaction  -- SE37 ,
    Function module -- MB_CONTROL_MOVETYPE_GET_SINGLE
    Kindly do Set a break point to select statement which is failing at the table above at both the systems.You should be able to crack the error.
    Hope this will help you to solve the issue.
    And if not Kindly let us know.
    Thanks & Regards
    Ritesh Kumar

  • How do I show Zero's as blanks?

    I have a table chart that shows alot of zero values. I want to format these as blank. How can I do this?
    Also does anyone know where I could find a extensive guide on using expression editor?

    Hi Brad,
    1. Please help me understand what is a table chart?
    2. If you're referring to a table, did you try this -> in the expression editor of the respective fields, if(@field1=="0", "","")
    3. Extensive guide on using expression editor : https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/visual%20composer%20expressions%20syntax.doc
    Also, do check this: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7bf2d990-0201-0010-a5af-e6f23a8cc9de
    Let me know if it's helpful
    Regards,
    Vani

  • How do i show descriptions instead of dimension values at presentations ?

    We are facing a problem that could be a BIBeans problem or could be an OLAP problem, please inform if to change forum:
    We are using jdev 903/BIB903 accessing an AW created at Oracle OLAP 9205 with AWM.
    All our dimensions were created at OWB 10g and deployed to RDBMS following the general rules below:
    DIM X
    ID_X - sequence primary key
    CD_X - original key from source systems
    DS_X, NM_X, and so on - description fields and hierarchy fields related to this record.
    i.e.:
    SQL> desc dim_rota
    Name Null? Type
    ID_ROTA NOT NULL NUMBER(6)
    CD_EMPRESA NOT NULL NUMBER(2)
    CD_FILIAL NOT NULL NUMBER(2)
    CD_ROTA NOT NULL VARCHAR2(3)
    NM_FILIAL NOT NULL VARCHAR2(40)
    NM_ROTA NOT NULL VARCHAR2(30)
    CD_SETOR NOT NULL VARCHAR2(1)
    ID_SETOR NOT NULL NUMBER(6)
    NM_SETOR NOT NULL VARCHAR2(30)
    this dimension has 1 hierarchy with 2 levels called SETOR and ROTA.
    when we generated the AW using AWM, each field (except ID) is created as a variable dimensioned by DIM_ROTA, as shown below:
    ->listby dim_rota
    35 objects dimensioned by or related to DIM_ROTA in analytic workspace AW1
    DIM_ROTA_CD_EMPRESA
    DIM_ROTA_CD_FILIAL
    DIM_ROTA_CD_ROTA
    DIM_ROTA_CD_SETOR
    DIM_ROTA_CREATEDBY
    DIM_ROTA_FAMILYREL
    DIM_ROTA_GID
    DIM_ROTA_INHIER
    DIM_ROTA_LEVELCOLMAP
    DIM_ROTA_LEVELREL
    DIM_ROTA_NM_FILIAL
    DIM_ROTA_NM_ROTA
    DIM_ROTA_NM_SETOR
    DIM_ROTA_ORDER
    DIM_ROTA_PARENTREL
    ID field was concatenated with level name to generate the dimension value - so, for the following relational record:
    SQL> select id_rota, cd_rota, nm_rota from dim_rota where ID_ROTA = 233;
    ID_ROTA CD_ROTA NM_ROTA
    233 A99 A99-Consig. Sup. Setor A
    we have at multidimensional side:
    ->LIMIT DIM_ROTA TO 'ROTA.233'
    ->rpr dim_rota
    DIM_ROTA
    ROTA.233
    ->dsc dim_rota_nm_rota
    DEFINE DIM_ROTA_NM_ROTA VARIABLE TEXT <DIM_ROTA DIM_ROTA_HIERLIST ALL_LANGUAGES>
    LD IMPLEMENTATION NM_ROTA Attribute for DIM_ROTA Dimension
    ->rpr down dim_rota w 30 dim_rota_nm_rota
    ALL_LANGUAGES: AMERICAN_AMERICA
    -------DIM_ROTA_NM_ROTA-------
    ------DIM_ROTA_HIERLIST-------
    DIM_ROTA ROTA
    ROTA.233 A99-Consig. Sup. Setor A
    here comes our question: how do we show at BIBeans designer/presentations the related descriptive fields and NOT the dimension values themselves?
    thanks in advance,
    Flavio

    There a re two additional attributes that need to be mapped within OWB for each dimension:
    Long Description - this is used by the presentation beans and query and calc builder to replace the dimension values with more meaningful/end-user friendly descriptions
    Short Descriptions - this can be used where the long description is too long for display purposes. In BI Beans 10g Release 2 (due out soon) you will be able to select between long/short descriptions when using many of the new tags.
    These new attributes will be automatically picked up by the OLAP Bridge in OWB and automatically added to the OLAP catalog.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • How to  show Blank values in Bex Report

    Hi friends ,
                       In my bex report one of the KF Column having zero's  and Blank values .
    Ex .   Mat     Price
              A         0
              B        
              C        15
                                    when i create a condition  Price > 0 
    Then the given Out put is    
                                            Mat     Price  
                                             C        15    
                                                                       but the required Out put is 
                                                                                                               Mat     Price
                                                                                                                B 
                                                                                                                C        15
    I.e  I have to Remove only zeros and i should show blank values. Could you pls give some Ideas on this .

    Hi friends thanks for response,
    but my requirement is
    Mat                 
    Price1
    Price2
    A
         0
    B
    12
    C
       15
    D
    0
    E
        8
    F
         0
    The Required  Out put should be
    Mat
    Price1
    Price2
    Price3 (1+2 )
    B
    12
    12
    C
    15
    15
    D
    0
    0
    E
    8
    8
    The user don't want see materials Price1 which  is Zero . So  I should remove materials A and F  in Price1 column .
    IF i apply condition on Price1 > 0  in the out put B and D also not displaying bcoz  blank values consider as Zero.
    Can you pls give some ideas how to full fill this Requirement

  • How to display # instead of blanks....

    Hi Folks,
    i have a problem in displaying the query and my query is based on infoset and in my query some master data object is also there and i am displaying the attributes for that.for the transsaction data objects it is showing # values in my report but for hte master data object and for its attributes its not showing # values.it is showing "blank" .please let me know how can i show the # values for these objects instead of blank values..
    plz reply asap,as it is very serious issue...
    your help will be rewarded...
    Thanks,
    Ashok

    Hi
    Can you please explain it with an eg?
    or try to work out with display mode as key & text
    Cheers
    SM

  • Weight of delivery showing zero

    Hi Gurus
    The issue we are facing is that  in case of a few deliveries the Total weight of delivery is showing ZERO instead of sum of weight of all items. In fact the gross weight of first line item is also showing zero. I checked material master, but the weight is maintained correcly  there. And also it is coming correctly in SO.
    This generally happens in case of materials managend in batches. I searched forum and only got to know that one possible reason could be copy control . But if that is the problem then it should happen in case of all delvieries whcih is not the case.

    Dear,
       As per your talk, I think there is only one reason ans that is material master. Please recheck material master.
    Regards,
    Sandip

  • # instead of initial value in reports

    Hi,
    I'm trying to solve the following problem: When I create a report in Query Analyzer, in some columns, instead of the initial value(spaces) for some fields, there is the  # sign.
    Do you know from where does this issue come from? Is there an option inside the query analyzer to suppress this?
    Thanks in advance,
    George Ardeleanu

    Hi George,
    This is the default property of reports in BW. You see # instead of blank values in the data targets.
    Are you using WAD (Web Application Designer) in your scenario. If yes, there is a solution to remove these #es from the report output. You just need to add a small html script in the html tab of the WAD.
    Regards,
    Yogesh

  • BI and ECC Reconciliation report giving blank value instead of ZERO

    Hi,
      We have a report for reconciliation where in if the ECC and BI balance  matches, it will show Zero (0) in the final field. My question is *for some of them it is showing Zero(0) and for few rows it is givng blank values* even after ECC and BI balance matching...Why is it giving blank instead of showing 0 (ZERO)  ....is there any setting  we need to make??
    point to be noted is only few rows are getting blank and few rows it is showing '0'
    pls suggest...
    Thanks

    Without additional details of the rows that have blanks vs zeros, here is a guess...
    The rows with blank final value have no records in ECC or BI. You can probably define the formula in such a way that it always gives zero for all rows.

  • Showing 0 or Null instead of blank in rpt?

    Hi,
    I created a report in the below fomat :
    -------- Col1, Col 2, Col 3
    Row1 - 12, 1, 01
    Row2 - 11, , 94,
    Rown - 23, 34,
    As per the condition defined I am not getting any value under col2-row2 and col3-rown...It is diaplayed as blank in the rpt.
    I would like to show 0 or Null instead of blank. How can I achieve this?
    Thanks....VK
    Edited by: 793773 on Sep 29, 2010 11:22 PM
    Edited by: 793773 on Sep 29, 2010 11:24 PM

    Yup I achieved it using IFNULL function. Below syntax I used.
    IFNULL(FILTER("- Quantity"."Total Quantity" USING (Product.TEXT_0 = 'Day')),0)
    Regards....VK

  • BEx report : To see 0 values instead of Blank

    Hi all,
    We are using a formula in BI Report:
    Formula = Given_amt %A tot_amt
    Case1:
    if Given_amt is 0  and tot_amt is "not 0" then it should show 0.00% not BLANK.
    Case2:
    If there are no values for Given_amt and tot_amt it should show as a BLANK not 0.
    Please advise.
    Thanks in advance.
    Sri

    Hi Sri,
    I need your help as I am in almost similar need as you were in...
    We are using a formula in BI Report:
    Formula = Given_amt %A tot_amt
    if Given_amt OR tot_amt is "Zero" then it should show 0.00% not BLANK. How can I handle this...Please asist.
    Thanks,
    -Su

  • SharePoint PPS Analytic Chart Drill Down Dimension showing all values instead of corresponding value.

    Hi,
    I have Performance Point Analytic Chart.
    I am doing drill down the bar with one of dimension. System showing all the dimension values instead of correspond values.
    Unwanted dimensions are showing like blank in the chart.
    How to over come this.
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want the drill down to show only the required dimensions.
    Here is an article about this issue, please check if it is useful:
    http://denglishbi.wordpress.com/2012/03/28/using-perspectives-with-performancepoint-services/
    In addition, as this issue is related to SSAS, I suggest you create a new thread on SQL forum, more experts will assist you with this issue.
    SQL forum:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Discoverer report showing null instead blank

    hi,
    I am running report from discoverer and it is showing null instead blank, do I need to check some thing in pref.txt file in oracle 9i
    regards
    kumar

    hi,
    I am running report from discoverer and it is showing null instead blank, do I need to check some thing in pref.txt file in oracle 9i
    regards
    kumar

Maybe you are looking for