How to avoid 'No Data Available' message in the Report

Dear BI experts,
We have created report (child report) in the Query designer and for some employees the report returns no data with a message 'No Data available' which is fine.
But we have a requirement that this message should not appear. This is because when this report is being called from another Master report (which is created from Web Application Designer) the message 'No Data available' looks odd because this master report has other reports which have data.
Hence our users want to have a blank in the child report when there is no data.
Could you please suggest a method by which we can hide this message on the child report (in the Query designer level) or at the Master report level (in the Web application designer).
Thanks,
Sai

Hi I did not get your Master report and Child report concept. Is it a jump from one report to another?
Every report gets its data from a query. The one you are referring as Master Report in Web application designer should be using a query underneath it. Try to find out that query name.
You are bound to get the message No data if there is no data in the Cube. To check if there is any data in the cube use the transaction LISTCUBE. Replicate all the filters on the query and count the number of records there. They should match what your query gives out as results.
There is one way to get the Blanks. Fill all the empty records with Zeros in the cube and replace zeros with space on query level. But I will not recommend that.
In order to give you a better solution. Please specify what is in your Master Report and Child report and their relationship. Are using a context menu(Right click)  to go to a child report?
Also give the layout of your report.
We can use structures to get around the No data problem. But I can explain it only after I understand your requirements.
Thank you.

Similar Messages

  • 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 validate a date in message mapping

    Hi experts,
                    how to validate a date in message mapping. For ex:  if date comes as 2008/02/31, then file it shold not get processed.how to achieve this in message mapping. Please help .
    Thanks&Regards,
    Reyaz Hussain

    Hi,
    There are few simple ways for date validation as follow,
    1.If you would like to handle it in XI only, then in message mapping you could verify about it with the help of generating smart exception.
    For e.g in mapping there is one Date conversion API i.e. somthing DateTransformation It converts the incoming date format to required format. Here give the date format i.e expected from Sender File.
    If in case the format miss-matched then it will create the exception.
    You could handle this exception with the use of [Alert notification|http://help.sap.com/saphelp_nw04/helpdata/en/2c/abb2e7ff6311d194c000a0c93033f7/frameset.htm] and could be even able to notify to sender system about it.
    2. The another solution is easy for SAP synchornous communication --If you are passing the file data to SAP, then you could use below function modules to verify date format in receiver RFC/BAPI or inbound IDOC program. If the sy-subrc is not 0 then don't process further.
    CONVERT_DATE_FORMAT
    ISU_DATE_FORMAT_CHECK
    Thanks
    Swarup

  • How to avoid invalid data entering in LOV through code

    hi
    1)i have developed lov in table region, but user easily can enter invalid data and saved into the database tables.
    2)i created one formvalue and mapping into that return item , still its not working in table region LOV.
    3)how to avoid invalid data entering in LOV through code. i have tried this below code in EOimpl set value method. but some how its not wokring.
    if (value!=null)
    throw new OAAttrValException(OAAttrValException.TYP_ENTITY_OBJECT,
    getEntityDef().getFullName(),
    getPrimaryKey(),
    "ProcurementCategory",
    getProcurementCategory(),
    "FND",
    "FND_LOV_SELECT_VALUE");
    Thanks.
    krish.

    Thanks reetesh and gourav for your help.
    i followed below mapping details
    LOV Item Properties
    ID -PurcCommodity
    ViewInstance -VendorVO1
    ViewObject -PurcCommodity
    map1 properties
    LOV Region Item - segment1
    Return Item -PurcCommodity
    CriteriaItem -PurcCommodity
    Usefor Validation -Default
    map2 properties
    LOV Region Item - segment1
    Return Item -validation(formvalue)
    CriteriaItem -
    Usefor Validation -yes
    form value properties
    ID -validation
    ViewInstance -VendorVO1
    ViewObject -PurcCommodity
    Gourav- i double checked multiple rows it is not working, some times it is not working for single row too.
    Thanks
    krish.

  • How to avoid duplicate data while inserting from sample.dat file to table

    Hi Guys,
    We have issue with duplicate data in flat file while loading data from sample.dat file to table. How to avoid duplicate data in control file.
    Can any one help me on this.
    Thanks in advance!
    Regards,
    LKR

    No, a control file will not remove duplicate data.
    You would be better to use an external table and then remove duplicate data using SQL as you query the data to insert it to your destination table.

  • How can we get a alert message in  the current browser we are using the mom

    how can we get a alert message in the current browser we are using the moment we have entered some data in
    the table...
    I need a popup alert the moment a new record is added in a table... in apex database is 11g xe..
    The idea is I am using a apex application. .The moment new data is added in the table ..I am alerted by a message window..that a new record has been added...
    Thanks
    Edited by: pauljohny on Jun 11, 2012 10:23 AM

    pauljohny wrote:
    how can we get a alert message in the current browser we are using the moment we have entered some data in the table...
    "Current browser"? When viewing anything, or just when using an APEX app?
    Ans .. Just when using apex app....even if the apex app is minimised ..The current browser will be the one where I am using apex app...
    What i am looking for some scheduler .. to check ..in the table every 5 minute for change if there is a change..then a popup alert be shown...
    Split it into [at least] 2 components, database and browser. I'd expect someone calling themself a "DBA Architect" to have some ideas about the database side of things, even if not clued up on JavaScript and AJAX?
    I dont think its a database isssue... When i say to check every 5 minutes ..it could be easily done via dbms_scheduler ...I am having issue in getting the popup alert message...
    in apex... Dont know wether there is a plugin like modal window(available from skill builder) which shall help in this scenario,.Or might be have to use java scripting and ajax ..
    and if it is that (Java scripting and Ajax) .....then shall have to be familiar with java scripting and Ajax...and this shall be a bit time consuming..
    Had a feeling this could be accomplished via java scripting and ajax.. ...but still looking for some easy way..

  • How I can fix this error message in the Windows Server - kCGErrorFailure: No workspace dictionary?

    How I can fix this error message in the Windows Server - "kCGErrorFailure: No workspace dictionary"? This occurs after every startup or restart.

    You probably don't need the hard drive and optical drive specs, but here they are?
    ======================
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          1.5 Gigabit
      Description:          AHCI Version 1.20 Supported
    HL-DT-ST DVD-RW GH41N:
      Model:          HL-DT-ST DVD-RW GH41N                  
      Revision:          PQ06   
      Serial Number:          K3D9BH92251        
      Native Command Queuing:          No
      Detachable Drive:          No
      Power Off:          No
      Async Notification:          Yes
      Bay Name:          Upper
    HL-DT-ST DVD-RW GH41N:
      Model:          HL-DT-ST DVD-RW GH41N                  
      Revision:          PQ06   
      Serial Number:          K3D9BH92251        
      Native Command Queuing:          No
      Detachable Drive:          No
      Power Off:          No
      Async Notification:          Yes
      Bay Name:          Upper
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Description:          AHCI Version 1.20 Supported
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          3 Gigabit
      Description:          AHCI Version 1.20 Supported
    Hitachi HDP725050GLA360:
      Capacity:          500.11 GB (500,107,862,016 bytes)
      Model:          Hitachi HDP725050GLA360                
      Revision:          GM4OA5CA
      Serial Number:                GEA534RJ06E63A
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk1
      Rotational Rate:          7200
      Medium Type:          Rotational
      Bay Name:          Bay 1
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk1s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk1s1
      Content:          EFI
    OSXLION:
      Capacity:          499.25 GB (499,248,103,424 bytes)
      Available:          192.76 GB (192,758,513,664 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk1s2
      Mount Point:          /
      Content:          Apple_HFS
    Recovery HD:
      Capacity:          650 MB (650,002,432 bytes)
      BSD Name:          disk1s3
      Content:          Apple_Boot
    Hitachi HDP725050GLA360:
      Capacity:          500.11 GB (500,107,862,016 bytes)
      Model:          Hitachi HDP725050GLA360                
      Revision:          GM4OA5CA
      Serial Number:                GEA534RJ06E63A
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk1
      Rotational Rate:          7200
      Medium Type:          Rotational
      Bay Name:          Bay 1
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk1s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk1s1
      Content:          EFI
    OSXLION:
      Capacity:          499.25 GB (499,248,103,424 bytes)
      Available:          192.76 GB (192,758,513,664 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk1s2
      Mount Point:          /
      Content:          Apple_HFS
    Recovery HD:
      Capacity:          650 MB (650,002,432 bytes)
      BSD Name:          disk1s3
      Content:          Apple_Boot
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          3 Gigabit
      Description:          AHCI Version 1.20 Supported
    WDC WD2002FYPS-02W3B0:
      Capacity:          2 TB (2,000,398,934,016 bytes)
      Model:          WDC WD2002FYPS-02W3B0                  
      Revision:          04.01G01
      Serial Number:               WD-WCAVY7048785
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk3
      Rotational Rate:          5400
      Medium Type:          Rotational
      Bay Name:          Bay 2
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk3s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk3s1
      Content:          EFI
    BU2TB-Time:
      Capacity:          2 TB (2,000,054,960,128 bytes)
      Available:          1.1 TB (1,096,926,654,464 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk3s2
      Mount Point:          /Volumes/BU2TB-Time
      Content:          Apple_HFS
    WDC WD2002FYPS-02W3B0:
      Capacity:          2 TB (2,000,398,934,016 bytes)
      Model:          WDC WD2002FYPS-02W3B0                  
      Revision:          04.01G01
      Serial Number:               WD-WCAVY7048785
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk3
      Rotational Rate:          5400
      Medium Type:          Rotational
      Bay Name:          Bay 2
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk3s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk3s1
      Content:          EFI
    BU2TB-Time:
      Capacity:          2 TB (2,000,054,960,128 bytes)
      Available:          1.1 TB (1,096,926,654,464 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk3s2
      Mount Point:          /Volumes/BU2TB-Time
      Content:          Apple_HFS
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          3 Gigabit
      Description:          AHCI Version 1.20 Supported
    WDC WD10EAVS-00D7B1:
      Capacity:          1 TB (1,000,204,886,016 bytes)
      Model:          WDC WD10EAVS-00D7B1                    
      Revision:          01.01A01
      Serial Number:               WD-WCAU43604330
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      Medium Type:          Rotational
      Bay Name:          Bay 3
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk0s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk0s1
      Content:          EFI
    Data:
      Capacity:          999.86 GB (999,860,912,128 bytes)
      Available:          715.55 GB (715,549,786,112 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /Volumes/Data
      Content:          Apple_HFS
    WDC WD10EAVS-00D7B1:
      Capacity:          1 TB (1,000,204,886,016 bytes)
      Model:          WDC WD10EAVS-00D7B1                    
      Revision:          01.01A01
      Serial Number:               WD-WCAU43604330
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk0
      Medium Type:          Rotational
      Bay Name:          Bay 3
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk0s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk0s1
      Content:          EFI
    Data:
      Capacity:          999.86 GB (999,860,912,128 bytes)
      Available:          715.55 GB (715,549,786,112 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk0s2
      Mount Point:          /Volumes/Data
      Content:          Apple_HFS
    Intel ICH10 AHCI:
      Vendor:          Intel
      Product:          ICH10 AHCI
      Link Speed:          3 Gigabit
      Negotiated Link Speed:          3 Gigabit
      Description:          AHCI Version 1.20 Supported
    WDC WD1003FBYX-01Y7B0:
      Capacity:          1 TB (1,000,204,886,016 bytes)
      Model:          WDC WD1003FBYX-01Y7B0                  
      Revision:          01.01V01
      Serial Number:               WD-WCAW31850957
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk2
      Rotational Rate:          7200
      Medium Type:          Rotational
      Bay Name:          Bay 4
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk2s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk2s1
      Content:          EFI
    BUOSXLION:
      Capacity:          999.86 GB (999,860,912,128 bytes)
      Available:          697.88 GB (697,881,690,112 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk2s2
      Mount Point:          /Volumes/BUOSXLION
      Content:          Apple_HFS
    WDC WD1003FBYX-01Y7B0:
      Capacity:          1 TB (1,000,204,886,016 bytes)
      Model:          WDC WD1003FBYX-01Y7B0                  
      Revision:          01.01V01
      Serial Number:               WD-WCAW31850957
      Native Command Queuing:          Yes
      Queue Depth:          32
      Removable Media:          No
      Detachable Drive:          No
      BSD Name:          disk2
      Rotational Rate:          7200
      Medium Type:          Rotational
      Bay Name:          Bay 4
      Partition Map Type:          GPT (GUID Partition Table)
      S.M.A.R.T. status:          Verified
      Volumes:
    disk2s1:
      Capacity:          209.7 MB (209,715,200 bytes)
      BSD Name:          disk2s1
      Content:          EFI
    BUOSXLION:
      Capacity:          999.86 GB (999,860,912,128 bytes)
      Available:          697.88 GB (697,881,690,112 bytes)
      Writable:          Yes
      File System:          Journaled HFS+
      BSD Name:          disk2s2
      Mount Point:          /Volumes/BUOSXLION
      Content:          Apple_HFS

  • How do I forward a text message with the iPhone?

    How do I forward a text message with the iPhone?

    You could take a screen shot (hold and release both buttons simultaneously) and then email the resulting image to someone.
    // crude workaround for now...

  • How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    Hi j,
    I don't know if this will work, but I'd try logging in to an admin account, going to your main library (not user library), opening it, opening Application Support, selecting iPhoto, hold down the command key and press i, click on the lock in the lower left, entering the password and making sure you have Read & Write privileges for System and Admin.

  • 1.HOW DO I TYPE ON A MESSAGE ALL THE LETTERS IN CAPITAL, 1.HOW DO I TYPE ON A MESSAGE ALL THE LETTERS IN CAPiTAL

    HOW DO I TYPE ON A MESSAGE ALL THE LETTERS IN CAPITAL?

    you mean you dont like pressing the shift button after every letter?
    go to settings, then general, then keyboard, then enable caps lock slider, then profit!
    -mvimp

  • How to get relationship between two  views in the  reports

    How to get relationship between two  views in the  reports, I am doing a deletion program , it is fully relates to views , how to get relationship between them in the reports

    Hi,
    Please explain your question in detail...what do you want to read ?
    If you want to know about the navigation links between the views then you can use APIs  like
    wdComponentAPI.getComponentInfo().findInWindows("windowName").getViewUsageByID("Name").getNavigationLinks();
    Iterate through the navigationLinkInfo from above collection and can read the other properties .
    I haven't tried the above , but it should work !!!
    Regards,Anilkumar

  • Passing values to subreport in SSRS throwing an error - Data Retrieval failed for the report, please check the log for more details.

    Hi,
    I have the subreport calling from the main report. The subreport is based on MDX query agianst the SSAS cube. some dimensions in cube has values 0 and 1.
    when I try to pass '0' to the sub report as the parameter value, it gives an error "Data Retrieval failed for the report, please check the log for more details".
    Actually I am using table for storing these parameter values. In the main report I am calling this table (dataset) and passing these values to subreport.
    so I have given like [0],[1] and this works fine. when I give only either [0] or [1] then it is throwing an error.
    Could you please advise on this.
    Appreciate all and any help.
    Thanks,
    Divya

    Hi Divya,
    Based on the current description, I understand that there is no issue if you pass two values from main report to subreport, while the issue occurs when passing one value to subreport.
    To narrow down the issue, I want to confirm whether the subreport can run if there is only [0] or [1] in the subreport. If so, it indicates the query statements exist error in the subreport. If it’s not the case, this shows the issue occurs during passing
    values from main report to subreport. To make further analysis, please post the details of query statements of the subreport to the forum.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to avoid 'duplicate data record' error message when loading master data

    Dear Experts
    We have a custom extractor on table CSKS called ZCOSTCENTER_ATTR. The settings of this datasource are the same as the settings of 0COSTCENTER_ATTR. The problem is that when loading to BW it seems that validity (DATEFROM and DATETO) is not taken into account. If there is a cost center with several entries having different validity, I get this duplicate data record error. There is no error when loading 0COSTCENTER_ATTR.
    Enhancing 0COSTCENTER_ATTR to have one datasource instead of two is not an option.
    I know that you can set ignore duplicates in the infopackage, but that is not a nice solution. 0COSTCENTER_ATTR can run without this!
    Is there a trick you know to tell the system that the date fields are also part of the key??
    Thank you for your help
    Peter

    Alessandro - ZCOSTCENTER_ATTR is loading 0COSTCENTER, just like 0COSTCENTER_ATTR.
    Siggi - I don't have the error message described in the note.
    "There are duplicates of the data record 2 & with the key 'NO010000122077 &' for characteristic 0COSTCENTER &."
    In PSA the records are marked red with the same message (MSG no 191).
    As you see the key does not contain the date when the record is valid. How do I add it? How is it working for 0COSTCENTER_ATTR with the same records? Is it done on the R/3 or on the BW side?
    Thanks
    Peter

  • SVG Pie chart : how to display no dat found message

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

    Hello,
    I have a SVG pie chart and written a message 'no data found' under charts attributes.
    If there is no data for the chart,
    In IE :the chart region will be blank . chart heading will be displayed and . no 'no data found ' message is displayed.
    In mozilla : in the chart region, i can see ,the part of whole page where i display the chart ,is filled . Chart region heading is also displayed.
    Could you please reply , how to display 'no data found ' in svg pie chart?
    Thanks in advance.
    Regards,
    Archana

  • How to avoid clear data in the block in a form

    Hi All
    I am using Oracle form 10g and db 10g.
    My form i have a list item in my main canvas. It has a value of (EXPENSE,AMOUNT,SUPPLIER,ACCOUNT).
    The user used to select the list item one by one and used to enter values in the each canvas assigned to the Item(expense,amount,supplier,account) and go for a save.
    For instance when the user enter the value in expense ,amount and supplier and again back when the user navigate back to amount the entered value get cleared.
    how to avoid the data get cleared.
    Thanks & regards
    Srikkanth

    you can use EXECUTE_QUERY built-in to populate the data when that canvas or block instance. If it need at block level write this at When New Block Instance. if it a tab page then you can write when tab page change. If need where condition, add block level where condition.

Maybe you are looking for