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

Similar Messages

  • *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.

  • OBIEE-- Google Maps With Drill Down Facility

    Hi All,
    I want to create a map chart ie., google maps in OBIEE with drill down facility.
    This is my Hierarchy -> From country to state to city .
    I have this data in my table in the database as columns.
    I know to create google map but dont know how to include hierarchy, please let me know if this can be done.
    Thanks in Advance

    Firstly:
    http://catb.org/~esr/faqs/smart-questions.html#before
    Then look at:
    http://obiee101.blogspot.com/2009/03/obiee-google-maps-multiple-addresses.html
    http://www.artofbi.com/index.php/2009/07/obiee-and-google-maps-integration/

  • Required funnel with drill down

    Experts,
    Any sample example of Funnel Chart with drill down option available in Jdev 11.x ?
    thnks.

    Hi user 552235...
    I am not sure if my next post will help you, since I am not working with portal, but I had a problem with drill to link in the same disco version (10.1.2.48.18) and the problem solved after applying patch 5507746 for bug 5475467.
    You can read more in metalink with the number I supplied you and try in a test environment of course...
    Hope this will help you solving your problem, if it does please update the thread for the rest of our community...
    Gidi Halamish

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

  • Exporting a Report to a pdf file with drill down!

    Hi,
    I would like to export a Report to a pdf file.
    My Report includes drill down options. I require the exported pdf with drill down options.
    (Similar to Navigation options in a PDF file).
    I hope this makes sense.
    Please provide a better solution for me.
    If am not wrong, this facility is not available with Crystal Reports!!!
    Thanks,
    Ramesh.

    Hi Ramesh
    You can download the trial versions of the Crystal Report from the following link:
    https://websmp202.sap-ag.de/support (Please copy the link and paste it to your web browser).
    You can get the license by putting a request in the follwoing link:
    https://websmp202.sap-ag.de/support(Click on Request License key under Service Corner).
    Hope it helps.
    Regards
    Sourashree Ghosh

  • Calendar with Drill Down Report

    Hello,
    Everybody.
    I am new to Application Express.
    Please any one tell me step by step how to make calendar with drill down report.
    Waiting for valuable reply.
    Thanks
    Rahul

    Not sure if this is what you wanted, but I have links on a calendar, and when you click them, it branches to another page with details about the event.
    To do this, create a calendar region. The SQL statement should have at least 2 columns: The date of the "event", and the text to display as a link. You should also choose a primary key that you want to pass to the drill down report when the user clicks. Something like this:
    select hiredate date_scheduled,
              ename display_column,
              empno
       from empIn the calendar attributes of that region, there is a place to designate which column is the date, and which should be displayed. Go down a little further and set the column link. Put the page you want to show the drilldown report on, and set any variables you need to.
    Hopefully that helped. Its pretty simple once you play around with it - start simple and then once you get the hang of it, make it more complex.

  • Problem with drill down in time dimension - OBIEE 11G

    Hello There,
    I have a problem with drill down in time dimension. The hierarchy for time dimension is " Fiscal Year---> Fiscal Quarter---> Month(Name)--->Date". When I select a Time dimension and click results its getting opened in a Pivot table view. The problem here is, when I click the "Total" its getting drilled down to Year ---> Quarter but when I click on "+ sign next to quarter" it should drill down to month for that particular quarter for that particular year but its drilling down to month for that particular quarter for all years.
    Any suggestions are much appreciated.
    Thanks,
    Harry.

    1.) Congrats for resurrecting a year-old thread.
    2.) Your answer is here: "Check the level key of the quarter level...it should include both quarter and year columns. Since a specific quarter occurs every year, quarter column alone can't be used as the level key."

  • Suppressing sub-section with drill down OK

    This may be an easy one that I just cannot figure out (I hope...).
    I have created two details sections - details A and details B.  I would like to suppress details section B while still allowing for drill down capabilities.  However, that option is not available.  I can either suppress the entire details section (A and B) with drill down capabilities or suppress either A OR B with no drill down capabilities.
    Any and all help would be truly appreciated!!

    I can only think of using an on demand subreport which sits in Details b. but the row and the SR lable will be visible for all records.
    Ian

  • Problem in Viewer with drill down, Working fine in Plus

    Hi,
    I am using the cross tab reports with drill down functionality. In the viewer version I am getting the following error:
    An error occurred while handling the event. See the application log for more details.
    - The numerical value entered was too low.
    This one working fine in Plus. .
    As for your information this one is working fine in both plus and viewer in development instance and not working in PROD instance.
    Please help me out.
    thanks.

    Update
    Hi Guys the report is working fine with cross tab . Its giving the above error when ever I click the Drill to link which takes to the another detail report.
    thanks in advance

  • 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

  • Bar Chart with Drill Down

    Hello,
    I have BI Publisher 11 and BI Desktop version installed.
    I created a Bar chart thriugh RTF template and uploaded, its working fine.
    I want to create a drill down on each bar in the chart, which will allow me to pass respective value and open a detail report for that Bar value.
    Has anyone tried it?
    Any pointers would be highly appreciated.
    regards
    Nikhil

    Hi Runali,
    Sorry for late reply,the issue was not solved .
    Got another issue in BI launch pad .
    one Webi report migrated from R2 environment to BO 4.1.when open that report in BI launch pad
    working perfect but when report was edit in the query level and run the all queries its asking context selection
    If i selected all the context and run all the queries then again getting another issue.
    Why its asking Query Context in Query prompt level?
    Thank you
    Sudhakar M

Maybe you are looking for

  • Using clips created in Flash Professional

    Hello! A newbie question: When working with AS in Flash Builder, Is it possible to use a MovieClip that I have created in Flash Professional? How? I wrote a simple game in Flash Professional, 99% of it is pure code (AS3) but one of the building block

  • Html for an applet with swings in 1.4.1 or 1.3.1

    Can anyone send me an html document to launch the applet in a browser. I have very basic html, but I need one that uses the appropriate plug-in and that has parameters such as height, width, etc. My applet uses tabbed panes, dialog boxes and combobox

  • Java.Lang.NullPoint.Exception in OWB Mapping

    Hello Everybody We are building Data Warehouse using OWB Repository 9.2.0.2.0. When we are validating or deploying the created map we are getting Java.Lang.NullPoint.Exception. This leads to blank screen. We are unable to recover the map. Sometimes,

  • Difference between Oracle Apps DBA and Oracle ERP Consultant

    Dear All, Can any please give me some idea about the difference between Oracle Applications DBA (apps dba) and Oracle ERP Consultant. Which career is most rewarding one in terms of Salary, Job Security and Least amount of work I am working as Core DB

  • SRM-SUS additional status

    Hello experts, is it possible to add an additional status in SRM-SUS with same behavior like status "in Process"? The PO in SUS must be editable. Thanks in advance, Björn