Drill down error in 10g - No Columns displayed

When drilling down on OBIEE 10g reports sometimes the result is "No columns displayed", we cannot find any particular reason why this happened. The columns are available and should show up so it's perceived as an error for our users.
Does anyone know how and why this happens and what a possible solution might be?
Much appreciated!

Hi SP,
Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
Regards

Similar Messages

  • Drill Down functionality not Availible on Column Chart Bars

    Hi Guys,
    I have about 10 Webi 4.0 reports which are all column charts and are all made with drill down functionality enabled on them.
    The issue we are facing is that we need all the reports have drill down functionality available on the column bars and axis values (ex. "drill down to date" is available when mousing over the bars and axis values.)
    However, reports which have variable measures on them do not have drill down functionality available on the actual column bar in the chart, drill down is only available when mousing over the axis values. Now, I created the variable measure on the universe level as an object to check if having the object pulled into the report instead of a variable would enable the drill down function on the chart but this did not work either, still having the same issue
    Its important for us to have the consistency of the functionality being available on the bars and axis because it is more user friendly.
    If anyone has ever faced this issue I'd really appreciate your input on how this can be fixed.
    Thanks in advance!
    Zenab

    hi
    try this
    /*SELECT FROM dbo.OPOR TT*/
    declare @docNum as int
    set @docNum =/* TT.DocNum */N'[%0]'          
    SELECT
         T0.DocNum,
         T2.ItemCode,
         T2.ItemName
    FROM
                        dbo.[OPOR] T0
         inner join     dbo.[POR1] T1 on T1.docentry = T0.docentry
         inner join     dbo.[OITM] T2 on T2.ItemCode = T1.ItemCode
    WHERE
         T0.DocNum = @docNum
         and T2.CstGrpCode = -1
    for browse
    it works on me

  • Drill down capabilities for an alv grid display field using oops concept

    Hi All,
    could anyone help me in how to achieve the drill down capabilities for an alv grid display field using oops concept.
    Thanks & Regards,
    padmasri.

    padmasri,
    Hope your requirement is something like, when you click on a sales order number it should display that order (VA03), in a grid output displayed using set_table_for_first_display.
    you can acheive it using event double click.
    *&            L O C A L  C L A S S E S   -   D E F I N I T O N         *
    class lcl_event_receiver: local class to handle event DOUBLE_CLICK
    CLASS LCL_EVENT_RECEIVER DEFINITION.
      PUBLIC SECTION.
        METHODS:
        HANDLE_DOUBLE_CLICK
            FOR EVENT DOUBLE_CLICK OF CL_GUI_ALV_GRID
                IMPORTING E_ROW E_COLUMN.
      PRIVATE SECTION.
    ENDCLASS.                    "lcl_event_receiver DEFINITION
    *&    L O C A L  C L A S S E S   -   I M P L E M E N T A T I O N       *
    CLASS LCL_EVENT_RECEIVER IMPLEMENTATION.
      METHOD HANDLE_DOUBLE_CLICK.
        PERFORM HANDLE_DOUBLE_CLICK USING E_ROW
                                          E_COLUMN.
      ENDMETHOD.                           "handle_double_click
    ENDCLASS.                    "lcl_event_receiver IMPLEMENTATION
    FORM HANDLE_DOUBLE_CLICK USING E_ROW    TYPE LVC_S_ROW
                                   E_COLUMN TYPE LVC_S_COL.
      DATA: LS_DETAIL LIKE LINE OF T_OUTPUT.
          WHEN 'T_OUTPUT'.
            READ TABLE T_OUTPUT   INDEX E_ROW-INDEX INTO LS_DETAIL.
    If clicked on PO Number or PO Item, call ME23
        IF E_COLUMN-FIELDNAME = 'EBELN' OR
           E_COLUMN-FIELDNAME = 'EBELP' .
          SET PARAMETER ID 'BES' FIELD LS_DETAIL-EBELN.
          SET PARAMETER ID 'BSP' FIELD LS_DETAIL-EBELP.
          CALL TRANSACTION 'ME23' AND SKIP FIRST SCREEN.
    If clicked on sales order number or item, call VA03
        ELSEIF E_COLUMN-FIELDNAME = 'VBELN' OR
               E_COLUMN-FIELDNAME = 'POSNR'.
          SET PARAMETER ID 'AUN' FIELD LS_DETAIL-VBELN.
          SET PARAMETER ID 'APO' FIELD LS_DETAIL-POSNR.
          CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
    Hope this helps

  • Drill down error on Viewer

    Hi, I'm having an error on Discoverer Viewer (Release 4.1.44) when I try to Drill down on an element. The drill down functionality works ok, except when the drill down elements are too many and needs to be drawn on Next Page. In that case I got an error ("The page cannot be display").
    Anybody had that problem, or knows why it is happening?
    Thanks in advance
    Ivo

    Though I cannot say without investigating this if this is a bug or due to some other issue, the first advice would be for you to upgrade to the latest patchset, 4.1.48 or later. There is a good chance that this issue, if a bug, may have been fixed in a subsequent release.
    The other option would be to take a look at Metalink.Oracle.com and see this issue has been reported earlier.
    Thanks
    Abhinav Agarwal
    Oracle Business Intelligence Product Management

  • Drill down error

    Hello Experts
    When I drill down a report according to Characteristics( ship_to and sold_to) The report is displaying following Messege"abort System error in Program Cl_RSDM_READ_MASTER_DATA and form_sidval_drect_" and the report is disconnecting from BW server, I rpaired all the Masterdata Objects in RSRV but no use? I checked in SAP Note, looks like no relevent notes for this error.
    we are using BW3.1
    Any guidance or suggestions
    Thanks
    SP

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • Drill down in obiee 10g

    Hi All,
    Is there any way when we drilldown a column instead of moving columns to the right side, we need it the columns to be moved to the bottom.
    Fro Example
    Country 4000
    When we click on Country basically it wil give
    Country State1 300
    ........... State2 200 etc...
    But we need
    Country 4000
    State1 300
    State2 200
    State3 100 etc..
    Again en we click on any state then it should be ike
    Country 4000
    State1 300
    ..District1 50
    ..District2 45
    ..district3 22 etc..
    Like the dimension hierarchy level drill down in 11g.
    https://blogs.oracle.com/robreynolds/entry/obiee_11g_new_feature_-_hierar
    Thanks

    No, there's no way to do this in 10g. Hierarchical columns allow this, but they were first introduced in 11g.
    JB

  • Discoverer drill Down error.

    HI
    I have installed Oracle BI 10.1.2. I have applied the patch 59672969 to resolve some bugs related to drilling down. However in discoverer viewer I do the follwing
    1. Expand a workbook and select one of the sub workgroups
    2. Enter the parameters needeed on the next page
    3. Expand one of the columns on the next page and select an option from the list that appears.
    The Following error appears:
    An error occurred while handling the Even. See application log for more details.
    Empty input (or null input) is not allowed

    Hi the patch I applied was 5672969

  • URGENT!! Drill Down Error with Character Set non-ascii on Discoverer Viewer

    Hi,
    We have an error in a Drill down. It comes up when the Discoverer Viewer tries to process data that contains special character (non-ascii) in a query's filter. The same report that does not perform well with special characters, does perform well if the data don’t contains special characters, so it seems to be an issue processing non-ascii chars in this Discoverer Viewer instance.
    Ex. FIELD_NAME = 'öÜæäé (This filter is contained in a query that this getting an error msg="We're sorry, the server encountered an unexpected condition" ).
    It might be possible that there are some problems with the Discoverer charset ?
    We will appreciate any suggestion about this respect.
    Regrads,
    Seba.

    Sure,
    This is the hole sql command that get an error in a drill down action process
    SELECT NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name, sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name, sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name, COUNT (1)
    FROM olnreport2.sf_dw_people_all_rel sf_dw_people_all_rel,
    olnreport2.sf_dw_people_skills sf_dw_people_skills,
    olnreport2.sf_dw_people_all_rel_v sf_dw_people_all_rel_v,
    olnreport2.sf_dw_competences_rel sf_dw_competences_rel
    WHERE ( (sf_dw_people_all_rel.person_id = sf_dw_people_skills.person_id
    AND (sf_dw_people_all_rel_v.person_id =
    sf_dw_people_skills.person_id
    AND (sf_dw_competences_rel.skill_id = sf_dw_people_skills.skill_id
    AND (sf_dw_people_all_rel_v.supervisor_id =
    sf_dw_people_all_rel.supervisor_id
    AND (sf_dw_people_all_rel_v.supervisor_name = 'Kunz, Jürgen Mr') /*When I replace the charset 'ü' by u, it´s work ok*/
    AND (sf_dw_people_skills.minor_name = 'HRMS')
    AND (sf_dw_people_skills.skill_name = 'HR Intelligence')
    AND ( sf_dw_competences_rel.competence_type = :"competence_type"
    AND sf_dw_competences_rel.competence_id IN ((:"competence_id"))
    AND (sf_dw_people_all_rel.supervisor_id IN ((:"Manager")))
    AND ((( :"resource_manager" <> -1
    AND olnreport2.do_val_person_job_prod
    ('RESOURCE_MANAGER_VIEW',
    sf_dw_people_skills.person_id,
    sf_dw_people_skills.job_code,
    sf_dw_people_skills.product_code,
    :"resource_manager"
    ) = 'Y'
    OR :"resource_manager" = -1
    GROUP BY NVL (sf_dw_people_skills.major_name, 'No Major'),
    sf_dw_people_skills.minor_name,
    sf_dw_people_skills.skill_name,
    sf_dw_people_skills.skill_level,
    sf_dw_people_all_rel_v.supervisor_name,
    sf_dw_people_all_rel_v.person_name,
    sf_dw_people_all_rel_v.LOCATION,
    sf_dw_people_all_rel_v.supervisor_dir_name;
    Regards,
    Seba.

  • Drill Down Error DET_LEVEL

    Hi,
    I am writing a macro to enable data entry only when drill-down on 2 characteristics say Customer and Material.
    =========================
    IF
    - Disaggregation Check
    DET_LEVEL('9AMATNR')=1
    AND
    DET_LEVEL('9ACUST')=1
    Row : KeyFigure (Attributes)=
    ROW_INPUT(1)
    ELSE
    Row : KeyFigure (Attributes)=
    ROW_INPUT(0)
    ENDIF
    =========================
    When I try to generate this ,I am getting the error
    the field DET_LEVEL is unkknown but there is a similar field CON_DET_LEVEL.
    I tried using AGG_LEVEL also but then got the error that CON_AGG_LEVEl is available.
    But I couldn't find either CON_DET_LEVEL or CON_AGG_LEVEL in functions list. Neither was I able to use it.
    Can anyone tell me what could be the problem ?
    Thanks,
    Arunesh Chakrapani
    Edited by: Arunesh Chakrapani on Jan 31, 2008 8:53 AM

    HI Arunesh.
    In general, when maintaining parameters inside parenthesis make sure there is a space following the '(' and before the ')'.
    So in your example:
    DET_LEVEL('9AMATNR')=1
    should be
    DET_LEVEL( '9AMATNR' )=1
    Hope this helps.
    M

  • Drill down error in disc. Viewer

    Hi there,
    I'm getting the following error while trying to drill down in Disco. Viewer.
    Error applying Drill.Press your browser's Back button to undo the last action or click Run Query to start again.<<
    It works fine in Plus and Desktop.
    Any idea?
    Thanks in advance!
    Maja

    First thing you might want to check is metalink as I seem to recall a problem with drill-down in Viewer (ie: not working correctly) but not sure under what circumstances.
    That would be the quickest to see if it's a known bug or your setup.
    Russ

  • Analysis Wizard Drill Down Error

    When i drill down on a fsg report on some rows I get the following error message
    "This row is not unique. Drill cannot proceed"
    This only occurs on some of the rows in the report
    I have looked at the row definitions and can not see anything to suggest the row is anything but unique.
    Does anyone have any ideas on how to identify the issue, and resolve my problem
    Thanks

    You can access the doc through My Oracle Support (MOS) website -- https://support.oracle.com
    You will need to have a username/password to access the doc.
    I cannot post the contents of MOS doc as this violates Oracle Support agreement policy.
    Thanks,
    Hussein

  • Drill Down Error / Report Builder Limitations

    I have been having alot of problems recently with the new
    version of 7.0.2. A few things that i have noticed is that i can't
    do drill downs anymore. I don't think it's a coding issue since it
    was working in the previous 2 releases of Report Builder(7.0,
    7.0.1).
    Another problem is that I have reports that return around
    1,000 pages. Now, I know there is a limitation on Flash Paper/Flash
    Player, whoever i was wondering if there is a work around or
    something i can do to get this reports to finish. Right now I get
    the error roughly stating "A script has cause this flash movie to
    become unstable and if you continue it might make the computer
    unresponsive". Currently the only work around that i have is to
    offer the same report in PDF format, however 90% of our customers
    want to run it in flash paper, and my boss wonts it to work using
    flash paper aswell.
    Any sugguestions that you might have or anything please email
    me. If you have any questions please email me aswell.
    Thank you,
    Daniel

    Yeah, still having this issue... Can't get the links working
    in Flash Paper. A temp fix is to have the report in PDF instead of
    Flash.

  • Drill Down error with more than one dimension

    Hello
    I'm using AWM 10.2.0.3.0A with Oracle 10.2.0.1.0 and i can't perform drill down operation when i have more than one dimension in the same axis. That is, when i have two dimensions, a can't perform drill down on both dimenions at the same time, but only one at a time.
    Would anyone ever had this problem? What can be?
    Thanks
    Luciano

    Hello Brijesh
    I succeed do this operation in other works, but not this. After performing drill down in the first dimension, i clicked on the second dimension and nothing happens.
    It doesn't emit any error message.
    Normally should be able to view the data calculated for the two dimensions. I have 6 small dimensions tables (average of 700 records). I don't know what can be.
    Thanks,
    Luciano

  • Reg:SSM KPI Drill Down (Once Click KPI need to display relevant measures)

    Dear Friends
    I have the enclosed requirement. Pl. suggest proper solution.
    When we drill down need to display the calculated measures of respective KPI.
    Here same KPI has different measures in drill down.
    Does we need to have different KPIs or can we have different measures for single KPI as per dimension member
    Pl. suggest
    Rgds
    SriG

    Sri,
    Are you saying that you have a KPI that has 2 dimensions but the 2 dimensions have completely different metric calculations so that the component metrics that that are combined to make your DIMM1 have no influence on you DIMM2?
    If this is the case then I think you would need 2 separate KPIs which would have different structures.
    There is no problem combining multiple metrics together to create a KPI and even incorporating calculations into that combination.
    To use an example from the insurance world: Combined Operating Ratio is derived by combining net claims, net commissions and net expenses, each of which is derived from multiple data elements and each of these metrics can be dimensioned by for example product, channel, region.
    Regards
    Colin

  • Drill Down and Hiding the Previous Column

    Hello Everyone:
    I am trying to know if this is possible at all using OBIEE.
    I have a table with the following drill down:
    Award
         Program
              Department
                   Section Sales, Profit, Costs
    I am able to drill down from award to section just fine. But When I drill down the table gets wider and wider rendering the table unacceptable. Is there away to possibly drill down from 1 to 2 and hiding or not showing 1?
    Drill from Award to Program, but hide award when I am at program level etc…?
    Thank You
    Adel

    Ouch, its a common requirement but sadly not suppoted out of the box.
    I think Goran blogged about 'Navigate in place' but it involves custom iframes etc. so may be a bit of a ballache.
    here it is :
    http://108obiee.blogspot.com/2009/06/same-page-navigation-drills-using-drill.html
    Some other 'nearly there' workarounds exist tho, theres a trick to use a column selector and replace one column with a concatanated <column 1>'-'<column 2> but you'll lose furthur drill functionality, indeed you'd need to configure this for every level,
    I'll try and dig the link out if you interested, its not that tidy though.

Maybe you are looking for