Drill down on calculated columns

I have need to drill down on a calculated column as below. But instead returns only '0-2 Days' or '3-5 Days', it returns everything.
CASE When TIMESTAMPDIFF (SQL_TSI_DAY, "Service Request"."Opened Date", now() )<= 2 Then '0-2 Days' When TIMESTAMPDIFF (SQL_TSI_DAY, "Service Request"."Opened Date", now() ) between 3 and 5 Then '3-5 Days' ......
Else '15 Days Over' END
Any help are much appreciated!

Hi,
I also experienced some difficulties with that. In our situation we had no drill down, but a navigation on a bar chart. We had green bars for the SRs closed in time and red bars for SRs not closed in time. Set the interaction at the formula column for values at navigation to the target report and also the navigation at the chart. In the target report insert the calculated column and set a prompted filter on it. It did the trick for us.
Best regards, Tim
Edited by: Tim.Slijp on 23-jul-2009 1:13

Similar Messages

  • Letting drill-down on a column depending on permissions

    Hi friends,
    I have a question about drilling-down on a column. I've designed a hierarchial level security on my application, so, some users can't access to certain information, therefore the query will get back it no results. But i need dissable drill-down option when there is no information to show. So, I need to know if it's possible to dissable drill-down option in some rows and to let it for others rows at the same column.
    Thanks.

    HI my friend check this out hope this might help solve your problem if am right
    http://obiee101.blogspot.com/search/label/CHOOSE

  • Drill-down to multiple columns at same time

    Hello,
    Is it possible to simultaneously drill down to multiple columns on the same level with one click? I have several attributes that the user will want to see together at all times, so I want to be able to drill from level1 to level2a,2b, and 2c with one click.
    Thanks,
    Elliot

    This drilling down to all the levels may not be available with the OBIEE drill level based hierarchy feature OOTB but as an alternative you can try this at you DB level to create a hierarchy within you data using START WITH and CONNECT BY PRIOR to generate the parent->child levels hierarchy within the view instead of creating multiple hierarchical columns.
    Or may be you can try to create separate columns in a table for each hierarchy level. That table could either be in the database or be a logical one in the repository. For example:
    Level 1 Level 2 Level 3 Description
    1 2A 3A
    1 2A 3B
    1 2B 3A
    1 2B 3B
    etc
    You then create separate reports for each level, so one report has only level1 in it for this dimension, another report has levels 1 an 2 and a third report has levels 1, 2 and 3 etc.
    In each report you put an action link on the levels' cells so that if you click on them you drill up or down by displaying a new report with either less or more level columns.
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • How to use drill down hierarchy in column chart of BO OLAP edition tool?

    I had created hierarchy table in olap tool where i can drill down Zonewise then Regionwise then Customerwise but this technique is not possible in Graph of Olap tool ,so my question is how can aaply drill down method in graph?

    Hello Raul
    This is odd. Have a look at the screen shots below. I start at the top level "WORLD".
    I right-click on "WORLD" and choose "Expand". This gives me the second screen shot.
    I then right-click on "NORTH AMERICA" and choose "Expand". This gives me the third screenshot.
    As you can see, levels are expanded one-at-a-time. The only thing I can think of is that the BW query has been set up to drill down automatically to a particular level.
    Regards

  • How to reset drill-down column-chart based on map-chart?

    Hi guys,
    I'm facing pritty common issue while designing one of my dashboards.  Let me describe a little bit  more:
    1. I have some data extracted from BW using Query as WebService into my Xcelsius spreadsheet.
    2. I have map-chart - regions for some country.
    3. I have a drill-down column-chart, which displays data for a selected region.
    At the beginning column-chart displays results for entire country (which, in fact, is not exactly drill-down). The issue I'm fasing is, that in case I select any region and the data is drilled-down into my column-chart, I have no option to show data for the entire county in the column-chart anymore (the only one way is to restart the report).
    Are there any possible way to do this, or am I doing a design error while displaying data, which is not drilled-down, into a chart which is intended to display drill-down data only?
    Any help would be highly appreciated.
    Thanks in advance.
    Ivaylo Mutafchiev
    Varna Business Services
    Project Manager BOBJ

    Ivaylo Mutafchiev,
    I understand your problem now. So your column chart data which is coming from the QAAWS query should be having a prompt which is bound to some cell in excel. and your map might be passing the values for prompt isn't it? in your case the map might be passing a region.
    All you need to do is put the prompt in the web service for region as a optional prompt. Now pull in a check box or a Push button(name it as reset or something.). while binding the data to the check box or push button (source data) bind it to a blank cell. when user clicks on it , it passes a blank vlaue to the region(this is ur input for region) which will inturn makes the prompt optional for the region web service. which should pull all the data for all the region.
    The whole idea lies in somehow passing a blank cell to your  web service whose region prompt is optional.
    Thanks,
    Karthik

  • Stacked Column Chart drill down

    I have a stacked column chart. Data is dynamic. Sometimes one column will have 0 as value.
    I need to do a drill down on the ones which has value. In order to do a drill down everytime, I don't want my drill down to be tied to a specific serie...
    How can I do that?
    Thanks,
    Wen

    Hi Wen:
    Let me do a quick demo to you so you can learn how drill down for stacked column chart works
    1. Create a new stacked column chart.
    2. Choose data binding "By Range" and "Data In Columns" binds to range "A1~C2", which has range data as following:
    a, 1, 2
    b, 3, 4
    3. After finishing step 2, there will be two series created (Series 1, and Series 2)
    4. Open drill down tab and check "Enable Drill Down".
    5. Choose "Insert Type" as "Row".
    6. Click "Series 1".
    7. Bind "Source Data" to range "D1~E2" which contains value as following:
    11,12
    13,14
    (these are the drill down value you want to insert)
    8. Bind "Destination" to "D3~D4" (empty cells)
    9. Create another component "Grid" under "Other" folder.
    10. Bind grid data to "D3~D4" to present the drill down data.
    11. Preview the xlf file, can click values in series 1, you will see the drill down result. (Grid will be refreshed with new drill down data)
    Hope the demo above can help you in your practice, also you can refer to help documents for more information. Let me know if you have any other questions!
    Thanks!
    Bill

  • Drill down in Column Chart Xcelsius 2008 FP2

    I've tried every which way I know to get the drill down on a column chart to insert "row" values (I've tried all types of Insertion Types) and it is not working as expected.  Can somebody try this in 2008 FP2 and see if they can get it to work?
    Thanks,
    Deb

    Hi,
    it is working for me too, Please follow the following Steps hope will work for you too.
    --> Place a Column Chart and Select The Range of Values in the General Tab.
    --> Now Click on the Very Next Right Side tab Drill Down.
    --> Check Enable Drill Down Check Box
    --> Select the Insertion Type from the Drop Down Menu Like you Need the Value or Position.
    --> Select Series and in the Destination Please Select your Cell where you want to Past the That Value.
    --> Now to Display your Value Place a Control "Value" or any other where you want to See the Value.
    --> and Set the Data Cell of that Control to the Above select Cell.
    --> Take a Preview and click on the Column it will show you value in that Control.
    Hope will solve out your problem,
    Please Replay if any Issue,
    Kind Regards,
    Faisal

  • Discoverer Report - Drill down

    Hi Friends,
    initially I have executed the discoverer report and got the data in 5 min, but when I am trying to drill down for some column the same report It is re-executing the query again. Actually while doing drill down it should not re-execute the query.
    Kindly suggest is there any setting/solution for the same.
    Regards
    Pankaj

    Are you drilling down by choosing the 'drill to related item' or something like that?
    Or are you using a hierarchy that you've set up already?
    I'm asking as I've never like the drill-down concept in Disco in that you get all columns back in another worksheet that's totally ugly and not end user friendly.
    However, when I've set up a hierarchy and drilled down the hierarchy it just opens the new rows within the level I'm at in the same worksheet and doesn't seem to take any more time.
    Russ

  • Diplaying matrix with drill down (toggle visibility) enabled for 4 row groups

    Hello,
    I have a matrix in SSRS 2012 with 4 row groups representing a product hierarchy.   Product Sub Group, Product, Sub Product and Account Number are the levels of the hierarchy.  I have enabled drill down (toggle item visibility) on the first
    3 of these levels. 
    This works great, but my matrix is very wide when it is first rendered.  Ideally I want my matrix to expand horizontally as I expand/drill down into each grouping.  So when the report is first rendered, and 3 of the groups are invisible, the
    matrix will be thin.  Is this possible?
    Thanks,
    Gabe

    Hi Gabe,
    Based on my test, it cannot achieved in SQL Server Reporting Services (SSRS).
    We can hide these column contents in matrix, however, we cannot hide the space in the report. In this situation, I recommend you use table to display these data.
    Alternative, we can add a drill-down in the column group to hide the column group when it is first rendered. Please refer to the following screenshot:
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How To Create Drill down report in oracle report 6i version

    HI,
    I have one table having dept no , emp_no ,Sal like field.
    I want drill down report master column dept_no.
    i want one click on dept_no & i want to see detail of emp & Sal on it
    How can i do this please guide me.
    Thanks in advance
    Rahil

    Hi
    One simple concept is,
    Make dept only report call it as dept.rdf
    Now create another report call it as emp_details.rdf,
    Now in Dept.rdf. Make push button and call the emp_details repot by passing dept no varailble.
    Hope you got idea of drill Down on 6I
    Edited by: O.Developer on Dec 19, 2012 9:20 AM

  • How to enable drill down?

    Hi,
    I use BIEE 11.1.1.5.0. I can drill down by clicking column. But I made some changes to the repository recently. It doesn't support drill down now. Is it any additional config to enable drill down?
    Thanks

    Hi,
    Did you delete any dimension hierarchy in the rpd.Could you elaborate on the change?
    Rgds,
    Dpka

  • Drill down pie chart

    Hi,
    I have a pie chart that drills down to a column chart. I have assigned colours to the pie slices and dynamically assigned these to the column chart, to try and get the linkage between the two.
    However the pie chart changes the colour/shade of the selected pie slice, so that column chart is slightly different.
    Is it possible to have the select pie slice becoming detached from the chart to highlight that it has been selected and linked to the column chart?
    Thanks,
    Niall

    Thanks Senthil,
    I have the colours working between the two charts. But even in Ryan's example, when you click a slice it changes the colour of that slice, so that it doesn't match the colour of the column chart.
    What I am looking for, is to have the selected slice detach/offset from the pie chart to indicate more clearly that it is selected. When the user selects a different slice then that is detached and the original selection is reattached.
    I think Excel would refer to it an an exploded view of the pie chart. Is this possible?
    Thanks,
    Niall

  • Drill Down on Charts

    Hi,
    Problem: User want's to drill down on the column chart and it should show
    the next level of hierarchy values in the "same chart".
    User should also be able to drill up to the top level.
    Is there is any way I can mimic the WebI drill down functionality
    by Excel logic or by dynamic visibility.
    Thanks,
    Sunny

    Hi Sunny,
    I think you best bet would be to look at the XWIS product from http://www.antivia.com/
    They did a demo on the BO Weekly Webinars that you should take a look at. see
    https://www.sdn.sap.com/irj/boc/index?rid=/webcontent/uuid/b0c66b40-42bf-2b10-fea7-fa395a907601 <b>[original link is broken]</b>
    I have no idea of pricing, but I think it meets your requirement exactly and might save you a lot of effort, pain
    Regards
    Alan

  • Two different drill down based on values in rtf

    Hi All,
    For a column in rtf, can we have multiple drill down path based on the values of the column. For example, if the value is > 10,000 navigate( hyperlink) to Report A otherwise navigate(hyperlink) to Report B.
    In obiee answer in action link we can put condition, but in BI Publisher using rtf is there a way to perform multiple drill down for same column.
    Thanks,
    Sushil

    Thanks for your kind reply.
    where to create conditional hyperlink in rtf. When we insert hyperlink we just place the url. I have a sample column1 with three values A , B and C. If the value is A then display www.google.com and if value is B then display www.yahoo.com and if value is C then display nothing. Where we place the condition while inserting the hyperlink in rtf.
    Thanks,
    Sushil

  • Drill Down within Xcelsius

    Hi all,
    I know that it is possible to use a "Pie Chart" and Drill Down into a "Column Chart" by clicking on any of the sections included within the Pie Chart. (I have already done that).
    My question:
    Is it possible to drill down from the "Column Chart" (obtained by clicking on the Pie Chart) and generate an output  "tt" by clicking on any of the Columns?
    Sequence: Pie Chart --- Drill Down into --> Column Chart - Drill Down into> List View
    Many thanks in advance and Happy New Year 2010.
    Best regards,
      Imanol

    Drill Down is also possible in Column Chart as it is in Pie Chart. you can get details here:
    http://www.xcelsiusbestpractices.com/landingZone/sampleFiles/X4Article003_DrillDown.html

Maybe you are looking for

  • RAW in iPhoto vs Aperature

    Hi, I am a newbie to using RAW (new Olympus e520) and use iPhoto 09 in OS 10.5.6. I generally like my pictures from iPhoto (after I tweek them a bit) but am contemplating Aperture. Indeed I like the results I get from iPhoto better than what I can ge

  • IMac contrast--w/ links to pictures

    I have a screenshot here of my iMac G5 with 10.4.7 running. Inherited from my parents, I don't know when display problems developed. You can see the whited out effect that does not change from brightness control in Display. http://www.flickr.com/phot

  • Reg: Issues in Tcode: MIGO

    Hi,    Can anyone suggest me tht, as per client requirement, they need T.code :MIGO had to be Customised and they need range between G/L number(eg: From:50000076, To: 50000094), we can able to customize tht t.code or any other transaction code to do

  • BOBJ 4.0 Client Tools Configuration Help

    i have 32 and 64 bit System DSN setup on the server using the 2005 drivers. 4.0 was installed with 2008 Express. i'm not sure if that has anything to do with it? dumb question, should it be set to the db or cms db? i don't remember configuration bein

  • Import multiple CDs into i tunes ?

    I am new to i tunes and yesterday purchased a (2cd)album from i tunes all ok. I am trying to import one of my own albums that also has 2 CDs. Can someone give advise as to how i get "all" tracks from the 2 CDs onto the one album.Hope i have explained