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

Similar Messages

  • 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

  • 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

  • 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

  • JSPX Design View shows 'boxes' instead of WYSIWYG

    For a particular project I've just created to examine/try some custom JSF tags, when I edit mypage.jspx file, I get a display of nested boxes instead of a WYSIWYG view of the mypage.jspx page.
    This does not happen in a similar project that I've already completed & can display a .jspx from that project in a window next to the one displaying the boxes for mypage.jspx.
    Any ideas how to get it to display correctly?
    The code of the page that doesn't display correctly is below:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <af:document binding="#{backing_login.document1}" id="document1">
          <af:form binding="#{backing_login.form1}" id="form1">
            <af:panelFormLayout binding="#{backing_login.panelFormLayout1}"
                                id="panelFormLayout1">
              <f:facet name="footer">
                <af:commandButton text="commandButton 1"
                                  binding="#{backing_login.commandButton1}"
                                  id="commandButton1"/>
              </f:facet>
            </af:panelFormLayout>
          </af:form>
        </af:document>
      </f:view>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_login-->
    </jsp:root>Edit: 10/26 2:20P - Spelling & small correction
    Edit: 10/30 - Code Formatting

    Doing this showed me that I was missing a library - JSTL.
    I added the JSTL 1.2 library, then closed and re-opened the .jspx and am seeing the page correctly.
    I am still getting an error when loading one of the 2 pages in the project. In this case an ADF/JSF only page. The page does display properly, but I get an error message in the log.
    The error is:
    Error in f:view.doEndTag while servicing /faces/results.jspx.
    java.lang.NullPointerException
         at javax.faces.webapp.UIComponentClassicTagBase.popUIComponentClassicTagBase(UIComponentClassicTagBase.java:727)
         at javax.faces.webapp.UIComponentClassicTagBase.doEndTag(UIComponentClassicTagBase.java:1234)
         at com.sun.faces.taglib.jsf_core.ViewTag.doEndTag(ViewTag.java:241)
    results.jspx contents... PanelStretchLayout, PanelGroupLayout, PanelLabel&Message, OutputText, CommandButton only.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:loadBundle basename="UIResources" var="UIRes"/>
      <f:view>
        <af:document>
          <af:form>
            <af:panelStretchLayout binding="#{backing_results.panelStretchLayout1}"
                                   id="panelStretchLayout1">
              <f:facet name="bottom"/>
              <f:facet name="center">
                <af:panelGroupLayout binding="#{backing_results.group1}" id="group1"
                                     layout="vertical">
                  <af:panelLabelAndMessage label="#{UIRes['results.label']}"
                                           binding="#{backing_results.panelLabelAndMessage1}"
                                           id="panelLabelAndMessage1">
                    <af:outputText binding="#{backing_results.outputText11}"
                                   id="outputText11"
                                   value="#{labeledInputBean.name}"/>
                  </af:panelLabelAndMessage>
                  <af:commandButton binding="#{backing_results.commandButton1}"
                                    id="commandButton1"
                                    text="#{UIRes['results.button.text']}"
                                    action="logout"/>
                </af:panelGroupLayout>
              </f:facet>
              <f:facet name="top"/>
              <f:facet name="start"/>
              <f:facet name="end"/>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_results-->
    </jsp:root>Edit: Formatting

  • 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.

  • A column in 4i showing Null & Blank simultaneously but not in 10g

    Hi ,
    Presently working on migrating data from discoverer 4i to discoverer 10g and post migration it seems to be succesful.
    Though currently in a report we are facing the following issue :
    A column in 4i viewer showing Null & Blank simultaneously but its not so in 10g.In 10g it is showing NULL only.
    I tried working out with OPTION / Sheet----> Null and
    even with FORMAT DATA / TEXT giving the category as NONE(depicting the format as in Database)
    There was no difference with the above.
    Kindly advice me regarding the above.
    Regards
    Sajit.

    Hi,
    Check the aggregation methods in the 4i and in the new version

  • Discoverer reports shows 'NULL' in columns where is no data

    Hi All,
    Discoverer report is showing NULL in columns where is no data.
    please advise ASAP.
    E-biz: 12.0.6
    Database: 11.2.0.2
    Discoverer: 10.1.2.55.26
    Thanks in advance.
    Regards
    Kumar

    In Discoverer BI DEsktop By default, it uses “NULL” text, but we can show Zero or blank then that report is executed as text report.
    how can we set it as for all reports as default blank or zero.Have you reviewed the docs referenced above?
    Please see these docs.
    Discoverer 10.1.2/11g Worksheets Do Not Display Expected Null Format Setting After Modifying Tools Options [ID 311841.1]
    Workbooks Show Wrong Null Format in Viewer/Plus After New Install or Upgrade from 4i to 10.1.2 [ID 352194.1]
    Thanks,
    Hussein

  • Does calendar month view show times

    I'm sure I'm not going crazy but I could have sworn that, until late last night, my iPad 2's calendar when in month view showed event times.  Similar to what you see when you check the "show times in month view" box when in iCal.  I am pretty sure that that function was on my iPad 2 prior to my downloading iTunes 10.3.1 beta because I keep my iPad near the kitchen phone so that we can 'check the calendar.'  Now it is not there.  The folks at MME support didn't have an iPad to check and they suggested that I go to a local Apple store and see if the ones in the store had this function.  I did and they did not.  
    I spoke with a genius at the Apple Store and he couldn't verify whether that was ever a function of iOS on the iPad.  I did tell him that my iPad had been having some strange things happen on the display when I activated the calendar on the iPad.  Events would appear, disappear, then reappear sort of in an wave.  I am not sure as to the timing of this as to whether it was pre iTunes 10.3.1 beta or after I installed it.  
    HELP!  Was I just seeing things?  Or was it there and now gone?
    G-N

    Thanks for the wild and crazy ideas.
    I did remove any events that span midnight and it did not help.
    I looked at the DbFixit program. Since it corrects problems in the Palm and not in Palm Desktop I believe it is not relevant. The reason I belive the palm device is not involved is because of the following test:
    I removed all previous Palm Desktop versions
    I removed all registery entries for both Palm, PalmOne, and the USB (as specified by a chat session with Palm)
    I removed all data directories including \Program Files\PalmOne, \Program Files\Palm, and \Palm
    I removed all instances of data in the Documents directory
    I did a cold boot of the computer
    then...
    I did a fresh install of Palm Desktop
    I typed in a year's worth of data
    I did not sync or otherwise connect a palm to the system
    I selected month view
    The system crashed!
    I believe this takes the Palm device completely out of the loop. This problem occurs when typing data in Palm Desktop from the keyboard.
    I appreciate any ideas, and will follow up on them.
    Thanks again
    Jack Cornelius
    Since no Palm was involved, the corruption must have occured in the Palm Desktop program itself.
    Post relates to: Tungsten E2

  • I can't view video on imported clips on FCPX, it shows blue instead of image

    I can't view video on my imported clips on FCPX, it shows blue instead of image on the clip. I can hear sound but no video. What is the problem. I wish someone can help me on this issue? Thanks.

    The camera is Sony Handycam HDR-CX550. I used the internal hard disc to record. I can's use MTS clips if it is recorded on the internal hard disc. I converted clips into MOV, MP4, and Final Cut formats, non of them worked on Final Cut Pro X. I tried to import the same clips on iMovie, it worked but super slow. MOV and MP4 formats used to work for FCPX, the only difference is I recorded the footage with HD 1920x1080.
    The clip I imported showed as a blue thing with two rectagle shapes on it. I can hear the sound, but no video. I also imported my old clips with sam format, it worked. I tried a lot of things, no use.
    By the way, what is spwecs?

  • Viewing shows with an external HDMI TV

    Running FCP on a 27" iMac and would like to hook up an external TV to view shows from within FCP. Currently outputting then reviewing on an HDMI TV because I don't get an accurate view of the show from either viewer in FCP. Can I hook up an HDMI TV using a Mini Display (plugged into a Thunderbolt port) to HDMI cable AND get an accurate representation of the video with this setup? This would save so much time.

    Yes, you can output to your HDMI TV using a mini displayport to HDMI adapter. Note that no all adapters carry audio, so make sure you choose one that does.
    The TV will appear like another monitor your mac can use. You can elect to Show Viewers on Second Display and then put the viewer on full screen.

  • Cover Flow view shows distorted checkerboard graphics

    I can see the albumn artwork fine under Albumn View but the Cover flow view shows distorted checkerboard graphics on each albumn cover. I ran dxdiag and no problems showed up. any ideas? I have directx 9.0 and itune 7.6.0.29

    No problemo

  • Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    Q. 2:  Powerpoint for Mac 2011  Version 1     How do I get PRESENTER VIEW to work so I can see my notes and the audience only sees the slide show?  Currently PRESENTER VIEW shows up on the flatscreen and my laptop shows only the slide show....?!

    As PowerPoint it a Microsoft product, you may find that you get better answers to your question on their PowerPoint forums.
    Best of luck.

  • When setting the split-days to "every 15 minutes," the week and comparison views show incorrect time ranges for the day

    When I change the "split-days" interval time, under Options > Settings, to
    15, or every 15 minutes, the week and comparison views don't show the correct
    time range for the day.
    <P>
    For example, if I click View to display the calendar and then click Week to get
    a weekly view, the time range displayed is from 6:00 a.m.
    to 4:00 p.m. If I click Comparison to get a
    comparison view, the time range displayed is from 12 p.m.
    to 6:45 p.m.
    <P>
    In this example, should both of these views show the same time range, from
    9:00 a.m. to 4:00 p.m.?
    No, the two views will not necessarily show the same time range. The time
    range for the comparison view will start at the beginning prefs time only
    if you have something scheduled (on any day of the week) starting at that
    time. For example, on one of the days during your week of comparison, if you
    create an event that starts at 9:00 a.m. and then open the comparison view, the
    time range displayed will start with 9:00 a.m.
    <P>
    Additionally, view times will expand past the configured settings if events
    span past the time range. That is, if you have an event that spans from
    5:00 p.m. to 8:00 p.m., the event will be reflected in the view, even though
    your time range may be set to go only to 6:00 p.m.

    Umm yes.
    The settings are stored in ''prefs.js'', so you could swap various copies of this file in and out.
    However, the system will load ''prefs.js'', then, if present, ''user.js'' , so you can set up just your changes in ''user.js'' .
    The sort of line you need to look for is like this:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    You'll need to do some research to identify which of your accounts is which.
    Search for the account's email address:
    <code>user_pref("mail.identity.id10.useremail", "xenos&#64;example.com");</code>
    Use the id number to locate the account number:
    <code>user_pref("mail.account.account29.identities", "id10");</code>
    Use the account number to find the server number:
    <code>user_pref("mail.account.account29.server", "server14");</code>
    Finally, you can then use the server number find the account's time setting:
    <code>user_pref("mail.server.server14.check_time", 10);</code>
    This last entry may not exist, if you have never changed the setting from the default 10 minutes.
    Do be careful with your typing and copy/pasting; if the file fails the syntax parser it will silently fail.
    And make sure Thunderbird is shut down when you do the swap. If it's open, it may overwrite changes, and in any case, it only reads the settings file when it starts up.

  • Viewer showing only saturated black and white

    My Aperture is gone into a funk -- The viewer shows only a totally saturated black and white image -- each pixel is either all white or all black (browser and thumbnails are normal). This is for all images in all projects. I have rebooted the machine and restarted Aperture to no avail. I cant find a preference item that seems to control this. Ideas?
    Here is info on my system hardware:
    Model Name: Mac Pro
    Model Identifier: MacPro1,1
    Processor Name: Dual-Core Intel Xeon
    Processor Speed: 3 GHz
    Number Of Processors: 2
    Total Number Of Cores: 4
    L2 Cache (per processor): 4 MB
    Memory: 4 GB

    Partially answering my own question (perhaps this will help others). Looking more closely at the viewer screen, I saw the words "proofing profile". So I found that the proofing profile was turned on in the view menu, and it was set to "black and white". (This must have inadvertently been set when I tried to convert an image in monochrome for printing.) Turning off the proofing profile in the view menu returned me to the original images.
    However, I still do not understand why the proofing profile images were totally saturated. Is "black and white" different from monochrome? Where are the settings to change the saturation on the proofing profile?

Maybe you are looking for