Chart showing X values

I have the following series on a chart:
select 'f?p=&APP_ID.:28:'||:app_session||'::::::' link, FREE_BUFFER_WAITS label, FREE_BUFFER_WAITS value
from "DART"."DART_BUFFER_POOL"
order by sample_time
1. How do i get the sample_time values to actually populate across the X axis
Thank you!
Edited by: jclarke2 on May 26, 2009 1:51 PM

Hello:
Change the chart query to be select 'f?p=&APP_ID.:28:'||:app_session||'::::::' link, sample_time  label, FREE_BUFFER_WAITS value
from "DART"."DART_BUFFER_POOL"
order by sample_timevarad

Similar Messages

  • Line chart showing final value only?

    Is there a way to have a line chart that shows the value against the final data point only?
    eg something like this
    ----------------------74
    instead of
    1----13----28---42----74
    Thanks

    Thanks I appreciate your comments and agree I will have to put some effort in, I tend to try and work things out I need by messing around when I need a specific function or have a specific thing I want to do and focus on that without perhaps learning the underling basics.
    I've been spoiled by Excel, there is a lot of stuff its significantly easier (for me anyway) to do without undergoing any learning curve at all, with wizards for functions (for example) and in many cases if you right click on something you can alter it right there, rather than having to go up to the inspector and work out which of umpteen functions the bit you want to alter is hidden in. If the inspector was a person, I would have strangled them to death by now
    I'm not sure if this is my Mac or what, but if I go into numbers help and type anything in, I just get the spinning thing next to the magnifying glass, but it never comes back to me. It works OK if I follow links. For example I just typed 'charts' in help and hit enter, 5 minutes later I"m still waiting. Doesn't increase my confidence I'll have to look into that and see whats going on.
    Thanks to everyone for your help, the guys will be impressed with the new chart !

  • Bubble chart showing multiple values

    Hi,
    I have a requirement to create bubble chart with following data.
    Quarter   VendorGrp    Invoice      Inv.Amnt    Status    TaxAmnt
    Q1              AA              I1                 2000            A             10
    Q1              BB              I2                 4500            A             20
    Q2              AA              I3                 2500            A             12
    Q2              AA              I4                 3500            A             15
    Q2              BB              I5                 4000            A             20
    Q3              CC              I6                 4200            A             32
    Q3              AA              I6                 2500            A             18
    Q4              BB              I6                 3000            A             42
    Q4              CC              I6                 1000            A             25
    I want to make below chart
    On mouse hover we should see all values.
    I cannot show Quarters in category axis and Invoices which are coming inside quarters. Also status should be displayed inside bubble.
    Please guide me if we can achieve it.
    Thanks,
    Ankit

    Hi,
         Wire the data outside the for loop for get an auto index array with all elements.
         You can check too: Tutorial: Arrays and Clusters.
    Best Regards,
    Luis A. Mata C.
    Ing. Electrónico
    Anaco - Venezuela

  • How to show data value labels in the charts without moving my mouse on the data point?

    Sometimes I need to show a chart with data value labels which is not necessary to move my mouse on the data points. However, it seems Xcelsius does not support this simple feature. Any alternative ways?
    Many thanks!

    Currently, Xcelsius does not support display of labels at data points. It would be difficult to move and update labels on a chart with dynamically updated data. However, a work around for a static chart would be to add a Label component in the desired location. This can be done for multiple static charts by using dynamic visibility.

  • How to show 1 value in chart

    Hi there! just want to ask how to show the value 1 in chart?
    Thank you in advance!
    Best Regards,
    Jef

    Hi jefnavarro,
    According to your description, you hope the value 1 to be displayed in series. If so, please refer to the following steps to set minimum value of Horizontal Axis to zero:
    Right click anywhere of Horizontal Axis on the chart and open Horizontal Axis Properties dialog box.
    In Axis Options pane, in Axis range and interval section, click the expression (fx) button next to Minimum.
    In the expression text box, type =0, then click OK.
    The following screenshots are for your reference:
    If you have any questions, please feel free to let me know.
    Best Regards,
    Wendy Fu
    Hi there and good day to you! 
    First of all thank you for the clear steps that you share but I don't know why still won't come..
    maybe because my horizontal axis is starting from 1 as you can see on the lower part of my screenshot.. how can i set this to 0?
    thank you again.
    edited:
    just want to add that my data is only counting on data in Values [Count(Name)] in chart data maybe that's why i don't have 0 value?

  • How to show legend values ON PIE in pie chart View

    Hello experts ,
    I have a requirement to show the values of the legend ON the pie in a PIE chart view .
    Usually when I give show data labels "always" option , that displays the % on top of the pie or side to the pie but Iam trying to get the % value ON the pie and
    I am wondering to know is there any way we can show the actual value instead of percentage in PIE view .
    Can somebody please help me through this .
    Thank you
    Karthik

    Hi,
    I have a requirement to show the values of the legend ON the pie in a PIE chart view .
    Usually when I give show data labels "always" option , that displays the % on top of the pie or side to the pie but >Iam trying to get the % value ON the pie By dedault you don't have this, by changing the pie.pcxml we can achieve this.
    It is in the folder <OracleBI_home>\web\app\res\s_oracle10\popbin
    But the changes you do will affect all the pie charts as whole. Before do the changes take the backup of pie.pcxml.
    In the pie.pcxml, Goto -> DataLabels tag, by default the value would be Position='OutWithLeader'
    Change that attribute to, Position='Inside'
    After the changes save and restart javahost and presentation server.
    This will do.
    If you don't want the pcxml change, create your new pcxml file and point it.
    I am wondering to know is there >any way we can show the actual value instead of percentage in PIE view . Change the setting as bifacts said.
    Thanks,
    Vino
    Edited by: Vinodh NK on Oct 12, 2010 1:34 AM

  • Producing a chart showing the lowest of 4 hourly values as one point

    Okay, new to this forum.
    I'm trying to produce a chart in APEX that shows the lowest value of every 4 hours to produce as one point in my chart for a monthly chart.
    I've created a schedule to get flashback data every hour from a database.
    Then this bit of SQL for a weekly chart showing the data from each hour:
    select null link,
    to_char(todays_date, 'DD-MON-YYYY HH24') as label,
    (OLDEST_FLASHBACK_TIME * 24) AS ####
    from flashback_history
    where DATABASE_NAME = '####'
    i want to get the lowest value from every 4 hours and show it in the graph for a month.
    Sorry if this doesnt make sense!
    Thanks in advance

    Using the above SQL worked okay for one series, but if i add another series to the chart, it doesnt display the two series on the chart together, it displays them seperately as they have different values.
    The chart -
    http://img.photobucket.com/albums/v478/CrewCab88/monthgraph.jpg
    These are some of the results the query for each series -
    NULL - 'DD-MON-YYYY HH24' - Value
    Series1 -
    -  13-JUL-2010 18 20.1869444444444444444444444444444444444
    -  13-JUL-2010 20 20.1833333333333333333333333333333333333
    -  14-JUL-2010 02 18.1713888888888888888888888888888888889
    -  14-JUL-2010 06 16.6633333333333333333333333333333333333
    -  14-JUL-2010 10 16.6566666666666666666666666666666666667
    -  14-JUL-2010 14 16.1502777777777777777777777777777777778 Series 2 -
    -  13-JUL-2010 15 20.6925
    -  13-JUL-2010 18 20.1880555555555555555555555555555555556
    -  13-JUL-2010 22 20.6816666666666666666666666666666666667
    -  14-JUL-2010 03 18.6713888888888888888888888888888888889
    -  14-JUL-2010 07 16.6622222222222222222222222222222222222
    -  14-JUL-2010 11 16.6558333333333333333333333333333333333 My question is, is there a way of editing the SQL to get the series on the graph to flow together?
    Thanks in advance

  • In column Chart when Y values are grater than y linear axis maximum it doesnt show the Bar

    Hi Guys,
    In column Chart when Y values are grater than y linear axis maximum it doesnt show the Bar.But i want show the bar upto the max limit of y linear axis without changing the max limit.
    Consider following example:
    Y values are 80 90 200 300
    and following are the output :
    Left:When i am not setting maximum property of linear axis.
    Right :When i am setting maximum property of linear axis to 200.
    In right 4th bar is not visible bcoz value for that bar is 300 which is excedding  maxium.But i want the 4th bar to appear same as 3rd bar.
    How i can do this?
    Thanks in advance.

    Are you going to show the bar going past the maximum value?
    If not, then you should change the Y value when entered into the array to the maximum value allowed. i.e.
    if(itemYValue > maxAllowedValue) {
         itemYValue = maxAllowedValue;
    Where maxAllowedValue is a variable you set on the application to control the maximum value for the chart.
    This is assuming that you are loading the values into an Array before updating the chart dataprovider with that array.

  • How do i show zero values in a SVG chart ?

    Hello All,
    APEX version 2.0
    I am sure there is an easy way, but could not find it in this forum.
    I basically have three series in a SVG line Chart
    I want to show a value or zero value on a month where no data is returned.
    SELECT NULL LINK,
    TO_CHAR (DATE_CLOSED, 'MON-YY') label,
    COUNT(PRIORITY_OPTION) Value
    from "TW_OPERATIONS_VIC"."TW_WSF_MAIN"
    WHERE DATE_CLOSED IS NOT NULL AND PRIORITY_OPTION = 'Low'
    GROUP BY TO_CHAR (DATE_CLOSED, 'MM-YY'),TO_CHAR (DATE_CLOSED, 'MON-YY')
    The tables consists of the following
    ID-------------Priority-----Closed_Date
    Rec 1--------Low----------01/07/07
    Rec 2--------Low----------01/08/07
    Rec 3--------Medium----01/07/07
    Rec 4--------Medium----01/08/07
    Rec 5--------High---------01/09/07
    Rec 6--------Medium----01/09/07
    I want to show a line graph with three series
    Months shown will be July, Aug & Sep
    Values in Jul & Aug for High should show 0
    Value in Sep for Low should show 0
    Unfortunately the graph tend to show only the months relating to the first series
    ie if Medium is the first series then Jul , Aug & Sep is shown with data from the other series not shown in the correct columns.
    Hope I explained properly
    Frank

    Hello Denes,
    Thankyou for replying to my question.
    I went to your impressive website and viewed your examples.
    They deffinetly appear to suit my needs, but alas my SQL skills are not at a level where I can easily convert your example to my needs.
    I have tried to convert the example, but as yet I am not getting the correct data results.
    thankyou again
    frank

  • How do I show the value of Males and Females in a Pie Chart?

    I am creating a sheet with demographics for my parish.  I have a column with "M/F" and in the rows assigned to specific names, I have placed an M if that person is Male and an F if that person is Female.  I would like to show the ratio between males and females in a pie chart.  I don't know too much about spredsheet software.  How can I go about showing these values/ratios in a pie chart?

    You should create two tables using the Table Insert tool (like Vince said):
    Then you can give the tables names by double clicking the name in the Sheets list (left):
    Then you can enter the data (or copy and paste from your existing table).  Then enter the formulas I provided previously, and graph.  There is a user guide and lot's of Apple-provided movies (http://support.apple.com/videos/#productivitysoftware) that can help you get through the basics.
    I hope this helps.
    Wayne

  • Can I show many values into Radar Chart?

    I I have this chart
    !http://img59.imageshack.us/img59/1282/radar2.png!
    I like to show diferentes values for all rows.
    This next image it´s create with MsPaint :p
    !http://img24.imageshack.us/img24/7899/radarm.png!
    i don´t want (<MarkerText visible="true" markerTextPlace="MTP_CENTER"/> ).
    I want to same this second image, it is posible, what is the parameter?
    thanks

    Hi Benito
    sadly that is not supported.
    Tim

  • FR 9.3.1 - Show point values doesn't work properly

    Greetings,
    I'm experiencing a strange trouble with the show point values function in charts like Bar, Line or Combo Chart types.
    The values diplayed are rounded to the nearest value, even if the grid show decimal values.
    I didn't find any solution to this, maybe anyone knows how to fix it?
    Thank you very much for your support.

    There is a work around, note that this is not supported/approved by Oracle as it involves actually changing the report xml. So at your own risk:
    # You need to export the FR reports;
    # Then open in a text editor;
    # Search for the current format (it should be '%,d', with the single quotes);
    # Replace with the format you want, for example to get one decimal place with 000's separator '%,8.1f'
    Formatting types/descriptions:
    bq. %g example 1234.456 \\ %f example 1234.46 \\ %,f example 1,234.46 \\ %d                example 1234 \\ %,d                example 1,234 \\ %8.1f                example 1234.5 \\ %08.1f           example 001234.5 \\ cost=$%,.1fM     example Cost=$1,234.5M
    To add this for the second Y axis, you actually need to do more work:
    # Within the exported .DES file, Search for &lt;CHARTOBJECT
    # Then search for OBJECT_WIDTH (There are OBJECT_WIDTH parameters for objects other than charts, which is why we start at the Chart section first.)
    # 1.Add the following parameters after OBJECT_WIDTH: \\          OTHERPROPERTIES=&rdquo;RightFormat=(FLOAT, '%,8.1f')&rdquo; \\          *** IMPORTANT: The %,8.1f is surrounded by single quotes;

  • BO 4.0 Web Intelligence, Error: Column Chart shows not the whole data

    Hello,
    I want to create a case study in BusinessObjetcs 4.0 (Web Intelligence) with a column chart.
    Year is the Category Axis and Revenue is the Value Axis.
    Unfortunately the resulting chart shows only the year 2008.
    If I choose Month as Regional Color the chart shows all years (2008-2011).
    What I do wrong? Or is this a bug?
    Thank you!
    Best regards,
    Wladimir

    Hi again,
    What I think is that there simply isn't data in the report other than the 2008,
    or at least the combination of the section master/year only has 2008 data.
    If that is not what you expect and there should be more data, also when looking specifically at the values for just this section,
    then you could check if you may be have incomplete query results. Standard they will be limited to 5000 rows, unless your universe designer decides otherwise.
    Check the number of rows returned (free cell with query details),
    if it is 5000 (or any other nice round figure) have a chat with the universe designer.
    Good luck,
    Marianne

  • Waveform Chart Y-T Values

    I have a waveform chart plotting Voltage values against time. I have to store both the values into a Spreadsheet file. I am able to store the values on Y axis (vOLTAGE), but not the time values. How cal i do so?

    One way is to build a waveform data type with Build Waveform function, add t0 and dt info, and use the Export Waveforms to Spreadsheet function. The dt, (delta time) should be readily available from the sampling rate of your data acquisition. You could also create an array of time values, append this array to your Y array for a 2D array and use the 2D input of Write to Spreadsheet file. There is a function in LabVIEW called WDT Get Waveform Time Array that shows how to create an array of time values.

  • WEB chart showing result rows?

    Hi,
    I need to present result rows from a query in a Web Application Designer-chart, anyone that knows how to do that?
    Best Regards
    /Daniel

    Hi, I've checked the documentation... without any luck; here is a more precis issue-description. Thanks for your comments - I'm rellay greatful!!! This quesiton is also referenced in another thread with another issue-subject.
    Here is a description of my problem:
    I have a query which returns values for materials grouped by purchasing groups:
    Group 1 Material A KyeFigure
    Group 1 Material B KyeFigure
    Result:  KyeFigure       
    Group 2 Material C KyeFigure
    Group 2 Material D KyeFigure
    Result: KyeFigure
    I'm using a Web application designer chart to present the values graphically. I would like only to present the result rows in the chart, not item values. But since the chart picks all KFs presented in the table (items as well) this is not the case. I've tried to find a way in the chart-settings without any luck - it seems not possible. The documentation states that you're supposed to design your table the way you want it to show in the chart. However, I'm not allowed to redesign the cube or the report.
    My question is: Is there a way to extract the result rows into a new table and then base my chart on that one or simply somehow present only the result rows in a chart?
    Best Regards
    /Daniel

Maybe you are looking for