Missing records when performing drill down in Webi

Hello everyone!
I have a Webi report over a OLAP universe (BEx query), in which I have, among other objects, company code, wage type with hierarchy and personnel number.
I want to build a report with the following layout:
Company code 1 | Employee 1 | Wage type hierarchy | Amount
With this layout, when I try to drill down through the wage type hierarchy, the displayed values are not correct (some records are apparently missing).
When I remove personnel number from both query and report, the displayed values are correct.
Has anyone encontered a similar issue?
Thanks in advance for your responses!
-Luís.

Hi all,
Turns out that our backend BW system was seriously outdated. There has been recently many corrections to the MDX interface. We have updated our service packs and this has resolved our issue.
Thank you all for your help. Points assigned
Best regards,
Luís.

Similar Messages

  • How to perform drill-down on web besides in Runtime previewer?

    Hi, I tried to display my report on web browser. My reports contains drill-down fuctions(srw.run_report) which works great in Runtime previewer. However, when I tried to used Report Server 6i to delpoy my report on the web browser in html or pdf format, the drill-down function didn't work. Does anyone know how to do it? I appreciate any help. Thanks in advance.
    Joe

    Hi Rajendra,
    Again prasanth here, As u said, there is no more push button in 9i and 10g, ok. so u can drill down reports by using hyperliks which is only way(according to me). some may suggest to include JSP buttons. But u can simply place any text item like 'click here to run report' and in the property inspector(i.e.property pallette) set the hyper link property with the desination of your file. It may be a weblink or may be local file path.
    example
    hyperlink: www.oracle.com/..or
    c:\temp\test.rdf
    or u can write a trigger for that text item:
    1)right clik the text item
    2)goto pl/sql editor
    3)put the code
    a varchar(30);
    begin
    a:=srw_run_report('<the report link you want')
    return(a);
    but before doing this make sure that the item type of tha t text item property should be pl/sql(this can be set in property pallete of that text item)
    I think this help you,
    Thanks and Regards
    Prasanth A.S.

  • Bex Free characteristic drill down in Web i report

    Hi
    I have a question, we are using bex query as source for our web i report.
    for that if you have an idea on Bex query analyzer, we can drill down on a free char list in bex and each and every drill down bex query go back to cube and fetches and refreshes the data based on the selection.
    In the same way can i get the same feature in Web i report, when i drill down my web i report should go back to the Bex query
    and should refresh the data.
    Any help in this regards is greatly appreciable
    Thanks in Advance,
    Swaraj.

    Hi,
    What you described is an OLAP 'slice and dice' type workflow - try the Analysis web application (in bi4.0 launch pad). WebI can do some drill down,  but it is really best at consuming small chunks of rowsets (not 'flattened' OLAP datasets)
    webi does go back to hit the database,  but only when you click "refresh".  so you can add a new object, and it sometimes says "#TOREFRESH" - then user refreshes to expand the scope of analysis.
    this process was automated in XI3.1 (where the interface didn't prompt for the refresh) and customers typically complained of slow response times. i.e. they didn't realise the inclusion of a results object fired a new query.
    Regards,
    H

  • Drill down in webi on Bex

    HI,
    How to perform drill down when using BEx query as source at web i level (there is no hierarchy created in BW)

    Hi,
    This is explained in Web Intelligence BI4 user guide (paragraph "4.5.1 Drilling on report data")
         You cannot use a Navigation path on BEx queries. Navigation path (previously called the drillpath)      has been replaced by the collapse/expand workflow on the real hierarchy.
    Regards,
    Loic

  • Drill down in webi report

    Hi,
    Is there any way to display the drill down in webi report.  For example:
    YearQuarterMonth--Week.......
    if the drill the Year option I can able to see all Quarter level measures and if I drill down further I can get into Month level measures and Week level and so on .
    But my question is When I drill the Year to Quarter...I want it to display both Year and Quarter and If I drill down further
    I want all the measures related to Year ,Quarter, Month and so on
    Basically want I need is a tree level hierarchy......Could any one plz help me what all changes I need to make in order to get a detailed report.
    Thanks
    Sushma
    Edited by: Sushma Reddy on Feb 9, 2010 9:44 PM

    Hi,
    Try to create a Class e.g Time in universe and objects to that class as year, quarter,month as
    Year Object -> data type -> D/N
    select To_date('sysdate','YYYY) as year from dual
    Month object-> data type -> D/N
    select to_date)'sysdate','MM') as month from dual;
    Quarter -> data type -> D/N
    case when @select(Time/Month) in (1,2,3) then q1
             when @select(Time/Month) in (4,5,6) then q2
              when @select(Time/Month) in (7,8,9) then q4
               when @select(Time/Month) in (10,11,12) then q4
    endcase
    Then create a hierarch in tools -> hiearchy ->custom hierarchy and add the above class there then in any report (Deski/WebI)
    you will get the above hierarchy and use it according to your requirement.
    Cheers,
    Suresh Aluri.

  • Vertical scrollbar not showing all the records when I scroll down.

    Vertical scrollbar not showing all the records when I scroll down.
    Using Oracle forms 10g , operating system windows
    I have two fields with number of items dispayed = 15.
    I have a vertical scroll bar with them. There are 34 records in the table but the scrollbar only shows 15 records.
    Here are the properties for block / scrollbar.
    WORK_CATEGORY
    - Subclass Information                           
    - Comments                                       
    * Navigation Style                                Same Record
    - Previous Navigation Data Block                 
    - Next Navigation Data Block                     
    - Current Record Visual Attribute Group          
    - Query Array Size                                0
    - Number of Records Buffered                      0
    * Number of Records Displayed                     60
    * Query All Records                               No
    - Record Orientation                              Vertical
    * Single Record                                   No
    - Database Data Block                             Yes
    - Enforce Primary Key                             No
    - Query Allowed                                   Yes
    - Query Data Source Type                          Table
    * Query Data Source Name                          WORK_CATEGORY
    * Query Data Source Columns                      
    * Column Name                                   JOB_TYPE
    * Column Type                                   VARCHAR2
    - Column Type Name                             
    - Parent Column                                
    * Length                                        30
    * Precision                                     0
    * Scale                                         0
    * Mandatory                                     Yes
    * Column Name                                   WORK_CATEGORY
    * Column Type                                   VARCHAR2
    - Column Type Name                             
    - Parent Column                                
    * Length                                        30
    * Precision                                     0
    * Scale                                         0
    * Mandatory                                     Yes
    - Query Data Source Arguments                    
    - Alias                                          
    - Include REF Item                                No
    * WHERE Clause                                   
    * ORDER BY Clause                                 job_type
    - Optimizer Hint                                 
    - Insert Allowed                                  Yes
    - Update Allowed                                  Yes
    - Locking Mode                                    Automatic
    - Delete Allowed                                  Yes
    - Key Mode                                        Automatic
    - Update Changed Columns Only                     No
    - Enforce Column Security                         No
    - Maximum Query Time                              0
    * Maximum Records Fetched                         0
    - DML Data Target Type                            Table
    - DML Data Target Name                           
    - Insert Procedure Name                          
    - Insert Procedure Result Set Columns            
    - Insert Procedure Arguments                     
    - Update Procedure Name                          
    - Update Procedure Result Set Columns            
    - Update Procedure Arguments                     
       Don't know where am I going wrong. I'll really appreciate if you can help me in this.
    Thanks.
    Edited by: 831050 on Sep 14, 2011 8:05 AM

    One of the items is a list item.. here are it's properties:
    * Name                                          JOB_TYPE
    * Item Type                                     List Item
    - Subclass Information                         
    - Comments                                     
    - Help Book Topic                              
    - Enabled                                       Yes
    * Elements in List                             
    * Label                                      
    * List Item Value                             LIST20
    * List Style                                    Combo Box
    - Mapping of Other Values                      
    - Implementation Class                         
    - Case Restriction                              Mixed
    - Popup Menu                                   
    - Keyboard Navigable                            Yes
    - Mouse Navigate                                Yes
    - Previous Navigation Item                     
    - Next Navigation Item                         
    - Data Type                                     Char
    - Data Length Semantics                         Null
    - Maximum Length                                30
    - Initial Value                                
    * Required                                      Yes
    * Copy Value from Item                         
    - Synchronize with Item                        
    - Calculation Mode                              None
    - Formula                                      
    - Summary Function                              None
    - Summarized Block                             
    - Summarized Item                              
    - Current Record Visual Attribute Group        
    - Distance Between Records                      0
    * Number of Items Displayed                     15
    - Database Item                                 Yes
    * Column Name                                   JOB_TYPE
    - Primary Key                                   No
    - Query Only                                    No
    - Query Allowed                                 Yes
    - Insert Allowed                                Yes
    - Update Allowed                                Yes
    - Update Only if NULL                           No
    - Visible                                       Yes
    * Canvas                                        CANVAS2
    - Tab Page                                     
    * X Position                                    47
    * Y Position                                    137
    * Width                                         187
    * Height                                        18
    - Visual Attribute Group                        DEFAULT
    - Prompt Visual Attribute Group                 DEFAULT
    - Foreground Color                             
    * Background Color                              white
    - Fill Pattern                                 
    - Font                                         
    * Font Name                                     Tahoma
    * Font Size                                     10
    * Font Weight                                   Demilight
    * Font Style                                    Plain
    * Font Spacing                                  Normal
    * Prompt                                        Job Type
    - Prompt Display Style                          First Record
    * Prompt Justification                          Start
    * Prompt Attachment Edge                        Top
    - Prompt Alignment                              Start
    * Prompt Attachment Offset                      10
    * Prompt Alignment Offset                       0
    - Prompt Reading Order                          Default
    - Prompt Foreground Color                      
    - Prompt Font                                  
    * Prompt Font Name                              Tahoma
    * Prompt Font Size                              10
    * Prompt Font Weight                            Bold
    * Prompt Font Style                             Plain
    * Prompt Font Spacing                           Normal
    - Hint                                         
    - Display Hint Automatically                    No
    - Tooltip                                      
    - Tooltip Visual Attribute Group               
    - Direction                                     Default
    - Initial Keyboard State                        Default
    - Keyboard State                                Any
        

  • SmartView - Error when i drill down many records

    Hi,
    Our users are currently receiving the error "Invalid Pointer", when trying to refresh Smart View reports or when users are trying to drill down.
    Do you know how many records can i see using drill down in smart view.
    And if this number of records can be change?
    Thanks!

    If you're just trying to increase the number of rows that can be retrieved, see: Maximum rows exceed in SmartView
    Do you get an error in the applicaiton log? Essbase log? I ask because I wonder if the error is SmartView/Hyperion Provider Services related or from the database.
    Regards,
    Cameron Lackpour

  • Drill Down in webi same like Bex?

    Hi,
    in BEx query if i have a free characteristics i can right click on result section and drill down to which characteristic i want. is there i can do the same way in webi?
    when i click on Drill in Analysis tab i dont see any objects there to select.
    Please help me.

    Hi Kool Sudha,
    In webi, There are lots of functionality just like Drill down, Fold-unfold, Hierarchy display etc.
    or Either there is other Reporting tool Olap Analysis its look like your analyzer.Just try that one.
    http://scn.sap.com/docs/DOC-7679
    Regards,
    Anish

  • Lose chart drill-down for webi based on BEx/BICS

    Hi All,
    I have a client for whom drill-down through charts based on SAP hierarchies is an essential requirement. My research here (and elsewhere) has led me to the following conclusions:
    1. IDT Universe (.unx) can't be based on BEx query (functionality briefly appeared then was revoked with subsequent SP)
    2. The supported/recommended method for reporting against BEx query is the BICS connectivity
    3. A webi report based on a BICS (although offers nice new sap hierarchy interaction) does not support drill-down through charts
    Just looking for confirmation that I am correct...and that my reports will therefore need to be based off traditional universes (.unv), to achieved drill down on charts in webi?
    Appreciate any feedback.
    Thanks,
    Ferdie.

    Hey Ferdie
    1. Build table in WEBI Document include the Hierarchy object (0COSTCENTER).
    2. Choose the CostCenter, right click set as Selection.
    3. Now add new Blank Cell and put it near selection , enter there some text , like JUMP TO, DRILL and etc..
    4. Now select the CELL . right click , Linking and Hipper Link or Document Link, and choose there another document
       or you also can choose self document. When your linking to another webi document you can transfer to it parameters to   prompt. So Transfer the costcenter as parameter.
    The document link option available only when you run document in View mode (No rich client without JAVA). I will open OSS to SAP about this issue
    Also you can choose to open the document in current window, so then user will think that he is still in same document
    Example for link parameter:
    /portal/1110311905/OpenDocument/opendoc/openDocument.jsp?iDocID=AdJiD59b4kJKkhNpGCYT8Q0&sIDType=CUID&sType=wid&lsSpsCost%20Center%3A=Ness&sWindow=Same
    I hope this will work

  • Maintain Columns for Higher Levels in Hierarchy when using Drill Down

    Hello all,
    I've searched through this forum looking for an answer to this, since I thought it might be a common question, but I wasn't able to find any related content.  So I apologize if this has already been answered in the past.
    I would like to know if when drilling down in a WEBI report, it is possible to automatically add dimension columns to a report as you drill down to the lower levels in the heirarchy, and keep the columns with the higher level dimension values, rather than replace those columns, which is the default behavior.  As a simple example, suppose I have the following columns in a report:
       Product      Sales Amount
    Now suppose I have set up a heirarchy in the Universe with Product, Sub-Product, then Region, in that order.  In the WEBI report with the drill filter options enabled, when I click on the Product link, the default behavior is to replace the Product column with the Sub-Product dimension and display the following:
      Sub-Product  Sales Amount
    Instead, I would like it to display:
      Product Sub-Product Sales Amount
    Then subsequently, of course:
       Product Sub-Product Region Sales Amount
    Does anybody know of a simple way to accomplish this?  I suppose this could be accomplished using the openDocument method with links to separate reports showing the addtional columns, but this seems a bit complicated for a relatively smple requirement.  I'm hoping that there is an existing simpler solution to this problem.  Please advise.  Any information would be greatly appreciated.

    Bernardo,
    The drill down capability is vertical and not horizontal.  There are two solutions, the one of open document as you mentioned is one.  The other solution depends on the way you have deployed your system.  If you have given users the capability to run reports in "modify" mode (WebI), then they can insert columns to the grid according to the scenario you mention
    Product Sub-Product Sales Amount
    and forego using the "drill fiter" per se.  If your deployment only permits most users to view the report in "read-only" mode (InfoView), then you have limited options.
    Thanks,
    John

  • Bex report issue - no applicable data found when we drill down on free char

    Hi All,
    We are facing some strange issue  with one of the report.
    when user run the report for a week  (02/02/2009  - 02/08/2009) and then drill down on particular char  its working fine (first time).after that when he is trying to change and execute the report for other week on the same instence ( 02/09/2008 - 02/15/2009) by clicking on refresh and passing new values to the variable  its showing up correctly at the time of drill down on free char its showing as *no applicable data found.*
    when he logoff the system completey and run the report for the week( 02/09/2008 - 02/15/2009) values it is showing up with values even tough he drill down on free char.
    issue basically when he was trying to drill on free char by chaging different date values  in the same instance by clicking on refreh and by entering diffrent values  its showing up as not applicable data found.
    but when he enters the values for different weeks  each time by closing the system and relogin report is working fine and showing up data eventough he drill down on free char.
    Please help me out!

    Dear
    Please check if any condition or exception you have created for that query.
    Or still problem exists check SP level.
    Regds,
    Sachin J

  • Problem with the graph when making DRILL DOWN

    Hello
    Hierarchy properties when I go to  graph
    And does DRILL DOWN
    At least once time, the graph gets stuck and when I change a parameter, a grapch is stuck
    Attached Link
    http://youtu.be/3kE3F_Vz2SQ
    Does anyone have an idea?
    BEST REGARD
    GADI

    Hi Shivkumar,
    If you right-clic on the time scale you can set the time/date format, I assume this is the way you should follow to add the "day of month in the time stamp.
    Hope this help
    Message Edité par TiTou le 03-06-2006 09:47 AM
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    Clipboard01.png ‏20 KB

  • Drill-down in web template

    Hi Friends!
    In my web template I have a tabscrip with three reports, with three diferents infoproviders.
    I need create a 0MATERIAL drill-down , which filter the reports according this selection.
    How must I custiomize the drill-down?
    Thanks in advance!

    Hello,
    Create a drop down box in your report and assign it to 0material.
    Then for dropdown box select one DP and others select under affected DPs.
    Regards,
    Shashank

  • How to Enable Drill Down in WebI through Infoview

    Hello Experts,
    I have WebI report, I am running through Infoview and I see drill down option is disabled, can anybody help me how to enable drill down option.
    Thank you
    Ravi

    HI Ravi,
    Log on to CMC -> Application -> Right Click on Web Intelligence Rich Client -> Select your user -> Assign Security -> Advanced tab -> Select "Unassigned Rights" in Common Filter Settings -> Select Enable Drill Mode in Rights Name Column -> And assigned grant level to it.
    Hope this help.
    Regards,
    Rishit

  • When I "restore down" a web page, it doesn´t go half size anymore, it disappears into a small firefox box in the top left hand corner of the screen?

    I use windows 7. I normally "restore down" a web page to half it´s size, so that I can see 2 or 3 at a time.
    This morning, I did this and the pages started to disappear into a little box under the orange firefox logo in the top left of the screen.
    I´m not aware that I have changed anything myself and as I am not very I.T. savvy, I hoped someone could tell me what to do to revert to how things worked before.

    Close Firefox (click '''Firefox''' button and click '''Exit''') -> right-click '''Firefox''' shortcut icon and click '''Properties''' -> Shortcut section -> in '''Run: select Normal window''' -> click OK -> left-click empty space on your Desktop and Tap '''F5''' key to '''Refresh'''
    Now Start Firefox
    Check and tell if its working.

Maybe you are looking for