Rank function breaks drill down 11g

I have a simple drill down report standard hierarchy and am having a weird issue with the rank function.
This report works on 10g but the upgraded 11g version does not.
When I drill down past the 2nd level it adds an is null filter to the revenue column.  This is also the column we are using to base our rank function.
If I move the rank column to the first or last position in the table the drills work perfectly.  If I move it to the second column it breaks on the first drill instead of the 2nd.
It works perfectly if drilling on the headings instead of the values.  That seems to point to some sort of null coming through when being passed.  I've tried using an ifnull and a case statement and neither method works, it just applies the is null filter to the entire column formula.
The client doesn't want to change the position of the rank column so that work around will not do.  Any ideas?

A similar thread was recently talked about here:
In OBIEE charts, how do you make drill downs work on custom formulas?
With a calculated column, you need to make sure the source query and destination query have the EXACT same formula and the same name for the field. If it is not 100% identical, it may not work correctly. (I typically use the NAVIGATE function to get to the second query rather than the Drill function.)
Now in some cases, if you try to create a second drill down query with more details in it, the original formula doesn't work the way you want it to. The calculated formulas have to make sense in both source query and destination query in order to work properly. If you have a ranking of the Top 5 Products in the source query, the destination query also has to have the same ranking of Top 5 products in order to work. If you add more fields into the destination query (e.g., adding on product attributes, or # of records associated with that product name etc.), then sometimes the ranking / aggregation in the destination doesn't add up the same way. This causes the system to think that the formulas are different and prevents the drill down.
I managed to get around this by having a 3rd query in between the original summary view and the detailed data view. So the sequence would be (for example):
- Dashboard based summary query (including the calculated ranked product names formula)
- drill down into virtually identical query (add on one slight bit of difference here, for example adding on a second Product Name field ... not a calculated version, but the actual name). Create a drill down this time by clicking on the regular Product Name field (don't drill down on the custom formula)
- final detailed drill-down query
You can format this intermediary drill down query to explain to users that they need to click a second time.
It's not ideal, but it should work. Hope this helps.
Ted

Similar Messages

  • Xcelsius drill down problem.

    Hi gurus, I'm developing drill down chart and table.
    I want to reset, making cell blank, the drill down cell when i click combo box.
    I used push button to refresh or reset drill down value but it can not refresh(reset) drill down cell
    because the destination cell of the chart remains drill down value
    I tried like below way
    *Dashboard explanation
    this dashboard consists of one chart, one table, one combo box and one push button.
    Of course, chart has the drill down function
    a : drill down value
    Goal : make drill down cell turn to blank after i used drill down once.
    1ST.
    when i click the chart and use drii down, a is entered into drill down cell
    2ND
    by using "push button", i tried to reset drill down cell
    but unfortunately it does not work.
    Although drill down cell changes instantly to blank after just one second, it changes to a, drill down value
    Drill down cell changes like this
    1 -> 2 -> 3
    a -> blank -> a
    i have to eliminate (2->3) phase or find another way to refresh drill down cell.
    I think problem is the chart which remains drill down value(a) although pushbutton reset the drill down cell to blank.
    Is there any way to refresh or reset drill down value when i click combo box?
    Should i develop custom-component? i'm waiting for your answer.
    Thanks in advance.
    Regards
    Kwon

    Amit,
    Can you confirm if what you're saying also holds for components with the "Enable Drill Down" option enabled, and the "Default Selection" is set to "No Selection (-1)"?
    I'm running into an issue where the "Default Selection" value is not cleared out after performing 3 levels of drill-down. On the third time I do a drill-down, by default the first element is selected, even though I've set the "Default Selection" to "No Selection (-1)".
    Thanks.

  • Drill/Down don't work and Characteristic is deleted after filter in BEx Ana

    Hi All, please help me experts
       I have 2 issue:
    1.- When I execute a Query in BEx Analyzer I got the first result, I can add other characteristics just to click on this.. or with context menu.. but later If I try to move de order of columns in the report the function for drill down doesn't work.  Then, I need to click on Design mode and then click off design mode... and the function for drill and down is actived, then only I can click on the characteristics and move to other column into the report. Please if you can tell how can I activate this functionality  without need to move to design mode..
    2.- When one characteristics is filter in to the report, example select some values for this characteristics and click on execute, I get the result but this characteristics dissapear form the report.
      Please help me I will assign points for the answers.
    Alice

    1. You will find this option beside ? in Add-Ins. In that Settings --> BW Server Connection.
    + Not I didn't find... for example I saw... File.. Edit...view.. Insert... and others exactly like when you enter in excel ... the only difference it's that I saw activated the tool bar for bex analyzer.. on where I saw .. design mode... refresh..etc.+
    2. If you select the field in Free characteristics and restrict it with a variable in query designer mode, you will get that characteristic in variable screen and you can give the selection and you will not get that charcteristic in the output as you have taken that in free characteristic. Only if you do drilldown accross rows for that characteristic, then it will appear.
    If you take that into Rows in query designer mode, then you will get the same for variable selection and as well as in the output without drilldown accross rows. It will be displayed automatically.
    +The clear example is:  I have one free characteristic in report, like 0MATERIAL, this characteristics didn't have any restric value... then the user add 0MATERIAL into report just for see more details... later if the user filter 0MATERIAL with some values and click ok, the column 0MATERIAL dissapear from the report +
    did you have another idea to solve this?¡
    Thank you a lot.
    alice

  • Drill down from the charts of VC

    Dear gurus,
       can I realize the functionality of drilling down from the charts of VC?
       For example, I have a bar chart. Can I drill down from each bar of chart to detailed infomation about that bar?
       Please advise. I'll assign points if helpful. Thanks in advance.
    Jin Ming

    Hi
    I hope you will get answer from this solved using pop up window for drill down
    Thanks & Regards
    Harsimran

  • About the drill down?

    Is there any principle when we creating the Hierarchy in BI Administrator?
    because i don't know which is the best method to create dimension.
    after created the Hierarchy ,the function of "drill down" can't realized what i want to do?
    is there any book to help me ? thank you

    Hi USer,
    Refer : http://download.oracle.com/docs/html/B13916_04/hierarchies.htm#i1007608
    In obiee : http://www.oraclenerd.com/2010/03/obiee-dimension-hierarchy.html
    thanks,
    Saichand.v

  • Get table ID for drill down (javascript functions)

    I want to implement some custom drill downs. When you click on a column to drill down, it uses the following javascript function: RTDr(saw_5_6,0,0) where in this case, "saw_5_6" is my current table. Since this is dynamically set and the table name can change, is there a property that i can get this table name from?
    I see where the object is created....(dynamically I might add)
    window.saw_5_6 = new Object();
    saw_5_6.sJSObjName = 'saw_5_6';
    Just wondering if there is a way / property that gives me this information so I can call RTDr() and supply it the correct table name.
    Thanks.
    Edited by: Derek on Nov 9, 2010 2:28 PM

    If there is only one table on the page then you can use my function as it is. I wrote it to implement custom writeback. Of course you can modify it to get all table objects.
    function getSawTableObject(){
         var ptrSawTableObjectName = /saw_.\d/;
         var obj = null;
         for (var propertyName in window){
              if ((ptrSawTableObjectName).exec(propertyName) && String(propertyName).charAt(0) == 's'){
                   obj = window[propertyName];
                   break;
         return obj
    }

  • How to remove the sort function on the drill down and then save

    how to remove the sort function on the drill down and then save in the  change local view of the Query
    Is it possible to change the porperties of any characteristic in the local view and then save?
    If so please post the answer.

    I do not think that option is possible.
    Regards,
    Venkata Boga.

  • OBIEE 11g Report-When drilling down to lower level, totals are not matching

    Hi All,
    I am creating a report in Analytics 7.9.6.3 , OBIEE 11g - Let’s say Budget Cost/Actual Cost based on the Date Dimension
    Have selected the Fiscal Year Dim, Fact Budget Cost, Fact Actual Cost
    FY BCost ACost
    2011 100 120
    2012 150 140
    Total 250 260
    But here when I am drilling down from Year to Quarter and Period - The values are not matching with the totals....
    FY FY Qrt BCost ACost
    2011 2011 Q1 80 100
    2011 Q2 100 90
    2011 Q3 110 120
    2011 Q4 90 130
    Total 380 440
    Fiscal Year, Fiscal Quarter Budget Cost and Actual Cost are not returning correct results – When selecting cost's by fiscal year, or filtering on a specific fiscal year, the amount returned does not equal the fiscal year total;
    when I am drilling down to Quarter and Period Level the BCost & ACosts are bumping the Numbers as above and not matching with totals
    Any suggestions?

    Check out the query in both the times.Execute against database and try to sum the data for quarter/period and compare it with Year data.
    Just try to differentiate is it a report total that is getting wrong or the data in the database table itself is getting wrong stored.
    Mark as helpful if it helps.
    Regards,
    Veeresh Rayan

  • OBIEE 11g: Build a drill down detail on the count of records

    Hello:
    I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id).
    Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id))
    I want the ability to provide another detail report which will be the drill down of 15 that shows 15 sales records in detail.
    The detail report will be invoked using the Action Link which has the BI navigation from the Measure Column (that has 15) to pass the list of sales_id's as the prompted filter based on the analysis results from the summary report.
    Any idea on what I need to do in the summary report to pass the list of sales id's instead of the count 15? I do not want to display the sales_id's in the summary report.
    Thanks
    Sankar

    589151 wrote:
    Hello:
    I have a summary report based on certain criteria shows the count of certain number of records for example, count(sales_id).
    Region (North), Product Category(ABC) -> 15 (Sales record count using count(sales_id))
    I want the ability to provide another detail report which will be the drill down of 15 that shows 15 sales records in detail.
    The detail report will be invoked using the Action Link which has the BI navigation from the Measure Column (that has 15) to pass the list of sales_id's as the prompted filter based on the analysis results from the summary report.
    Any idea on what I need to do in the summary report to pass the list of sales id's instead of the count 15? I do not want to display the sales_id's in the summary report.
    Thanks
    SankarIn your example, each of the 15 sales IDs are in the same Product Category (ABC), yes? So put the action link on this column instead of the measure (so ABC in this example would be the link). In the detail report, you will need to include the Sales ID column in order to produce the 15 rows, but you can hide it so it doesn't show up on the report. (The reason you want to include the sales ID in the destination report is because the measure column would break out the rows only assuming there are no measures that are the same. If they are the same, they might roll up so having the sales ID in the report ensures that the rows remain distinct.)
    Edited by: David_T on Mar 15, 2012 2:34 PM

  • Drill down in 11g

    Hi Experts,
    We have created the Logical Dimension with Level-Based hierarchy for a table in OBIEE 11g.
    like Year -> Month -> Week -> Date -> Media -> Station -> Market -> Day -> Time
    When drill down from Year its work fine upto Mrket level, when click on the Mrket (particular Value) its getting Empty report but its working fine in OBIEE 10g.
    Let me know how to fix this issue.
    Thanks,
    Balaa...

    Have u mentioned the child levels for each level in the hierarchy in BMM layer in the properties of each level. if not then just double click on each level for ex. year and then mention quarter as its child level . do this for each level and it will solve the issue hopefully.
    Nikhil

  • Delivered Drill-Down functionality in PeopleSoft 9.1 ..

    What type of functionality comes delivered with eCompensation around generating detailed summary reports with "drill-down" capabilities?
    What would have to be enabled? What kind of skill sets would be needed?
    Thx.

    Hi
    Select all the three columns as drill down keys in the city. This should resolve.
    No need to create separate hierarchy.
    Hope this helped/ answered.
    Regards
    MuRam

  • Drill Down Functionality in Report.

    Hello Gurus,
    I have one requirement where end user want to use drill down functionality for OBIEE reports. we are using 10.1.3.4.1 version rite now.
    Now what user wants is he want to drill down from Country -->State --> County -->City --> Zip code, Street Address, House #.
    Now in Obiee we can build the dimension hierarchy in BMM to achive the goal, But if you see the last level of hierarchy they want to see 3 Columns (Zip code, Street Address, House #) when they drill down from City...
    Now in Obiee We can use prefered drill down path only for one column, how do i develop the functionality they shows 3 Columns in last drill down???

    Hi
    Select all the three columns as drill down keys in the city. This should resolve.
    No need to create separate hierarchy.
    Hope this helped/ answered.
    Regards
    MuRam

  • Drill Down in Dimension hierarchy in 11g......

    Hi,
    I place dimension hierarchy in my report.drill down is not working for dimension hierarchy.when I Click + symbol it working fine.
    requeriment is when I click The Value it will be Drilldown.
    Any Help....
    Thanks,

    Check these links
    http://www.rittmanmead.com/2010/10/oracle-bi-ee-11g-navigation-passing-parameters-using-hierarchical-columns/
    http://prasadmadhasi.com/2011/12/15/hierarchicalnavigationinobiee11g/

  • Drill-Down in BAM 11g

    How to configure drill-down report in BAM 11g?

    Please go through the BAM 11g user guide, specifically section on drilling
    http://download.oracle.com/docs/cd/E15523_01/integration.1111/e10230/bam_data_mod.htm#BAMUG216

  • Create a drill down in function

    HI all,
    I could need some help, but I don't know if it is even possible.
    Currently we use in a BI-IP workbook two levels on input. We use a filter setting in workbook function to give other chars filter values.
    Example of the problem:
    We've a layout with compcode, material and a keyfig
    First we do input on compcode and material, both chars are in row so we can enter data.
    Secondly we want to plan only compcode, with help of a function we put material to # (FILTER_VALUE_EXT). Causing material to be removed from layout.
    Now we want to plan again compcode and material. So we remove filter value. ANd the issue is that the user need to put manually the material as drill down to rows.
    Does someone now a need VBA trick or simple FIlter option for this? (Example is not respentative for problem, but is easiest to explain like this)
    Thanks!
    JvdP

    Hi,
      I advice you to go for VB coding only for the following scenarios,
    1. User wants to see calculated values using the data from two reports.
    2. User wants to display extended text in the workbook.
    3. User wants special formatting in the Report like merging cells, making text bold, highlighting columns or cells.
    In you case, you can actually include material as an attribute for compcode and then load the attribute master data in your BW system. Then you can create dropdown box on material and include a Exit variable for material, which gets filled by the value of compcode. The logic of your variable Exit code should be as follows,
    Check in the master data table for the material attribute value of compcode to fill the dropdown box.
    Try this approach and let us know whether your issue is solved or not.
    Note:
    For more information on the VB usage in BEx kindly refer to the following document,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ac5c27-7448-2c10-86aa-b513703c9f25?quicklink=index&overridelayout=true
    Regards,
    Balajee

Maybe you are looking for

  • Pbolem while altering a table

    Hi All, when i run this script i get an error because of BEFUPD trigger on this table alter table gt_contract add (gf_isAtype char(1) default 'N' constraint GC_contAtype check (gf_isAtype in ('Y','N'))) i am running the same script for some other tab

  • LR adjustments not showing up in Bridge CS2

    When working with .DNG files in LR, it seems that Develop settings show up in Bridge CS3 (beta), but only some show up in Bridge CS2; the same is true for metadata, but only sometimes -- keywords tend to show up, Location, City, etc. don't. Using the

  • Garbled sound after upgrade to ios7.0.6 for ipad

    pls advise if you experienced garbled sound after upgrade to ios7.0.6 for ipad2. thanks

  • Join-types right & full outer join with Datasets

    Hello I use Crystal Reports XI Release 2 with ADO.NET Datasets as datasource. In the "Database-Expert" I try to set the "Link-Options". Unfortunately are the join-types "right outer join" and "full outer join" disabled. - Is this because of the datas

  • How do I search for movies with CC

    On the new itunes interface I cannot find where I can search for movies that have closed captions or sub titles.