Is it possible to do in a chart  ?

Hi All,
after long time i return to develop apex application.
it's good to be back even if it's for one little project.
i created a query that returns the top 5 wait events per day
you can see the output here:
http://spreadsheets.google.com/pub?key=p8uWlL2ZLIHHHpMu_xxaSIw
i want to show it in apex in a chart.
i tried using stacked chart but with no success.
i want to see for each day the top 5 wait events .
how can i do it ?
10x
Zvika
Edited by: zvika gutkin on Oct 17, 2008 7:14 PM

Denes,
I'm so excited about this thread because I thought this was a lost cause - didn't think it was possible to dynamically display series in a Flash Chart. I hope you can help me.
I have a table FILESYSTEMS with columns host_id (varchar2), label (varchar2), sample_date (date), available (number).
For a given host, I want to display in a 2-D line chart all the corresponding filesystems (i.e where host_id = :P63_CHOOSEHOST).
I can't hardcode the series queries ahead of time because each host has different filesystem labels, and different quantities of filesystems associated with the host.
Currently the user must select the host, then the individual filesystem (label) but that is cumbersome - a chart that shows them all is desirable.
Here's the working query for one series:
select null link, SAMPLE_DATE label, AVAILABLE as value1
from FILESYSTEMS
where host_id = :P63_CHOOSEHOST
and sample_date >= (sysdate-365)
and to_char(sample_date,'DY') = 'MON'
and label = :P64_LABEL
order by sample_date I looked at your example PL/SQL code but as I am not a developer, I can't figure out how to rework it for my situtation. I got this far...
DECLARE
   v_query   VARCHAR2 (4000);
BEGIN
   v_query := || 'SELECT NULL link, sample_date, ';
   FOR c in (select distinct label from filesystems
             where host_id = :P63_CHOOSEHOST)
   LOOP v_query :=
     v_querybut I dont' know how to translate the rest to return the data I'm wanting to chart: available space over time (sample_date) for each filesystem.label on the host.

Similar Messages

  • Is it possible to develop the control charts in WAD.

    Hi Gurus and Experts
    We need your suggestions to go futhure with our requirement.
    Right now KPI's are currently displayed in graphical form with the
    ability to drill down into WO's( Work orders) from the graph page. our
    new requirement is to get exactly the same set of information captured
    and presented in control chart form. This is to be an adjunct. to, not
    replace, the existing graphical set of data. Upper and lower control
    limits will be set initially by the business, and the same drill down
    functionality should be available from the control chart. The charts
    can be displayed seperately from the exisiting set of charts if this
    makes it easier.
    Can you please suggest us whether is it possible to develop the control
    charts and also have the functoinalities of the existing dashboards
    (example drill down of WO's using the control charts) in WAD or through
    viusal composer
    Waiting for your responses..
    Thanks
    Ravi...

    Hello dj_page!
    Thanks for the answer, but I know this already.
    My problem is, that the small picture in the side panel and the histogram in LR5 are bigger than in LR4.
    The two pictures are showing the difference between the versions.
    On the left hand (LR4) you can see a smaller preview and histogram than on the right hand (LR5).
    In each version you can change the size of the side panel only as small as the preview-window is.
    The pictures are also showing the smallest size of the side panel in each version.

  • In a ADG is it possible to have a pie chart in a summary row?

    In a ADG is it possible to have a pie chart in a summary row?
    The segments would be worked out from a funtion applied to the data
    in that grouping.
    Thanks :)

    The JTable is a tabular component. So it will always have enough columns to display the maximum row length. you don't have to pur a value in every cell.
    There are methods in JTable to remove horizontal and vertical lines and you could implement a renderer to make empty cells look like the background.
    Cheers
    DB

  • Is it possible user to select the chart type in WAD??

    Hi All,
    I have a requirement in WAD, where customer wants to select their own desired chart in WAD.
    Is it possible user to select the chart type?? If so please let me know the path where i need to do the setting.
    Thanks in Advance.
    Regards
    Sathiya

    Hi,
    you have to press the right mouse button on the chart (it is not so easy - there are 2 different context menus) -> in context menu -> properties -> web item -> chart setting -> chart type
    Regards
    Erwin Buda

  • 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

  • Is it currently possible to create a doughnut chart with multiple concentric circles in SSRS?

    Is there currently any way to create a 'doughnut' chart with multiple concentric circles in an SSRS report (any version), without using 3rd party tools?
    Something like this, perhaps?
    (For that matter is it possible to create this using JavaScript?  It's my understanding that this image was originally created in a web app using JavaScript.  So far I've not been able to pin down the details.  I've found hints that JavaScript
    can be used in SSRS reports but so far no clear working examples.)

    Hi B.Chernick,
    According to your description, you want to create a create a doughnut chart with multiple concentric circles in your report. Right?
    In Reporting Services, we only have doughnut chart with one concentric circle. All the category group is in that concentric circle. Though we can embed javascript injection in expression, it only give the css style to values or report
    items which can change the looking. It can't change the structure of the report items itself. So your requirement can't be achieved current.
    For your requirement, we suggest you provide Microsoft a feature request at
    https://connect.microsoft.com/SQLServer
    so that we may try to expand the product features based on your needs.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Is possible deactivate shadow's bar chart?

    Hi! In obiee 11g all bar charts have a shadow. I would like to know if is possible to deactivate with XML code because I don't found an option.
    I want to deactivate only in one chart, Not all of my charts
    Thanks!!

    Hi,
    Yes, that was the SQL I used.
    I don't think you'd be able to get that output using the Apex charts - at least, I've not seen any examples of grouping output by months. You would need some form of Combined chart - I know Anychart does that (see: http://www.anychart.com/products/anychart/gallery/Combined-Charts.php ) but I don't think Apex handles that (or, rather, it will allow you to combine a line chart with a bar chart but the lines would overlay the bars). Using either multiple values in the SQL or multiple series in the chart, still results in a single stacked bar for each entry.
    You can tweak the XML that is generated (set Use Custom XML to Yes) and try out some of the options shown in the AnyChart's Documentation ( see: http://www.anychart.com/products/anychart/docs/xmlReference/index.html ), though I've had issues with that in the past as the XML tags don't seem to match those in Apex!
    Andy

  • Possible to use formulas in chart series data?

    Hello, I need to build chart series from manual values. This is possible but Excel accepts only raw values. When I try to use a calculated value, excel rejects the series format.
    =SERIES("Supply";(Sheet1!$A$97;Sheet1!$H$47);(Sheet3!$B$10;Sheet3!$B$10);4)
    is accepted. I need to adjust it to something like
    =SERIES("Supply";(DATEVALUE("31.12.2014");MAX(Sheet1!A:A;Sheet1!H:H));(Sheet3!$B$10/365;Sheet3!$B$10/365);4)
    this however doesn't fit. Does Excel provide a format for inline evaluating without need to use auxiliary cells?

    It is not possible to evaluate formulas within a Series formula. You can use Names to calculate individual values from formulas, return an array of values or use a dynamic Name to return an array of cells and use Names in Series formulas.
    However for your purposes I don't think even use of Names would help; from your first example your formulas return multiple cell areas (albeit only one cell in each area) and your second example aims to return an array with each formulas calculating each
    element, you'd need a Name of Names which I don't think would work.
    Even if you could do it the way you want I think it would be a bad approach. Why not make use of cells, there's no shortage of them and it would make things much easier for maintenance.
     

  • Is there any possible to send/save the chart by email

    Hi, everyone
    Such as the title said, is there any possible to send the chart graphs by email or any other ways to save the chart(no screenshot)?
    Thanks.
    Regards,
    Minjie

    Thanks for responding Will. Yes I do know how to edit. I have assigned tones to all my contacts for texting and when there is an incoming text the assigned tones all work.
    However it won't work for phoning.  It reverts to default.
    Have removed any double contacts etc etc. 

  • Is it possible to size a flash chart based on the amount of data returned?

    My chart is based on a date range. If a user enters say a range of one year, I need the line chart to be rather large so show all the data points. Though if they select just a week, then the chart can be much smaller. I only see the hard coded values to set the size of the chart (Chart Width and Chart Height). Can those be changed on the fly based on the amount of data returned?
    Using Application Express 3.1.2.00.02 and AnyChart 3.3
    Thanks.
    Chris

    Hello Hillary,
    I tried your suggestion, but still not working for me. I added hidden text field that wold hold the vaule of the width for the chart. Then I reference that field in the chart source. Is there some other property I need to change as well? Any more suggestions? Thanks.
    Here is my source.
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
         codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
         width="&P86_NUM_ROWS."
         height="#HEIGHT#"
         id="#CHART_NAME#"
         align="">
    <param name="movie" value="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:86:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#">
    <param name="quality" value="high">
    <param name="allowScriptAccess" value="sameDomain">
    <param name="allowNetworking" value="all">
    <param name="scale" value="noscale">
    <param name="wmode" value="transparent">
    <param name="FlashVars" value="waiting=#FLASH_WAITING#&loading=#FLASH_LOADING#">
    <embed src="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=#HOST#apex_util.flash?p=&APP_ID.:86:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#"
    quality="high"
    width="&P86_NUM_ROWS."
    height="#HEIGHT#"
    name="#CHART_NAME#"
    scale="noscale"
    align=""
    allowScriptAccess="sameDomain"
    allowNetworking="all"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    wmode="transparent"
    FlashVars="waiting=#FLASH_WAITING#&loading=#FLASH_LOADING#">
    </embed>
    </object>
    #CHART_REFRESH#

  • Is it possible to draw an org chart in WDA?

    hi gurus,
    i am wondering that wda can draw an org chart? we want that to display hr org chart.
    br.
    jun

    Hi Jun,
    You can make use of the BusinessGraphics UI element in WDA. Using this element you can create the following types of charts:
    1)  Column chart (columns and stacked columns)
    2)  Bar chart (bars and stacked bars)
    3)  Line chart (lines, stacked lines, profiles and stacked profiles)
    4)  Area chart (area, stacked area, profile area, stacked profile area, and pipeline)
    5)  Pie chart (pie and split pie)
    6)  Doughnut chart
    7)  Radar chart (radar and stacked radar)
    8)  Polar chart
    9)  Speedometer chart
    10) Scatter chart (scatter and time scatter)
    11) Portfolio chart
    12) Gantt chart
    13) MTAChart
    Try go through these links to get an idea as to how you can use this BusinessGraphics UI element.
    [Link 1|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca932ebc-0901-0010-68a0-b4dd81a4bf81]
    [Link 2|http://****************/Tutorials/WebDynproABAP/BusinessGraph/page1.htm]
    [Link 3|http://****************/Tutorials/WebDynproABAP/Graphics/page1.htm]
    Regards,
    Uday

  • Is it possible to create column chart in WAD

    Hi All,
    I would like to know if it is possible to create WAD -column chart  in BI
    Regards,
    Sampda.

    Though Arun has almost answered your query, gues this might also be helpful to you.
    You can create and here is how to do it SAP recommended way:
    http://help.sap.com/saphelp_nw04s/helpdata/en/c9/08533b97037963e10000000a114084/content.htm
    Cheers.
    Ray.

  • Is this chart possible

    To the help God's,
    I would like to know if it is possible to create a specialize chart in Crystal Reports. Since the report is a little hard to describe, I posted an image of what I'm trying to accomplish on my website.
    Here it this link.  http://www.absdatasystems.com/downloads/Crysatal_help.png
    Thanks is advance to all that response. It is appreciated.
    Terry

    Hi Terry,
    Please make use the bar chart option and also changes need to be made so as to customize the chart for it's legend, axes, labels etc.
    Please let us know if that helps.
    Thanks!

  • Possibility of creating combination chart Barchart/Line graph within OBIEE

    Hi
    Is it possible to create a combination chart within OBIEE as can be done in Excel by changing the chart type on one of the individual series - ie graph multiple series of data as a combination of Barchart & Line series?
    Any info appreciated
    Thanks & Regards
    K

    The charting can be as dynamic as you like if you willing to pre-configure the required options.
    Simply create as many charts as you want from one request, and use a view selector to allow the user to switch between them.
    You can use level based measures and any else you want as seperate columns (all in same request) then chart them accordingly.
    Hope this helps

  • Bex Analyser: Bar chart with limit or average line, is it possible?

    Hi everyone.
    I have a short question:
    Do you know if it is possible to combine different chart types in the Bex Analyser?
    I would like to have a bar chart providing monthly values and in the same chart a line showing 1) a fixed limit and 2) another line showing an accumulated moving average.
    I have the values as source available, however I can't figure out how to combine the bar charts with a line chart in the same graph.
    Does anybody know if this is possible?
    Thanks,
    Nana

    Nana ,
    it is possible to have a Bex Chart of mixed type , you can choose the type of display for each series
    As for fixed line - you will need to have the values supplied by query
    As for moving average , that too needs to come from the query. The IGS service which renders the chart is something similar to Excel - the display options can be changed but nothing more that what is in the data table.
    Arun
    P.S Assigning points is a way of saying thank you in SDN

Maybe you are looking for

  • Can I use the "Apple DVI to Video Adapter" with the GeForce 8600M GT?

    It's all in the subject, folks. I've got an nVidia card, not ATI. Should I go ahead and buy the Apple DVI to Video Adapter to connect my MacBook Pro to my CRT Sony TV? Thanks. PS My May 2005 Powerbook G4 had both a DVI and sVideo connector. I used to

  • H.323 q.sig tunneling

    Hi, I'm trying to workaround a bug I've got in my MGCP gateway configuration by swapping to h.323. In doing this i need to ensure I get calling name information passed between my PBX (NEC) and the callmanager phones. I can see that I have an option t

  • Multi-select prompt

    Hi All I created a Dashboard prompt and I select Multi-select control. When I previw the results all the values are apprearing in one single line. like 101102103104 etc.....Also the values has hyperlink, so if I click 101 then I am getting just 101 a

  • Whta is going on here !!!

    Hello all, I have a strange problem that I cannot figure out nand need your help. When I run the following code: long ts = 796600800000L;//796600800000 Date testDate = new Date(ts); System.out.println("ts="+ts+",Date="+testDate); ts = 765064800000L;/

  • Where is my mail folder in time machine?

    For the first time today I've backed up using Time Machine, on my MacBook Pro using OS 10.6.8. When I check the external harddrive I've backed up to, I can see/discern all my MacBook Pro files except emails. Mail only appears in a folder called Appli