Chart Help

I was wondering if anyone know anything about charts?
I want a real time chart like this example http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7c6f.html, but I want
it to "run" from right to left and not keep all the data on the chart. Old data will disapear out to left side of the chart.
Is this possible with the example in the link, if so, how?
Thanks!

Kipp,
When you start a new document, the blank template incudes a table with 1 Header Column and 1 Header Row. They are filled with a gray background so you can tell them apart at a glance, but it isn't the gray that makes them a Header, the color just gives you a hint. Not seeing the gray column A is what tipped me off. See SG's instructions for converting a Body Column to a Header Column. Most newer, and some older, users don't want to be bothered with deleting unwanted Headers, so they start their documents in Column B. I'd recommend that you customize your Table format to your needs rather than the other way around.
Just converting Column A to a Header column won't solve your problem. You will have to Delete the Charts, Convert the first Column to a Header and then reestablish the charts.
Jerry

Similar Messages

  • Stacked chart help in apex 4.0

    Hi All,
    I am working on a stacked chart.below is the query
    select  null link,range label,count(total) value1,Dept value2 from
    (select '0-10' as range,count(emp_id) total,Dept from table
    group by Dept
    union all
    select '10-20' as range,count(emp_id) total,Dept from table
    group by Dept
    select '20-30' as range,count(emp_id) total,Dept from table
    group by Dept
    union all
    select '30-40' as range,count(emp_id) total,Dept from table
    group by Dept)
    i need to display the count of employee id in each department as  a stacked series. Can anyone please help me to how to get this
    Regards
    Ark

    Sorry. I just realized that I was logged-in as a "developer" not as the APEX Admin which, of course, is why I couldn't find the "security" option. I had too many windows open at once.
    Elie

  • Basic line chart help

    I am relatively new Crystal reports 11 and am having problems creating a lsimple ine chart. I am trying to trend two types of network errors over time. The type of errors are in one field and the values are 1 or 2, I have two formulas, one converts a 1 to alarm and another to convert 2 to warn. I thought this would be simple but no mater what I've tried I end up with one chart that plots two lines that have the same values (instead of one for alarms and one for warns) or two charts that correctly plot the events over time. I need both events on one chart to compare them. There must be something fundamental I'm missing.
    In the chart expert I have, on change of show @Alarm and @Warn. I've tried it with and without groups.
    Any help will be greatly appreciated.

    Tonus,
    Try just creating 1 formula instead of 2.
    Try this:
    if {field.value}=1 then
    "Alarm" else
    "Warn"
    Now use this formula in your chart expert.
    I hope this helps,
    Regards,
    Zack H.

  • Pie Chart Help

    Hi,
    I have a pie chart Its with AS2.0 i want to make it with AS3.0 can any one help me to start with it.

    Hi,
    Thanks for the Reply.
    I am trying to learn How to make 3d Pie chart. I found this on the Net. I started Learning AS with 3.0 not with 2.0 so that I am trying to create with AS 3.0 from the scratch. I am not much familiar with AS2.0. So i need help to create that. That Pie Chart is with AS2.0. and how do i upload files on the forum.
    Thanks
    Pinal

  • BPS_WB Chart Help

    Hi guys,
    i need help, for a Applications Web with BPS_WB(T Code).
    the problem is when i configured chart, generate and display
    i can't see the chart, (typical symbol error cross red, such as image no find in the page web)
    i have configurated the layout, package, areas, levels and i dont know which is the problem.
    some idea?
    thanks.
    image error.
    http://www.imagenonline.com/imagenes/166/a166093.png
    Edited by: RMART on Aug 10, 2009 9:50 PM

    thanks

  • IRepots time-series chart help!

    Hi, i need help!!!...
    i've a very simple table in a databas,
    datatime (DATETIME) value (DOUBLE) template_id(INT)+
    | datatime | value | template_id |
    | 2008-05-09 09:00:00 | 0 | 1 |
    | 2008-05-09 09:05:00 | 0.1 | 1 |
    | 2008-05-09 09:10:00 | 0.2 | 1 |
    | 2008-05-09 09:15:00 | 0.3 | 1 |
    | 2008-05-09 09:20:00 | 0.4 | 1 |
    | 2008-05-09 09:00:00 | 0.5 | 2 |
    | 2008-05-09 09:05:00 | 1 | 2 |
    | 2008-05-09 09:10:00 | 1.5 | 2 |
    | 2008-05-09 09:15:00 | 2 | 2 |
    | 2008-05-09 09:20:00 | 2.5 | 2 |
    | 2008-05-09 09:00:00 | 0.1 | 3 |
    | 2008-05-09 09:05:00 | 0.3 | 3 |
    | 2008-05-09 09:10:00 | 0.5 | 3 |
    | 2008-05-09 09:15:00 | 0.7 | 3 |
    | 2008-05-09 09:20:00 | 0.9 | 3 |
    i need to create a time-series chart (with two lines o variables in this case, cause i have 2 different template_id (1,2)) that shows on the X axis datatime and value on the Y axis. My query is shown bellow:
    Select * from data_valueorder by template_id, datatime;
    of course i need to filter... so, on the chart properties i created two series:
    - first one:
    Series Expresion: "template = 1"
    X Expression: $F{datat ime}
    Y Expression : ( $F{template_id}.equals(new Long(1)) ? $F{value} : null )
    - Second:
    Series Expresion: "template = 2"
    X Expression: $F{datat ime}
    Y Expression : ( $F{template_id}.equals(new Long(2)) ? $F{value} : null )
    the thing is, i doesnt show the first line... actually, if i had more template_id entrys (lets say 1,2,3,4,5).... my chart always displays the values of the last template_id (5 in this case)..
    can anyone PLEASEEE help?

    Hello
    (1) Before charting time or duration values, I convert them as decimal numbers representing a decimal number of days (you may choose a decimal number of hours or a decimal number of minutes).
    Here is what I get.
    It appears that the chart tool defaults to the orientation where there is the greater number of values.
    This is the case for Graphique 1 and for Graphique 2
    Clicking on the orientation button I may change the behavior accordingly as I did for Graphique 1 rotate and Graphique 2 rotate.
    I don't see any oddity here.
    Just for info, to build the transposed tables, I didn't used the TRANSPOSE() function but formulas like:
    B9 =OFFSET($D$2,COLUMN()-COLUMN($B$9),ROW()-ROW($B$9))
    fill down, fill right
    G9 =OFFSET($I$2,COLUMN()-COLUMN($G$9),ROW()-ROW($G$9))
    fill down, fill right
    Yvan KOENIG (from FRANCE mercredi 28 janvier 2009 14:29:02)

  • Zero or Empty cells in Pie-Charts (HELP!)

    I need to make a pie-chart that shows the names of the labels - unfortunatly there are some cells that have no values (?)
    But whenever i want the labels to showup in the pie-chart, all 'empty' or '0' cells clutter up the pie-chart, filling it up with zero's and several layerd labels on top of each.
    i know, i can hand-select those rows that do have non-zero values - but that is 'hand-work' and that is not what we are up to at all.
    i tried to trick with filtering out the rows, but it does not affect the chart
    i tried to delete the contents of the cells, but still, because it has a label in the left column, it shows up
    i tried to fool Numbers by producing an ERROR() in the calculation
    but nothing seems to get rid of the 0% in the pie-chart
    please help, i'm running out of time

    Hello
    What I describes here
    http://discussions.apple.com/thread.jspa?threadID=1202856&tstart=0
    for a line chart apply to 3D pie charts too.
    Yvan KOENIG (from FRANCE lundi 29 octobre 2007 14:39:33)

  • SVG Chart: HELP!!!

    I am trying to create a pie chart like this one http://htmldb.oraclecorp.com/pls/htmldb/f?p=558:6:10625455385870944353:::::
    However, I am not sure what the code should be to make the chart change as the user selects different options from the drop down menu.
    I am also having trouble calculating an SVG chart that shows percentages. This is the code I am using, based on the tutorials:
    select null link, COMPETITORS_1 label, count(COMPETITORS_1) value
    from ORACLEDIRECTCAMPAIGNS
    And I get this error ORA-00937: not a single-group group function.
    Please help! Thanks!!!

    Try taking the semicolon ";" off the end of the SELECT statements.
    Mike

  • Horizontal Stacked Bar Chart Help!

    I'm looking for a platform independent solution to a horizontal stacked bar chart. I'm interested in seeing solutions in pure CSS3, HTML5 and JavaScript. I have a solution currently coded in ASP.NET MVC4 that I want to add this chart to. I want to be able
    to pass or represent two pieces of information on the chart. For example, a company can only have 20 users. They are currently have 5. I want to show a bar that has 1/4th of the bar in a color, and the other 3/4 in another color. A complete easy
    to use parameterized javascript block would work, but I have been attempting to accomplish this in CSS3... and failing quite miserably! If anyone feels like sharing, I would be greatful! Thanks!

    Hi UOgod619,
    Please post ASP.NET related questions in
    ASP.NET forums where you could get better help.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cewolf chart help

    Please help me , I followed the direction to set up cewolf. I created the a lib folder and put all the jars in there. However I put the other classes here:
    C:\Tomcat 4.1\webapps\faults\WEB-INF\classes\de\laures\cewolf
    I copied it the example java class from cewolf site but I m having difficulty complie it..
    I got directly under WEB-INF\classes\chart. and saved the java class there.
    I keep getting the following errors.
    C:\Tomcat 4.1\webapps\faults\WEB-INF\classes>javac chart/*.java -classpath c:\to
    mcat4.1\common\lib;
    chart/PageViewCountData.java:7: cannot find symbol
    symbol : class CategoryDataset
    location: package org.jfree.data
    import org.jfree.data.CategoryDataset;
    I have no idea what jars to add to -classpath. Can someone please send me example.

    Okay I tired this :
    C:\Tomcat 4.1\webapps\faults\WEB-INF\classes>javac chart/*.java -classpath c:\To
    mcat4.1\webapps\faults\WEB-INF\lib;
    chart/PageViewCountData.java:7: cannot find symbol
    symbol : class CategoryDataset
    location: package org.jfree.data
    import org.jfree.data.CategoryDataset;
    No luck . Any ideas?

  • Line chart - help please

    Hi,
    I have a line chart that shows project gate based on the date.
    1)Is it possible to give same color for the project gates?
    (p-12 Gate4,p-12 Gate5)
    2)Is it possible to change legend shapes for different project gate in crystal reports (manually i am able to do)?
    Any suggestions please.
    Thanks,
    Madhuri
    Edited by: B Madhuri on Jul 18, 2008 1:46 PM

    Hi,
    Thanks for the suggestion.
    Manually i was able to address these points.
    1)Change the line color
    2)Legend shape changing
    I want to know whether any option is there to do automatically.
    Thanks,
    Madhuri

  • Only One Label is Formatting as Percent in a Pie Chart - Help

    I'm having trouble with a pie chart.  I have only two values in the chart and have added labels.  When I preview the report both labels display correctly.  However, when I right-click the labels in design view and select the #PERCENT option
    from the Series Label Properties and the preview the chart, only one label is actually formatted as a percent. 
     I don't get it? 
    I've followed the steps in other forum questions to get around this but nothing works.  I am in a hurry and really need this to work properly, can someone spell this out for me?
    This is what I see in preview currently:

    Hi Avenue,
    Glad to head that your issue has been solved. Thank you for sharing.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Web Part Chart Help

    I have set up a Web Part Chart as a bar chart based on Desk Utilisation. Does anyone know if there is a way I can change the colour of an individual bar if the value is greater that a preset figure say 100%.

    I don't believe so. Honestly the Chart Web Part is not very good (removed in 2013). I'd suggest exporting the list to excel and saving the .iqy (query) file and use it as a data connection. Then create a PowerPivot chart and save that. Set it to refresh
    the data on open. Now you have a better tool for charts.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • 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

  • Pages FLOW CHART help

    Hi guys,
    I'm an iWork newbie and I'm trying to create a flow chart using pages.
    everything's going fine so far, but i can't seem to find anything that will let me do the following:
    1.) broken underline - is it possible to create a broken underline? i can only find one option for underline which is one continuous line under the text
    2.) doubel connection line - or a double stroke line as connector... is there such thing?
    THANKS!!

    1. +Inspector > Text > More > Rules > Pull down menu > dashed rule+
    2. Take the connecting line and make it extra fat say 4pts.
    Copy it and paste it on top of itself, if you have trouble doing this position it using the Graphic tab in the Inspector. It should just snap on top of the other copy.
    Change it to only 2 pt thick and make it white. Group the 2 lines together.
    You can now stretch and position the grouped pair of lines wherever you want. Option drag Copy to make copies of this.
    Peter

Maybe you are looking for

  • Help with exporting and printing

    I only recently started to use FW and I am stuck and can't find an answer. First whenever I go to print a item through FW it is always to big for the paper. I know I can shrink it but wouldn't that look different. Second I export it as a jpeg and imp

  • CS5 clone stamp

    Suddenly now, when I use the clone stamp in CS5, as I click the option key, the whole image moves around and there is a whole duplicate image as well.  How do I rectify this?  I am not new to Photoshop, but I have never encountered this and cannot fi

  • Importing Motion Files to FCP

    I've searched for this problem and have yet to find a thread with a conclusion - please point me in the right direction if I've missed it. I'm running Motion 3.0.2 and FC Pro 6.0.6 along with OS 10.4.11. I'm due to upgrade all these asap - but as I'm

  • Draw lines using for loop

    I want to return four lines using this procedure but it is returning only one. I wonder what I am missing or Do we have mdsys.sdo_geometry array. I am returning values using cursor. Thanks Al

  • Is it possible to make value attribute editable ?

    Hi, i have one field which is value attribute under contact node. it is in not editable mode, i am trying to make it editable by commenting the code rv_disabled = 'TRUE' in GET_I method. but still it is in non editable .. is it possible to make edita