Cube data not getting displayed in OBI

Hi
After importing a cube in OBI when I am trying to fetch the data it says " The criteria doesn't result in any data" .
The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.
Is there something I am missing to introduce in cube.
Appreciate any guidance.

The cube is not fully populated and only some of the measures have data like 2007 q1 jan Boston sales 200.Well if the cube's not fully populated then it's not wonder you don't get results. You wiill need to specify exactly the dimension members for which there is actually a valid data intersection point.
Other than that make sure that your hierarchies are represented as what they actually are in the RPD. I.e. ragged hierarchies are ragged and unbalanced ones unbalanced.
Cheers,
C.

Similar Messages

  • Adhoc Query data not getting displayed on Portal

    Hi,
    I have a problem with custom Adhoc query data not getting displayed on the portal.
    It was getting displayed initially but after a user made some changes to the query its not getting displayed.
    The query is displaying data perfectly on R/3 but on portal ..Its giving the message no data found.
    Can anyone help me on this.
    Also if anyone can tell me how do i debug an Adhoc query from potal.
    Is there any tool to debug an Abap program from portal.
    I dont want to use trace,
    Thanks
    GT
    Message was edited by: GT

    Hi GT
    find out the EXACT query u want to launch if it's display
    in BW buisness explorer then change the iview property
    for that query in portal . right click on iview
    BEx Web Application Query String -> assign correct query
    regards,
    kaushal

  • Data not getting displayed in query

    Hi
    I have master infoobject with keyfigure units as percentage, and data is loaded and working fine.
    data is not getting displayed in query, i am getting the error message, that exception aggregation has to be maintained for 0calday.
    how do i resolve the issue
    Regards

    solved

  • Master page Dynamic data not getting displayed in consecutive pages

    Hi,
       I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.
    Layout is
    Master page
          Sub form
                 Field1 -TextView
                 Field2 - TextField      bind with Node1--->Attribute1
                 Field2- TextField       bind with Node2---->Attribute2
                Field n - TextField
    all the text fields are bound to various nodes from RFC
    Body Page
             Sub form
                  Table -Grows Dynamically
    When i run the application all the fields are displayed perfectly in the first page.
    when the table data goes more than one page the problem arises
    The Text fields in the master page is  not displaying the values in the second page ,but the text views and the table values are fine.
    The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?
    Thanks in advance,
    Siva

    Hi
    I Would like to give a suggestion eventhough i don,t have answer to you question.
    Master Page is used for static content as per SAP and Adobe like company logo and  company address footer section and placing  watermarks etc....
    I feel because of the Dynamic behavior in master page it Leeds this problem.
    Regards
    Malli

  • Data not getting displayed in ALV grid when run in background

    Hello experts!
    Could anyone help me out please?
    I need to display an ALV grid in the background. My requirements are as follows:
    I first display an ALV grid in the foreground based on some input parameters. The user selects a few records for updating it and clicks on the "update" button. On the click of this button another report must be called and here the ALV report is displayed in the background.I am using "reuse_alv_grid_display" to display the grid.
    I am using Import/Export to get the selected rows in my called report. When i execute this report in the foreground i get the ALV grid along with the data. But when i execute it in the background, i get only the grid with the fieldnames and not the data when i check in SP01.
    Thanks in advance!
    Smitha

    Hi Smitha,
    If you are able to see in SP01 and only see the output layout or "List contains no data" shows clealry that the data is not getting passed in the called program or the data is not being used correctly in the called program.
    Cheers
    VJ

  • Module Pool - Table Control - Data not getting displayed in Control

    Hi,
    I have a table contol in my module pool program. In my processing I am filling an internal table & then in my PBO I am linking the internal table to table control. The issue is that even though the internal table is getting filled correctly (found through debugging), the data is not getting populated in table control. Nothing is populated on screen. I am writing part of code below
    Declaration:
    Types: begin of ty_control,
            SELECTED TYPE C,
            TEXT TYPE DPR_CAUSE_T-TEXT,
          end of ty_control.
    CONTROLS :  TBL_CONT TYPE TABLEVIEW USING SCREEN '9001'.
    DATA:       lt_table_cont type TABLE OF ty_control with header line.
    Fields in TBL_CONT:
       TBL_CONT-SELECTED
      TBL_CONT-TEXT
    PBO Flow Logic:
      MODULE STATUS_9001.
    MODULE fill_data.
      LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
      ENDLOOP.
    PAI Flow Logic:
    Loop at lt_table_cont.
       MODULE UPDATE_DATA.
    endloop.
    MODULE USER_COMMAND_9001.
    PLZ let me know what might be the problem. I have been trying to figure out but cant.
    Thanks.

    Hi Sonali,
               When ever you need to do anything with the table control, i mean if u want to display data in table control or you want to validate the data entered in table control Should be done within Loop and Endloop.(PBO or PAI's which ever is appropriate)
    Here the data is not bieng displayed in ur table control because you have not used the MODULE fill_data  between
    LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
    ENDLOOP.
    so do it like this
    LOOP AT lt_table_cont WITH CONTROL TBL_CONT cursor TBL_CONT-top_line.
    MODULE fill_data 
    ENDLOOP.
    this will solve your problem.
    Regards,
    Syed

  • Data not getting displayed in Report

    Hi All,
    I am creating a report the query of which fetches around 1500 rows and is working fine , when I am running the same query in the report created data is only getting displayed on the first page and the report contains only 1 page.
    Can anyone help what the problem is about and how to go about it.
    Thanks
    Ashwini

    Hi,
    Please check any conditional format trigger exists in the report, which you might created before. The conditional code doesn't seems deleted automatically and still take the conditional effect, even if you delete the conditional format from the menu. You need to delete it from Program Units manually.
    By setting the vertical elasticity to Variable, all records should display normally. Are you able to view the page navigation button, once you run the form? or are you getting any error message?
    Regards
    MP

  • Data not getting displayed in every page ...

    Hi,
    I'm facing a peculiar problem. I have a template where i want to display a certain table in every page but i can't place it in header. As far as i know it should get displayed if I select "Repeat as header row at the top of each page".
    This table is under a group <?for-each@section:G_HEADERS?> ... The problem that i'm facing is the table is getting displayed in the first page but not on subsequent pages ... i even tried putting a simple table with a static text .. but its behaving simillarly .... I tried Table-> Heading rows repeat but to no avail ..
    Please help me if someone has any solution ...

    Do you have a single page or multiple pages?
    You should be able to put a table in the header. Read up in the user guide on
    <?start:body?>
    <?end body?>
    Which allows you define the header/foot inside the Word body.
    In the 5.6.2 user guide it is on page 6-13:
    Creating RTF Templates -> Defining Headers and Footer -> Multiple or Complex Headers and Footers.
    In the word header you can use <??> command, but you have to spell them out and
    not use form fields - becaue Microsoft Word does not allow form fields in headers.
    Klaus

  • Sold-to-party Text data not getting displayed; Urgent

    I am current using a BI content 0CRM_COMP which contains sold-to-party, i have loaded this ODS, but when i view the data in bex i could only see the Key value and not the Text, even though i change the display mode to Key and Text both the columns displays only the Key value. is it because the master data is not loaded, i have also tried to load the Business Partner master data attributes and text till no use. Please help
    Note: These business partners are created in CRM and are nor from R/3

    Hi,
    Just check whether for this infoobject has master data and text option ticked or not in infoobject.
    If text option in there then search for the data scource0CRM_SOLDTO_TEXT or something like that which contain text for this particular infoobject and then laod the text for the same.
    Just got to the modelling tab -> infoprovider-> Application component in which you infoobject is present-> right click insert object as dat target-> give the name of your object this will give you data target one for master data one for text->activate data source and replicate in BW if not presen in BW-> make infosource on the text data source->make update rules for the text target and load.
    Or as Anil said sold to party is reference to customer load text into the custome with the same method iot will work fine.
    Hope it helps
    Thanks

  • Data not getting displayed in controls present in the tabs

    Hi,
    I am facing problem in binding data to different controls
    exisiting in different tabs of a page from database. I can see the
    values of the controls in first tab, but not in other tabs. And at
    the same time, I can get the values of the datagrid even if is
    present in the later tabs....
    please guide me......

    To do what you want, set creationPolicy="all" on the
    TabNavigator.

  • Data not getting displayed in SNI monitor Web-UI screen

    Dear all,
    We are running the program ROEMPROACT2 in ECC to transfer planned independent requriement entered in MD61, the message ProductActivityNotification_In is successful in ECC and SNC.
    SLG1 shows warning message "Item 1: ShipFromLocation and VendorParty are both not specified" but we not able to see the planned demand in SNI Details - Product view.
    Request please let us know if we have missed out on any config.
    thanks,
    mahesh.

    Hi Mahesh,
    currently i am facing the same issue as mentioned by you above. will you please let me know how it got resolved?
    Thanks ain advance.
    Regards,
    aruna

  • Material type not getting displayed in the cube........

    Hi,
    In my infocube material type for one of the material is not getting displayed.
    When I check in the content of the cube for this material all the fileds are getting displayed except material type.
    However it is present in the material master data from which it is put into the update rules to populate in the cube.
    Its getting displayed for some other materials , so we cant say that mapping is wrong or problem with update rules.
    Can some body let me know what could be the reason.
    Thanks,
    Jeetu

    Hi Jeetu,
    can you check in your cube if you have for one material, entries with AND entries without the MATL_TYPE? If this is the case then you were loading transactional data before having the corresponding material master data.
    You should adapt your scenario:
    - first do not use the standard attribute derivation during your URules: performance is very bad.
    - implement a start routine filling an internal table with your material and MATL_TYPE for all entries of material in your datapackage.
    - implement an update routine on the MATL_TYPE with a READ on this internal table an raise an ABORT = 4 if the MATL_TYPE is initial or the material in not found.
    Now to fix your situation you'll have to reload your cube or alternatively just reload your missing MATL_TYPE MATERIAL from your cube itself and selective delete those which are empty.
    hope this helps...
    Olivier.

  • Data is not getting displayed in the report from an Infoset.

    Hi All,
    I am having a report  based on an infoset. This report is displaying the data in the Dev. envmt. When it is transported to the QA, it is not displaying the data in the BEx as well as RSRT, in the QA envmt. The patch levels of both the Dev. and QA are the same. The Queries are same in the Dev and QA also.
    While trying to display the data from the infoset (rt.click- display data), i am able to view the data, in the QA.
    Could anyone please suggest why the data is not getting displayed in the query designer.
    Thanks & Regards,
    A.V.N.Rao

    Hi Ashish,
    I ran the "ZPS/!ZPS" in RSRT where ZPS is the infoset name. In Dev, it displayed the values. In QA, it displayed the below messages:
    ECharacteristic 0TCAKYFNM does not exist. Check authorizations
    WThere are calculated elements. These results are bracketed [  ]
    and below that, it displayed the values for Number of records. But, it has not displayed the values for the other figures.
    Does this has any impact in QA.
    Thanks & Regards,
    AVN Rao.

  • Master data is not getting displayed in the Query Designer

    Hi,
    I have a DSO in which I have an InfoObject called Emp No. in the Data Field.
    The Emp.No is being maintained as master with (Emp Name, Address, Telephone No, DOB) as attributes.
    I have loaded the data in the Emp. No. master. Then tried loading the transaction data in DSO.
    The Emp.No is there in the DSO active data, but in the query designer its not getting displayed.
    Hope its clear.
    Please help.
    Thanks

    Hi,
    I have brought the Emp. No. in the Key Field and also have activate the master data again.
    Yet my Query Designer doesn't have the Emp. No.
    I have done a full load for both Master and Transaction.
    Please advice me what the other alternative.
    Thanks

  • Table PA0045 is getting updated but data is not getting displayed in Infty

    Hi,
             When i save entries for any employee in Infty 0045 , the table pa0045 is getting updated with the record.
              But FOR FEW USERS, who created the record, the data is not getting displayed in one tab of the tabstrip bur rest tabs are filled with data. Its the case with few users only .
    Regards,
    Jyoti

    Check if there is proper data to be shown in the tabstrip.
    EX.. Loan Amount Granted in the Tabstrip Basicdata ...

Maybe you are looking for

  • Cisco ASA 5505 и URL filter

    Здравствуйте знатоки Cisco! Обчитавшись про блокировку URL ( https://supportforums.cisco.com/docs/DOC-21128#__URL_______URL__  ) решил настроить это добро, благо подвернулась ASA 5505 с Sec+ Раньше работал с tik'ами поэтому  в  Cisco новичек обчитанн

  • Consuming XI webservice in Dot net application.

    I have created a Xi webservice and hosted it on a server.Now I want to consume this webservice in a dot net application. But while consuming it I get a binding error from the webservice.Does anyone has a solution fron this. Do I have to do some XI se

  • Standar progarms and scripts for SD reports

    hi experts, Can any one list all the standard driver programs,output types ,scripts,smartforms for SD reports like deliveery order ,sales order,invoice etc mani

  • An irrecoverable stack overflow has occurred.

    Hi, I have come across a nasty error in weblogic 7 running on solaris. Has any one come across this. Is there a fix for this problem. Please let me know if you do, I will be very greatful. the Weblogic out put before it core dumps is as follows: An i

  • Screen BADI at Item Level in FB60

    Hi, I need to add 'Material Group" (MATKL) field in item level similar GL Account. Material group will appear like GL account column in FB60 screen. I want to do without modification  with help screen BADI. Anyone, can suggest which BADI's method can