How to hide 0 in reports

Hi all,
How do you hide 0 results in a report.
I only want to hide the particular column.
I tried to do it by having a rule to make it white on white. It works on your screen, but when you print it, it shows as grey.
Any ideas?
Thanks,
Eric

btt

Similar Messages

  • How to hide the report progress window

    hii all
    i am running a report using a run_product builtin from a form but i want to hide the report progress window
    how can i do that
    thanks

    Ayman,
    the only way to do this is to run teh Reports in asynchronous mode which will have it running as a background job.
    frank

  • How to hide/show reports region with radio group selections

    Hi, I have an HTML region with a radio group of two choices (Rpt1 and Rpt2). Also got two other report regions which depend on the radio group selections and by pressing a button it will display records.
    Everything does work perfect BUT say I select Rpt1 and press the report button it will show the records and after that if I select the Rpt2 radio button I still see the result of Rpt1 records. How can I clear or hide the reports regions when I change my radio button selection?
    Thank you
    -iahmadi

    Hi,
    You can create HTML regions that do not need to contain anything at all (use the "No Template" region template to ensure that you don't see a region Title on the page).
    However, in order to get this region to be displayed until the Report button is clicked, you would need to have a hidden page item (called, say, P1_SHOW_REPORT) that has, as a default, 0 as a value. The branch that is triggered by the Report button would then set this item to 1 - so, 0 = hide and 1 = show
    On your page you should have a branch that is conditional on the Report button being clicked. On this branch, set the first "Set these items" to P1_SHOW_REPORT and "With these values" to *1*. You should also have a branch on the page that is unconditional - meaning that it can be triggered by anything that submits the page. Firstly, this branch should have a high Sequence Number (say, 99) and secondly, should should set the value of P1_SHOW_REPORT to *0*. So the Report button sets it to 1 and anything else (which will include the radio button selections) will reset it to 0.
    Now, on your regions you have to change the conditions slightly as we now have two conditions to check - which report has been selected and whether or not the Report button has been clicked.
    This can be done by using a SQL Exists condition of something like:
    SELECT 1 FROM DUAL WHERE :P1_SHOW_REPORT = 1 AND :P1_RADIO = 'ABC'(where ABC is the value for the radio button for the report
    The "blank" region would also have a condition - that would be a simple Item = Expression 1 condition of P1_SHOW_REPORT = 0
    Andy

  • How to hide ABAP report source codes like program SAPMSYST

    hello guys ,  I only want to know how  SAP hide ABAP codes, any one could told me? 
    BRs.
    Justin

    hi
    u can use table name  D010TAB
    IF J > 1.
        WRITE: / 'Cannot generate appropriate program name'.
        EXIT.
      ENDIF.
      DATA: F5(8).
      EXEC SQL.
        SELECT MASTER INTO :F5 FROM D010TAB WHERE MASTER = :NEW_NAME
      ENDEXEC.
      IF F5 IS INITIAL.
    There is no such hidden program, hide it
        EXEC SQL.
          UPDATE D010TAB SET MASTER = :NEW_NAME WHERE MASTER = :PROGRAM
        ENDEXEC.
        concatenate 'Program' :program 'was hidden.'
          into message separated by space.
      ELSE.
    There is already a hidden program there, unhide it
        EXEC SQL.
          UPDATE D010TAB SET MASTER = :PROGRAM WHERE MASTER = :NEW_NAME
        ENDEXEC.
        concatenate 'Program' :program 'was restored.'
         into message separated by space.
      ENDIF.
    write message.
    Edited by: krupa jani on Nov 9, 2009 7:30 AM

  • How to hide a report builder field if it is zero

    I am using Coldfusion Report Builder. If the value of a feild is zero, how can I hide it or show a blank. Keep in mind this field is a DollarFormat() field.

    scottnweber wrote:
    I am using Coldfusion Report Builder. If the value of a feild is zero, how can I hide it or show a blank. Keep in mind this field is a DollarFormat() field.
    When you click on the field in Report Builder, look near the bottom of the Properties window, in the "Print Control" section.
    You will see an entry labelled "Print When Condition". Put an expression next to it that returns true or false.
    For example, in your case, you would put something like the following:
    MyField neq 0
    Where "MyField" is the name of your field. This expression will only allow the field to be printed when its value is not zero.
    Since you're targeting the value of the field you don't have to worry about the formatting that you used next to "Expression" in the "Data" section of the Properties window.

  • How to hide the report

    Hi Team,
    Here the requirement is there is one dash board promt in that we are hard codeing the vlaues as REPORT 1 and REPORT 2 and the reports will be one after the other when we select REPORT 1 REPORT 2 shuold hide and it as to show only REPORT 1 when we select REPORT 2 REPORT 1 should hide and it should show only REPORT 2 this is the requirement.... will any body give an idea how to acheive this
    Thanks,

    Hi,
    You would have to create one dummy report to achieve this.
    Create a presentation variable in your prompt (which returns either 'Report 1' or 'Report 2'). Let's refer this as "p_var".
    Create a dummy report with a filter condition '@{p_var}' = 'Report 1'. Let's refer this report as "Dummy Report".
    In the dashboard place your two original reports in two different sections.
    Navigate to the first section, under section properties click Guided navigation. Set "Reference Source Request" to Yes and provide the path for "Dummy Report" in the source request box. Check "If request returns rows" under Show Section.
    Do the same for the other section, but check "If request returns nothing". That should do it.
    Regards,
    Seetharam

  • How to hide the report "No data available" message

    Hi,
    When there are no results from a query execution I would like to hide or at least replace by 0 the "No data available" message.
    I'm working on BI 7 and the query is included in a web template that has a button to export to excel and the objective is that this message doesn't appear in the exported file.
    Do you know if this is possible? If yes please tell me how to do it.
    Regards,
    Ana

    Hi,
    Thanks for your answer.
    I will explain my issue a little bit further.
    I'm working in BI 7 and I create a web template that contains five queries and a button to export all the queries results to an excel file.
    So when executing the query in the portal, depending on the selection criteria inserted some of the queries show the message "No data available" and using the button to export to excel the generated file include that message too. It would be preferable to delete the message in the web and in the excel file, but we need to replace at least in the excel file.
    I don't know if this is possible with some script so if you have some export script example please post it here.   
    If there is some way that when no records exists return zero I think that with a formula I can hide the result but I don't know how to get the 0 value....
    If you can help in some way I would be very grateful.
    Regards,
    Ana

  • How to hide saved report filter condition

    Hello,
    I create an IR report and pre-create some saved report.
    I would like to hide filter condition when end-user select one report on the list so that he/she cannot see and delete the condition.
    Is there anyway to do that?
    Thank you.

    Another approach:
    Open view CRM_WORKAREAHDR/WorkAreaHeader and change the configuration. There is a button in the bar named "Attributes" (probably hidden under MORE).
    Once in there in edit mode substitute the content of attribute "UI_COMPONENT_3". It should be
    Window=CRM_ALLSEARCHES.CRM_ALLSEARCHES/LauncherWindow;horizontalAlignment=right;
    put there a
    Width=0px;
    The other way using business role is fine as well.
    cheers Carsten

  • How to hide WebI report in infoview

    Hi,
    I have created a sub-report which opens when user clicks on hyperlink in main report. To get it to work, I uploaded both reports to Infoview.
    Now both of the reports are showing so a user could potential run the sub-report first which I don't want them to do. All I want them to see is the original report. Is there anyway to hide the 2nd report so a user can't see it?
    Thanks in advance.

    hi Jayesh,
    Can you try this. Keep the sub-report in your favorites and once the user clicks on the link, then he can access the report from your favorites section. What i mean by this is do not publish your sub-report in the folder which has main report. In that way, the user will be able to see only the main report and click on the link and go to sub-report.
    Hope it helps...

  • How to hide BEx reports in archive folders

    Hello experts, 
    Need your advice, we currently have several reports that we want to phase out gradually, but want to keep available in case users would want to use in the few months ahead.
    Can you please help confirmif possible to move BEx reports from current infoprovider folders into archive folders and then remove user role access to this folder?
    We would prefer this since users currently have access to infoproviders.
    I also tried this option seen in one of the earlier blogs but it fails in  step 3 since it doesn't accept REP for the Detailed information for DEFTP column (error enter a valid value is shown)
    1) Look in table RSRREPDIR with the query technical name.  Get the COMPUID value.
    2) Go to table RSZELTDIR with the COMPUID value.
    3) In table RSZELTDIR, select the Active record (OBJVERS = A) and do Table Entry, Create with Template from the menu.  Change the OBJVERS value in the new record to D and save the new record.
    4) Go back to the RSRREPDIR table entry.  Copy the Active record (OBJVERS = A) and do Table Entry, Create with Template from the menu.  Change the OBJVERS value in the new record to D and save the new record.
    5) In the RSRREPDIR table, delete the Active record (OBJVERS = A).
    Really appreciate your help, thanks!

    Hi,
    I dont think this is possible.
    -Vikram

  • How to hide a report

    Hi,
    I have a form and report on the same Apex page. Is there a way to only show the report when the user clicks on the "Submit" button. That way the report will only show up when the "Submit" button is clicked on with the form data. Thanks.

    You could:
    1. Create a conditional branching with a lowes possible sequence.
    2. Tell the branching to fire only if your SUBMIT button is pressed.
    3. In the Request value of the Branching put something like SHOW_REPORT.
    4. Make your report show on condition "Request is contained within Expression1" and put SHOW_REPORT in the Expression1.
    That way, your report will show only if you use that SUBMIT button.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How to hide a  report region on a page

    Hello,
    I have a page divided with 5 regions ( report region).
    Is it possible to not show a region when the page is loaded iif the query is not returning any results?
    thanks
    Roseline

    Hi,
    Yes, you can conditionally show regions.
    Go edit your report region and set Condition Type "EXISTS (SQL query returns at least one row).
    And in Expression 1 place
    SELECT 1 FROM
    ( paste your query here )Between bracket place your query.
    Br, Jari

  • How to hide report tabs in webi using opendoc?

    How to hide a report tabs in webi while accessing that report using OpenDoc??
    Is there a way to see just the sReportName selected without show the other
    report tab in the bottom of the document??

    Hi,
    As Mention By SUBBARAO MUCHERLA Either create 2 Different Reports.
    Or
    You can do one thing .
    Add Complete Report in a Blank section .
    Section (v_sec_All ="All")
       --Part1   //Table
       --Part2   // Chart
       --Part3   //Chart 2
       --Part n
    Use this section(v_sec_All) in Linking Report Part .

  • How to hide some select-option of Logical Database in report?

    How to hide select-option of  Logical Database in report?eg . In Logical Database 'PNP' , my code is 'GET  PERNR' , excute the report , select-screen is displayed . I want to hide some select-options , such as PNPPERNR-LOW .
    Edited by: rongrong wang  on Mar 26, 2008 9:31 AM

    U need to write code in initialization as
    initialization.
    loop at screen.
    if screen-name = 'PNPPERNR-LOW'.
    screen-active = '0'.
    modify screen.
    endif.
    if screen-name = 'PNPPERNR-HIGH'.
    screen-active = '0'.
    modify screen.
    endif.
    endloop.

  • How to hide dynamic parameters values in the URL with Reports 6i

    Hi,
    I want to know a way of hiding the parameters values when asking for a report through the web.
    Now I'm using the Reports 3.0.5.8 with a Cartridge defined in the Oracle Web Application Server 3.0.1.0.1. When you ask for a report with the parameters DESTYPE = cache and DESFORMAT = pdf, it is fully generated and in the Address or Location box of the browser, you can see http://webserver/cache/report.pdf (where cache is the virtual directory defined in the OWAS in which the .pdfs are cached). So, users cant see the Url used to generate the report.
    Im trying to upgrade this configuration to Reports 6i with Cgi in a web server. I generate reports with no problems. The problem I have is I cant find how to hide the parameters values as before. I mean, when I ask for a report, once its generated I can see http://webserver/cgi-bin/rwcgi60.exe?server=ServerName&report=report.rdf&userid=user/pass@connection&destype=cache&desformat=pdf&P1=value1&P2=value2 in the Location box. It allows user to ask for another report changing the values of the parameters. I use these parameters to execute some query written in the Data Model. For example, imagine that the P1 represents the company id, the user (that is supposed to see only data of its company) can change this id, ask for a new report and see data of another company.
    Ive already tried to use the key mapping option, but its not useful to me because the parameters values are dynamic and its impossible to define different entries in the cgicmd.dat for each possible value. The option of loading the parameter form before running a report is not useful to me either, because there exists specific screens for this purpose.
    Is there any solution?
    Thank you.
    Marma Bonfiglio.

    Hi Rakesh,
      I am using BI  7.0
    The last option I have is 'Hide' for 'Calculate single values as' .
    I have the below options  for 'Calculate single values as'
    1. Normalise  according to Next group  level  Resul.
    2. Normalize according to  Overall Result
    3. Rank number
    4.Olympic Rank Number
    5.Maximum
    6. Minimum
    7.Counter for all detailed values
    8.Counter for all detailed values that are non zero
    9.Moving average
    10.Moving average  That is  Not zero ,null or Error
    11. Hide.
    So could you please tell me where i can find 'suppress result' option for the keyfigure .
    Many thanks

  • How to hide Compounding object in report

    Hi friends
    We want to display region in our reports , But when I execute the query region is coming along with county (eg: US/TX , US/CA etc..) ...this is because of country is a compunding object of region...Can any body let me know how to hide country ...We just want to show TX,CA etc..
    regards

    Please search...this has been answered many times here.

Maybe you are looking for

  • ITunes will no longer shuffle or play continuously

    Hey all - my iTunes will no longer play continuously.....I've tried to set it to shuffle but to no avail. It just plays one song and then stops. Any suggestions? Oh - and I have updated the software, and uninstalled and then reinstalled it as well! C

  • Bar Graph

    Hi, I am trying to create bar chart like this with xml driven data, i have written a script for that I want to connect x-axis with my bar height. how do i do it? Can any one help me for that, My script is, package     import fl.transitions.Tween;    

  • X axis labels in Charts

    Hello All, I am using column charts in my Xcelsius Dashboard (Xcelsius 2008 - SP5). The X-axis labels are too lengthy, it is displaying vertically. The requirement is to display the names horizontally and wrap the text. I cannot use label component a

  • ANN: Using the new $chaptertitlename variable in hierarchical books

    FrameMaker engineering has posted a blog entry showing how the new <$chaptertitlename> is used in FM9's hierarchichal book structure. It includes a small swf demo. See: http://blogs.adobe.com/techcomm/2009/09/fm9_hierarchical_books_new_variable.html

  • Import GP transport package

    Hi, I am trying to import the GP .sda file which was successfully imported during the first import. Somehow the files got corrupted. so i deleted the GP folder from design time .. undeployed and deployed again via SDM but when i try to release the GP