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

Similar Messages

  • 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

  • Can Drill-down paths being made dependent on the user roles and groups

    Hello Experts
    Is it possible to restrict user after certain level of drill down. Here I mean after drilling upto country level from Total World , can we restrict the user to further drill down upto state level.
    OR we can say that we need to restrict certain user to look into transaction level details
    thansk and appreciate any hlep on this.

    i Guess u can...by setting object level security? suppose if you dnt want to drill to state... you can restrict the state column inpresentation laye... so when the user uses the the report he cannot see state and also in drill down....hope this is helpful/answered...

  • 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

  • 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

  • Drill down in Columns

    I am currently working on a report that have the drill down capabilites in rows. In other works, when I drill down in rows, the dependants show up. However, I also want to drill down in columns but it does not work.
    Example: I have the total year as a heading of a column. Is it possible to drill down and have new columns show up for quarters and months?

    I set the option as "Expand by overwriting rows" and then try the drill down again. IT WORKED!
    The only thing about drill down by columns is that if you want to drill down to HLEVEL ="6" then you have to set the current view at Hlevel="4" with the MemberSet of SELF,DEP. Once this is set, one should be able to drill down at the dependant of Hlevel="4" to drill down and display Hlevels 5 & 6.
    Edited by: Jay Upadhyay on Apr 12, 2010 3:40 PM

  • 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

  • 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

  • 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

  • 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 graph

    Hi, Can some body please point me to any forum thread/ artical / document which shows the example/tips to create drill down graph.
    Thanks

    It depends on what kind of drill you have set up. I believe you have setup Navigation Drill wherein the target is a tabular report instead of a graphical report. Just change the compound layout of the report to contain a graphical chart and that should give you a chart drill.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Chart drill-down based on series

    I have a flash chart with multiple series, which are all retrieved by a single query, due to performance issues. Is there any way to build a drill-down link, which is dependent on series that user clicks. I guess I am looking for a system variable to reveal the series id, user clicks.

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

Maybe you are looking for

  • Virtual Copies Keep Spawning!

    Hey all, I've been talking to a friend who also used LR and I've noticed that every time she makes a change to one of the images, it generates a virtual copy.  Anytime a change is made, no matter how small, another copy is made.  She's tried to figur

  • Help on overseas itunes!Please,Please!!

    l jump right into the question. My parents moved to china a couple weeks ago and bought apple tv so they could enjoy american tv. It was working great until my mom wanted to switch the credit cards on the account. She kept getting the same error note

  • Trouble with the Eye Dropper tool

    The Eye Dropper tool is acting funky. It was preventing me from picking up the color of my template when in outline mode - instead selecting no fill and no stroke. I finally got it to work by unchecking "Appearance" in the tool options. I didn't actu

  • How to display value?

    Hi experts, Iam trying to display some value using application toolbar button.Just copy and paste this code.If i click 'Download to excel' button  i want to display 'testing'.. REPORT ytest. TABLES: sscrfields,rlgrap . INCLUDE <icon> . SELECTION-SCRE

  • Olympus E-P1: Why DNG files from DNG-Converter, Lightroom or CameraRaw are invalid ?

    Hello from Spain: I've got a Olympus Pen E-P1. I work with DNG Converter 5.5, Lightroom 2.5, CameraRaw 5.5, Photoshop CS4 with my *.ORF files with no problems, and I can convert ORF in DNG with those software smooth, but... I can't open those DNG fil