Drill down chart help mee

Hi....
Can anyone explain to me, how works the chart drill down sintax, I not understand for example:
SELECT 'f?p=&APP_ID.:156:&SESSION.:GET_DETAIL_REPORT:NO::P156_DEPTNO:' <=====what is it?? is an item?? and what is inside of this?
|| deptno LINK,
deptno, COUNT (empno)
FROM emp
GROUP BY 'f?p=&APP_ID.:156:&SESSION.:GET_DETAIL_REPORT:NO::P156_DEPTNO:'
|| deptno,
deptno
And you know the GET_DETAIL_REPORT???
THANK YOU SO MUCH
Claudia

Claudia,
In your number 4, P156_DEPTNO, you say is an item...
but is an item hidden??? And if so then is a sql
query??That's an item defined on the detail report that your link will jump to. You have to define that detail report first, including creating an item on that page that you'll use to pass the parameter. You also have to edit your detail report's query to use that item.
Check out the example code for a Master-Detail report in the 2-Day Developer Tutorial, including moving your mouse over the link from the master edit button to see the syntax. The chart is doing the same thing.
Good luck,
Stew
My Oracle Community blog:
http://www.oraclecommunity.net/profiles/blog/list?user=stewstryker

Similar Messages

  • Drill Down Charts - Oracle Graphics

    My understanding of drill down chart is when
    you click on the particular chart element in the Master chart the Detail chart should show up.
    But in my situation when I choose run from layout editor in oracle graphics, first the Master chart appears and then it automatically refreshes it with the Detail chart without user intervention. The Master
    chart appears as a minimized window.
    I am passing parameter between the Master chart and the detail chart.
    Could anyone tell me how to solve this
    and get the effect of drill down from
    Master Chart to show up the Detail Chart Please ?
    Thanks
    Mohan

    Hi Pradeep,
    You can careate your own dirlldown chart reports like :
    --Create a report using xtreem sample database
    --Crate two groups like Country & Reagion and use Yearly sales in your charts
    --Place a bar graph on your Country group footer and Region group footer.
    --Use Hide(Drill Down Ok) option for region group footer and suppress all other empty sections.
    --Now try to drill down through Country group to Region group.
    You will have to go through only help documents on drill down options in Crystal.
    You have to create a ODBC connection on server end also copy the xtreem database on your server to run you reports in infoview.
    Yes Crystal Reports 2008 supports multi level drill down.
    Thanks,
    Sastry

  • Drill down charts using javascript:$s fails in IE

    Hello,
    I am working on a drill down chart for a dashboard, where the chart needs to be repainted without page reload and hence have used javascript:$s in the query for setting an attribute to be passed to the subsequent chart.
    Query is as follows:
    select 'javascript:$s("APPFAM","'||d.short_name||'")' LINK, short_name,
    sumapps from MVIEW_FYEAR_TODATE_TOTALS
    Drill down works fine and the attribute is set as required in Firefox. The same query fails in IE 9 in my machine with the error "Internet Explorer has stopped working - Close the program" error. This query works fine in another machine on IE 9. Are there some browser settings that is hindering the javascript execution, because if i replace the 'javascript:$s("APPFAM","'||d.short_name||'")' with javascript:alert("hello") it still fails. I have tried setting/ resetting the javascript Internet options but it still throws the same error.
    Thanks in advance for your help.

    Hi,
    You can't - that SP2 was for XI R2
    if you are on XI 3.1 , then you patching options today are SP3 FP3.7  or  SP4 FP4.1 i believe
    Regards,
    H

  • Drill Down Charts Backed by JAVA

    Hi,
       I am from java background, but I had developed simple projects mostly CURD operations and just a simple chats using Spring Blazeds.
    But now I want to develop  dash board and drill down charts. I have seen some sample , where the data  is an XML which is mapped to flex objects and drill down is done.
    But what I know is just call a remote java method which returns a map or list which I get as a Array collection.
    Is it possible to acehive drill down with such java return type or  does java need to return results only in XML, so drill down can be easy at flex end.
    what is  the best way to do ?
    Almost all the examples comes with an static xml file available for the application, It would be great if  any one can tell how to drill down using a List returned by java or any example  of drill down backed by java.
    Thanks

    You can try using the Data Centric Development (DCD) features of FB 4.0 and try using BlazeDS and LCDS workflows and bind the result to Flex Charts.
    This can help http://sujitreddyg.wordpress.com/category/flex-and-lcds/
    Thanks
    -Sunil

  • Is it possible to open drill down chart in different window ?

    Dear expert
    Is it possible to open drill down chart in different window ?
    Regards
    imansyah

    HI imansyah,
    Can you try doing what you want in first instance and then try posting your problem you face.
    Regards
    Rana

  • Drill Down chart using a selector

    Hi ,
    Is it possible to use the drill down option  with a selector? I have figured out dirll down and it's quite simple but I can't seem to get it to work when a selector is in use
    Here is my requirement
    At the top layer  it should show the region  data  when I click on any one region it should provide me the Bar chart (drill down chart)without Industries data in that particular region
    and also I have 2 filters as selector
    one filter is labeled as  forecast  and contains the values Current  , Past  & the other should be the Year contains the values 2007, 2008, 2009
    I have a  Region Pie chart which should default show the values Forecast = All  and Year = All
    if I select the values from the forecast = Current & select the values from year = 2006 the pie chart should display the values according to the selection and even the bar chart(drill down chart) should display the values according to the selection
    Please any one let me know how can I do this

    Sirisha,
    Emailed you the xlf file as per your requirement...
    Sirisha's Requirement:
    Ultimately what we want is to have a selector (combo box) which will have the choices: person A, person B and person C. Then when a person is chosen, say person A, a pie chart will display amounts for info X, Y and Z that pertain to person A. Likewise, if we chose person B with the selector (combo box), the chart would change to the corresponding info X,Y and Z for person B. Once we have a particular person's data up we would like to then drill down on a slice of the X,Y,Z pie and display the subcategories of information on a neighboring column chart. So, we have person A up, we then see their pie of X,Y and Z, now we click on the Z slice and we would like to see a chart with the detailed info for Z: Zsub1, Zsub2 and Zsub3.
    -Anil

  • Drill Down Charts - Please Help

    I am on version 4.0.1.00.03 and I have a flash chart stacked 3d colum that is displaying a yearly count by category of issues. The page also includes an item as a select list that allows you to choose the year you'd like to see. This works great. I can change the year and the chart changes correctly. Now when I go to drill down on a specific category to show the monthly count for the given category selected. I can't get the chart to show up as the year isn't coming in the url as expected. The category id does appear. I've tried everything I can think of but can not seem to get this. Any assistance would be greatly appreciated! :)
    f?p=111:57:3034438413069645::NO:RP:P57_YEAR,P57_CATEGORY_ID:%26P57_YEAR,141

    Hi "790176" (please update your profile with a name, thanks),
    Based upon the LINK you have provided, it would appear that you are referencing the select list item as &P57_YEAR. If you reference your item as :P57_YEAR instead, and concatenate its value to the URL, then your drill-down link should work. Your LINK column in the first chart query should look something similar to the following:
    SELECT 'f?p=111:57:&SESSION.::NO:RP:P57_YEAR,P57_CATEGORY_ID:'||:P57_YEAR||',14' LINK, ....You may find it useful to refer to one of my map samples - http://apex.oracle.com/pls/apex/f?p=36648:33 - where clicking on a map section will drill down to a report. It's the same concept as linking down to another chart, you just need to have a correctly formatted URL. I hope this helps.
    Regards,
    Hilary

  • HGrid with drill down & chart

    Hello folks, I've a requirement, kinda hard and I would like to know some guide lines with my first OAF customzied page.
    The requirement is a page that includes the Organization Hierarchy from the top most to the to bottom including managers and with a drill down option for each department and manager. Another thing is a report issue, which is a competency/appraisal chart grouped for a specific department/supervisor or the whole organization.
    At first, I thought of a graphTable bean under the HGrid that will be implemented with PPR option to refresh each time a selection happens in the HGrid. Then I've found a way to include BI Publisher reports withing an OAF Page in real-time. I almost have gathered the information to be used but the main problem is, I don't know from where to start!.
    Please advise.

    glad to hear we were on the right track. chapter 12 of the htmldb documentation provides info on some of the api's that htmldb makes available to you for use in your application. of those api's, htmldb_util, has a url_encode function. it encodes special characters and such into hex so you can call them via a url. because of the weirdness you described it seemed as if you could use some encoding your svg chart links, too. so instead of coding your select statement as...
    select 'f?p='|| :APP_ID ||':2:'|| :APP_SESSION ||'::::P600_SHOW:'||remarks link, remarks label , count(remarks) value from whatever
    ...i was suggesting you write it as...
    select 'f?p='|| :APP_ID ||':2:'|| :APP_SESSION ||'::::P600_SHOW:'||htmldb_util.url_encode(remarks) link, remarks label , count(remarks) value from whatever
    ...hope this helps,
    raj

  • How to reset the value of drill down - Chart

    Hi gurus. I have a problem related with drilldown.
    is there any way I can reset the drill down value?,of course, except for using reset button
    (in  this case "reset" means "make the cell blank of certain value")
    I tried using "push button" and the cell is reset.
    However, even though the cell is reset, the cell is set to the drill down value in one second.
    ex. Drill down destination : a --> "" --> a
    (a is drill down value)
    Is there a way to reset the drilldown value?
    Thanks in advance.

    Thanks for your help , Sonja
    I used push button 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
    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.
    Regards
    Kwon

  • OBIEE 10g Drill Down Chart From Axis Label

    Hello All
    Does any one know if OBIEE 10g can drill down values in a chart by clicking the axis labels of the charts.
    In other words, if there was a bar chart with two bars, one for May and one for June, could a user click on the label 'May' or 'June' to drill down in the chart or can OBIEE only drill charts by clicking on the actual bar in the chart?
    Thanks!

    Hi,
    In 11g chart navigations have changed.They are now moved to the criteria level and are therefore not available in results view.In your case, navigate to the criteria ->interaction tab and add the target as action link.
    Refer-
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/navigation-between-charts-obiee-11g-4086065
    Hope this helped/ answered
    Regards
    MuRam

  • Drill down chart

    Hi All,
    I am creating a drilldown chart.
    SQL QUERY:
    select 'f?p=&APP_ID.:42:&SESSION.:::CIR:IREQ_ASSIGNED_TO:'||P.person_name LINK,
    P.person_name label,
    sum(nvl(I.time_spent_hours,'0')) Time_spent
    from it_issues_progress I,it_people P
    where upper(I.modified_by) = upper(P.username)
    and trunc(I.modified_on) >= :P35_date_range_1
    and trunc(I.modified_on) <= :P35_date_range_2
    and p.assigned_project = :P35_PROJECT
    group by P.person_name
    Right Now it has only one condition ASSIGNED_TO = p.person_name
    What I want to add is 2 more conditions like
    modified_on >= :P35_date_range_1 and modified_on <= :P35_date_range_2 but I dont know how to put this in link?
    Could you please help me?
    Thanx
    Omy

    Thanx Dramus for replying,
    I changed my query but now I am getting foll error when I try to drill down:
    Error ERR-1002 Unable to find item ID for item " IRGE_MODIFIED_ON" in application "101".
    Following is the modified query:
    select 'f?p=&APP_ID.:42:&SESSION.:::CIR:IREQ_ASSIGNED_TO,IRLE_MODIFIED_ON,
    IRGE_MODIFIED_ON:'||P.person_name||','||:P35_date_range_1||','||:P35_date_range_2 LINK,
    P.person_name label,
    sum(nvl(I.time_spent_hours,'0')) Time_spent
    from it_issues_progress I,it_people P
    where upper(I.modified_by) = upper(P.username)
    and trunc(I.modified_on) >= :P35_date_range_1
    and trunc(I.modified_on) <= :P35_date_range_2
    and p.assigned_project = :P35_PROJECT
    group by P.person_name
    Thanx
    Omy

  • Passing the filter values to drill down chart

    Hi all,
    I want to drill down on a chart on the basis of fitlter values. i.e User wants to click on the section of first chart and want to pass on the filter values of first chart to the second chart...How should I achieve this in Xcelcius???

    You can do this using the Drill Down tab in the properties of the chart.
    Click on Chart goto Properties --> Drill Down --> (Check Box) Enable Drill down
    -Anil

  • *Can I pass default Selection dynamically for Drill Down Charts*

    Hi
    I am having Charts with Drill Down tab and I am currently having to select a value for the Default Selection Combo Box while saving the chart.
    I want to be able to update this default selection depending upn data coming from the XML / Webservice. Is there a way to update the Default Selection dynamically ?
    Please let me know if anyone has come across this.
    Thanks,
    Rahul
    Edited by: Rahul Modey on Sep 2, 2008 5:15 PM

    Hi Rahul,
    Drill Down > Default Selection > Series/Item may not be filled dynamically.  They must be selected manually.
    Good Luck.

  • Drill down charts  Hierarchy in Pie Char  not working need to instal Patch

    Hi Folks,
    We are Using Buisness Objects 3X version,  Our Client Requirement is to drill down the Hierarchy thro Table and also he needs to see in Charts.
    We dragged the Chart in the Report also,  while we drilling down in the Table,  it is working fine , and also chart is also woriking fine ,,   when we drill up ,  chart giving Some Syntax problem,
    When we searched this issue  ,,SAP  have given Patch to install in this link,,,
    http://resources.businessobjects.com/support/communitycs/FilesAndUpdates/boXIr2_sp2_readme.pdf
    ADAPT00607580 Patch ID: 38,912,657
    Description:
    In Java or .NET InfoView, when drilling on a chart in a Web Intelligence report in Edit mode, the report fails to display sublevel
    information.
    In View mode, the drilling feature works properly.
    How to install the Patch , where we can download the Patch ............................Share your knowledge regarding this ., to solve the issue.......................

    Hi,
    You can't - that SP2 was for XI R2
    if you are on XI 3.1 , then you patching options today are SP3 FP3.7  or  SP4 FP4.1 i believe
    Regards,
    H

  • Adding Checksum To Drill Down Chart

    I have created a chart that drills down to a report when the user clicks on a bar in the chart.
    I have now changed my pages so a checksum is required.
    When I click on a bar in the chart, I get a checksum error.
    How do I add a checksum to the link in the chart ?
    Gus

    I thought I would provide some more information.
    The original code for my chart was
    SELECT 'f?p='|| :APP_ID ||':29:'|| :APP_SESSION ||'::::P29_GARRISON:'||GARRISON LINK,
    GARRISON, SUM(ACTUAL_STR+DEP_ADULT+DEP_CHILD) POPULATION
    FROM PS_ALL_DATA
    WHERE G_CODE <> 3
    GROUP BY GARRISON
    ORDER BY GARRISONThis worked until I added checksum required for pages.
    I created a Before Header and a hidden item to hold the url
    DECLARE
        l_url varchar2(2000);
    BEGIN
        l_url := APEX_UTIL.PREPARE_URL(
            p_url => 'f?p=&APP_ID.:29:&APP_SESSION.::::P29_GARRISON:',
            p_checksum_type => 'SESSION');
    :P1_CHART_LINK := l_url;
    END;Then I changed to code of my chart to
    SELECT ':P1_CHART_LINK:'||GARRISON LINK,
    GARRISON, SUM(ACTUAL_STR+DEP_ADULT+DEP_CHILD) POPULATION
    FROM PS_ALL_DATA
    WHERE G_CODE <> 3
    GROUP BY GARRISON
    ORDER BY GARRISONNow when I click on my chart I get Page Not Found
    Any ideas appreciated
    Gus

Maybe you are looking for