Suppress zero

hi,
i have a problem with supressing zero values.
i have a bar chart. there is only one bar on the chart. The bar is split into 2 sections. (ie stacked bar). On the top section, the number 23 is shown which is the result of code i used in a formula:
if = 'Yes' then 1 else 0;
if ='NO' then 1 else 0;
So the single bar is split into 2 sections a yes and no section.
However, on this top section is the number 23. On the bottom section (there is no section displayed) as the count is 0.
Im wondering how can i get rid of this zero?
cheers.
j

Hello Ramesh,
You have said that you have liked the responses by Lakshman and Siegfried. So they deserve to be rewarded for their effort.
1. Please mark this thread as a question (why did you uncheck the option?)
2. Reward appropriate points to both of them.
3. Mark the thread as answered.
Regards,
Anand Mandalika.

Similar Messages

  • Suppress Zeros in BPC

    I've run into a slight issue when suppressing Zeros in a standard report in BPC.  I'm hoping others have run into this as well, it seems like there should be a solution (but I haven't run into any via the help or this forum).  Here's the situation:
    I am showing both budget and actuals in a report.  I'd like to suppress zeros so that if BOTH budget and actuals are zero, it'll suppress the line.  However, if there are actuals and no budget (or vice versa), I'd like it to keep the line.  Seems simple?
    The control panel only allows me to put EITHER actuals or budget in it (in the category field).  Whatever is selected there, BPC will suppress based on that (i.e. if actual is selected as the category, it'll supress all fields with no actuals, even if there's budget there).
    I think if I use an EVDRE report I'm able to supress based on both (you can put that in the suppress field in the control panel), but I can't use that type of report because I need to display both actuals and budget for two different years.
    Help?!?

    Hi,
    This is feasible.
    Lets say that you are expanding the account dimension, then in one of the cells below the control panel, define the below:
    ([ACCOUNT].CurrentMember,[ACTUAL])<>0 and ([ACCOUNT].CurrentMember,[BUDGET])<>0
    Keep the suppression for the account dimension ON. Change the expansion function. In the EVEXP function, for the filter parameter, use the cell in which you have define the above formula. This will suppress all 0s if both actual and budget has 0s.
    Hope this helps.
    Edited by: nilanjan chatterjee on Dec 23, 2009 8:33 PM
    Edited by: nilanjan chatterjee on Dec 23, 2009 8:33 PM
    Put greater and less than sign in front both the 0s in the formula. I am not able to put it in the response.

  • How to suppress zero values in EVDRE Report?

    Hello.
    In my EVDRE Report I need zero values to be suppressed.
    But SAP BPC NW 7.0 Help says that
    The system does not suppress rows or columns returning a zero (where a zero amount is stored in the database)
    So how can I suppress zero values?
    P.S. In SAP BPC 7.0 for Microsoft platform "Suppress" parameter suppresses both zero and NULL values just like I need.
    Thanks.

    I have next options in EVDRE ExpandRange:
    PARAMETER     EXPANSION 1     EXPANSION 2
    ExpandIn     COL     ROW
    Dimension     TIME     P_ACTIVITY
    MemberSet     DEP     BASMEMBERS
    BeforeRange          
    AfterRange          
    Suppress          Y
    Insert          
    And my result is
         2009.JAN     2009.FEB     2009.MAR
    EMPL1     1,00       1,00       1,00 
    EMPL2     1,00       1,00       1,00 
    EMPL3     1,00       1,00       1,00 
    PC     1,00       1,00       1,00 
    SQM     1,00       1,00       1,00 
    LABMAN     0,00       0,00       0,00 
    LABPRD     0,00       0,00       0,00 
    MACHRS     0,00       0,00       0,00 
    MAINT     0,00       0,00       0,00 
    NONE     0,00       0,00       0,00 
    MACH1     0,00       0,00       0,00 
    MACH2     0,00       0,00       0,00 
    MACH3     0,00       0,00       0,00
    As you can see zero rows present.
    I'm on SAP BPC 7.0 NW SP7.

  • Suppressing zeros in inventory report

    <p>Hi,</p><p>Can anyone please let me know how to suppress zeros in the detail section?</p>

    These folks may have your answer: http://www.oracleappsblog.com/index.php/C25/

  • Hyperion Smart View - Suppress zero & #missing

    Hi,
    I just noticed today that Suppress zero & #missing rows doesn't work in hyperion smartview when planning forms are opened in it.
    Is it necessary to check the suppress #missing rows in Hyperion planning while building the forms ?
    Is it not possible that I have all the rows in Hyperion planning form and suppress #missing and zero rows in smartview form whenevr I like to?
    Thanks in advance!!

    Hi,
    You will probably have to set the suppressions on the forms design side, suppress on the smartview side is more for adhoc analysis.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Suppress zero in grid

    Hi Experts,
    is there a way to suppress zeros values with Grid object?
    thanks
    Paolo

    Hi Konstantin,
    what do you mean by clear the cell? Can you provide an example?
    To be more clear: all columns of the grid are not editable for me.
    I fill manually a datatable and bind the grid to the datatable.
    Thank you
    Paolo

  • Crosstab issue: Suppress Zeros in Rows

    Dear all,
    We have a report in BO Design Studio with a crosstab.
    In this crosstab I have some rows where all key figures are 0 (or empty).
    In BO Analysis Office these rows can be suppressed via Filter >> Suppress Zeros in Rows.
    How can we achieve this in Design Studio?
    Kind regards,
    Lieselot

    Hi,
    Maybe not exactly for your scenario but for similar ones it could be more useful:
    A very interesting way of filtering data based on Key Figure values (Measures) is by using Conditions.
    You can even change the values for your conditions dynamically directly from Design Studio either via user interaction (such as through a Dropdown or Prompt dialog) or only in the background via scripting (for example in the Application On Startup Event).
    See this great post from Xavier Hacking about how it can be done: http://www.hackingsap.com/blog/sap-design-studio-and-conditions
    So you could also create a simple condition for a "key figure value not equal 0" - that could be another option. The advantage is the possibility later to make some changes to the condition directly in Design Studio. But you do not need that if the rows with 0 values shouldn't be shown all the time (then you don't need to use a variable in the condition).
    Regards,
    David

  • Suppress zero rows in file apd

    hi  experts,
    i need to suppress zero rows in a file being ggenerated by APD.
    Any suggestion how to proceed??

    Dear Kevin,
    Actually there is an option of appliying transformations in APD.
    There is a transformation type of ABAP routine which you can directly drag and drop directly.So once getting the CSV file then apply transformations on it.
    I think you can try this way
    Regards,
    Marasa.

  • Suppress Zero is not working!

    Dear experts,
    I have a structure in my query. In addition, I also have G/L Account as a Free Characteristic. Each row is restricted by certain G/L Account values, for example, Revenue row is restricted by G/L Account 00000001 and 00000002.
    When I execute the query and perform a drill down by G/L Account, each row in the structure would display all values of the G/L Account. For example, Revenue row would display:
    - 00000001
    - 00000002
    - 00000003
    - 00000004
    -etc.
    Only 00000001 and 00000002 contain values for Revenue but the rest are zero. As such, I tried to suppress those rows that have zero value. I only wanted to show 00000001 and 00000002 in the Revenue row after drill down.
    I tried to use Query Properties > Rows/Colums > Suppress Zeros > Active (All Values = 0) option and saved my query. When I execute, the query would still display rows even though it contains zero values. In addition, when I tried to change the query again, I noticed that the Suppress Zeros option has been automatically changed to Do Not Suppress!
    Why is this case happening, and how can I rectify this problem, other than the use of conditioning?
    Thanks you very much.

    Hi guys,
    I tried the following:
    Query Properties:
    1. Suppress Zeros : Active (All Values = 0)
    2. Effect on : Rows and Columns
    Structure Properties:
    1. Display > Suppress Zeroes > Apply Zero Row Suppression to this Structure.
    It solve my drill down problem. G/L Account 00000003 and 00000004 wont get displayed in the Revenue row.
    But another problem occurs as several of my fixed rows in the structure wont get displayed before the drill down takes place like dividend and tax. I want to display these rows, regardless they have zero value or not. But I dont want to display G/L Account values that are zero after performing a drill down.

  • Suppression Zero Values -Throws UNCAUGHT EXCEPTION

    Hi Gurus,
    When I tried to suppress zeroes localy in the query report, its throwing an error message
    "Program error in class RRMX_START_EXCEL method:UNCAUGHT EXCEPTION"
    "SYSTEM ERROR IN PROGRAM CL_RSR_REQUEST and form CHANM_SETTINGS_SET"
    What is the problem that I am facing and how can I correct the same?
    After executing the report, i tried to put zero suppression by right
    clicking on the query and enable zero suppression. Then the error is getting..
    Can some one help me to resolve this issue?

    The error is not only for suppression of zero values, but for all the tabular fns in the query properties when we click after the query execution

  • How to suppress zeroes in table control?

    friends,
        by default, i am getting the initial values (zeros 0.00 for qty. fields) for the fields that am displaying in table control...how to suppress the zeroes (fields for which no values are there) in table control? any option like we have in alv (no_zeros) avbl? thanks all

    u are getting 0.00  bcos these are the field properties , so u have to create a new field for ur requirement.
    check the field attributes in SE51,
    DICT = DEC Format.
    Program = No Check for leading ZEROS.
    Regards
    Prabhu
    Message was edited by:
            Prabhu Peram

  • How do I suppress zeroes from being displayed in numbers?

    Hello,
    I am generating a calculated dollar amount in one column that is based on values in another column. If I apply the formula to the entire column, most of the values are zero dollar in standard currency format because most of the rows have yet to be populated. I would like to suppress these values from appearing. I tried the if clause but I do not know what function to use for the false value if the condition is to be greater than zero.
    Thanks,
    Vince

    double click on the cell that has the formula, it will appear next to the cell.

  • Suppressing zeroes after decimal

    Hi
    I need to suppress the zeroes after the decimal places in my form output if 00 appears after decimal.
    eg 123.00 shd be displayed as 123 .
         123.23 shd be dispalyed as 123.23.
    Could anyone help me with this
    TIA
    Regards

    hi Ankur do this way
    data: wa_input  type i,     
          wa_output type i.
    wa_input = '1.000'.
    CALL FUNCTION 'ROUND' 
      EXPORTING   
        INPUT              = wa_input
      IMPORTING  
        OUTPUT             = wa_output
      EXCEPTIONS
       INPUT_INVALID       = 1
       OVERFLOW            = 2
       TYPE_INVALID        = 3
       OTHERS              = 4.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    * WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    write:/ wa_output.

  • Suppress zero in crystal report

    Dear all expert,
    i have a situation as below, i have a field in my crystal report which show 0005000, 0000000, 0000020 or 0000300. how can suppress the zero infront of the it so that it only show 5000, 0, 20 or 300?
    Thank You.

    Hi,
    the field i direct grad and drop from the tables into my report, so where can i use this function and how to do that? Sorry for that becasue im new in Business Object.
    Thank You.

  • Suppress zero rows in the query output.

    Dear Experts,
    We executed a query. In the output the values are displayed based on a hierarchy on gl account.
    But in the output some rows dont have any values i.e 0 value. Still those rows are appearing in the report output.I want to
    supress entire row. How to supress the entire row if no value i.e zeros are appearing in the query output.
    Regards,
    Bhadri M.

    go to change mode of query
    in that set the query properties /go to the query property secreen
    in the "Display " tab set the supperssion as "active (all value=0)" and in structure properties select the check box "also use  zero suppression for strucure element"
    i think it will be help ful
    Edited by: Soma Venkateshwarlu on Aug 28, 2009 2:40 PM

  • How to suppress zeroes in printout

    Hi Experts!
    I have my SAPSCRIPT changes in; but, the printout is showing leading zeroes.  There must be a way to suppress these, can anyone help me?  I created ZLVSKOMMIL1 & ABAP ZLVSKOMMIL1_FORM_ROUTINES (for Transfer Orders) using LTAK-VBELN, changing V_ORDNR,V_KUNNR
    Thank you for your help,
    Sharon
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Apr 21, 2009 6:08 PM

    Hi Sahron,
    Re: How to remove leading zeroes on form.
    Regards,
    Sravanthi

Maybe you are looking for

  • Regarding looping of a table

    how can we loop a table with respect to the index values of the table i want to loop the table upto an index 5 how can i do it. thanks in advance

  • Creation of user type

    hi i am trying to create a user type AGENT. i did it but when user created and assigned to AGENT. when i click on submitt button it showa an error IAM-3050056 : The specified value Agent for attribute Role is not one of the predefined values please s

  • How do I restore Time Machine backup files (from TC) to an external HD?

    I did a full Time Machine backup of my machine to a Time Capsule. All told, around 500GB. The MBP to which I'd like to transfer the files doesn't have a big enough hard drive. However, I do have a 1TB External HD that I could use. Can I use Time Mach

  • Client copy simulation errors

    Hi Gurus i have created a client with sap_all  profile from 000 client to my target system. and i run sccl for simulation then this following error came, what could be the reason? can i proceed to actual copy.....? thanks in advance.. Error: Table /1

  • Get z table data to internal table

    hi friends, when i'm trying to get ztable data to an internal table and run the smartform it's giving a runtime error saying "In the function module interface, you can specify only fields of a specific type and length under "ITAB". Although the curre