Add series to existing chart

I have a chart in its own sheet. The chart has one series from another sheet. I'd like to add a series from yet another sheet, but can't figure out how. I can't drag the new series to the chart... thoughts?

From the user's manual:
To add a chart based on data in more than one table, first select a single table or
contiguous range of cells and create a chart, then click Charts in the toolbar, and
choose a chart type. Select the chart and hold down the Command key while clicking
or dragging cells in another table to add their data to the chart.
Whoops, that won't let you choose from different sheets, just different tables on the same sheet.
Maybe there's an easier way but what I found would work is to create the chart in the first sheet then cut and paste it into the other one so you can select the second set of data.
Message was edited by: Badunit
Message was edited by: Badunit

Similar Messages

  • Add dinamically series to a chart

    Hi all,
    Is there any way to dinamically add series to a chart? I.e. based on the results of a query by using pl/sql or api or similar.
    Many thanks

    Hi Javier,
    why don't you use the Query Source Type="Function Returning SQL Query" feature of the series?
    Create 1 series with the above type and depending how many columns you return in your chart query that many series you have. Or do I miss something?
    eg.
    DECLARE
        vQuery VARCHAR2(32767);
    BEGIN
        vQuery := 'select null, to_char(o.order_timestamp, ''MON RRRR'') label, ';
        IF :P1_OPTION = 'NO CLUE'
        THEN
            vQuery := vQuery || 'sum (decode(p.category,''Computer'',oi.quantity * oi.unit_price,0)) "Computer",
                                 sum (decode(p.category,''Video'',oi.quantity * oi.unit_price,0)) "Video" ';
        ELSE
            vQuery := vQuery || 'sum (decode(p.category,''Computer'',oi.quantity * oi.unit_price,0)) "Computer",
                                 sum (decode(p.category,''Audio'',oi.quantity * oi.unit_price,0)) "Audio",
                                 sum (decode(p.category,''Phones'',oi.quantity * oi.unit_price,0)) "Phones" ';
        END IF;
        RETURN vQuery ||
               'from demo_product_info p, demo_order_items oi, demo_orders o
               where oi.product_id = p.product_id
               and o.order_id = oi.order_id
               group by to_char(o.order_timestamp, ''MON RRRR''), to_char(o.order_timestamp, ''RRRR MM'')
               order by to_char(o.order_timestamp, ''RRRR MM'')';
    END;Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • Series Implementation in chart components

    Hi Everybody,
    I want to design a custom line chart component for xcelsius. Unfortunately I could not add series to my chart component as it implemented in xcelsius line chart. I am new to xcelsius and I am not getting idea, when I will modify a property in component, how it will reflect in the property sheet. I don't know how the series part works in xcelsius components and each series holds its respective data.
    Please help me.
    Thanks.

    Let me explain you with a simple example:
    Data:
             Product 1, Product 2
    2007, 10          , 20
    2008, 30          , 50
    2009, 40          , 60
    Drag and drop line chart on canvas, and go to properties of the chart.
    Select radio button By Series and click +
    Name: Product 1
    Values(Y): select the cells under product 1 i.e. 10, 30 and 40
    Category Labels(X): Select cells that contains year i.e. 2007, 2008, 2009
    Click + to add another series
    Name: Product 2
    Values(Y): select the cells under product 1 i.e. 20, 50 and 60
    That's it...save and preview...you will understand how the series in this chart works.
    -Anil

  • Add data series to excel chart

    I have an envelope on a chart in Excel.  I would like to add same test data to the chart.  I can open the workbook and get my data on a worksheet, but can't figure out how to add the data series to the chart using ActiveX.

    Here is some vi's that I forgot that I had for excel. In it is one vi in particular called create chart.vi have alook at it. I'm sending you the whole llb. i have not tested them in LV 8 yet.
    hope they help.
    Joe.
    "NOTHING IS EVER EASY"
    Attachments:
    excel.llb ‏2092 KB

  • Dynamically Add Series to a flex chart

    Hello,
    Does any one know how to dynamically add series to an areachart? I'm trying to create a dashboard with this kind of chart http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html  but with multiple series. I have the xml like this..and I need to use the kwhsavs as the data points..
    I know I have to do it in the result handler..can someone help me out?.....thanks in advance.
             * Called when HTTPService call completes the data load of the XML chart info.
                private function dataResult(event:ResultEvent):void
                     var tmpData:ArrayCollection = event.result.root.program;
                     for each (var item in tmpData)
                             // Here new series here...
    <?xml version="1.0" encoding="utf-8"?>
    <root>
      <program programName="Series 1">
        <totkwhsavs date="2008-01-03" kwhsavs="47632.3200" />
        <totkwhsavs date="2008-01-04" kwhsavs="51418.5600" />
        <totkwhsavs date="2008-01-07" kwhsavs="170604.4800" />
        <totkwhsavs date="2008-01-08" kwhsavs="32632.3200" />
        <totkwhsavs date="2008-01-09" kwhsavs="61200.9600" />
        <totkwhsavs date="2008-01-10" kwhsavs="79312.3200" />
        <totkwhsavs date="2008-01-11" kwhsavs="35648.6400" />
        <totkwhsavs date="2008-01-14" kwhsavs="17688.9600" />
        <totkwhsavs date="2008-01-15" kwhsavs="37404.4800" />
        <totkwhsavs date="2008-01-16" kwhsavs="15341.7600" />
        <totkwhsavs date="2008-01-17" kwhsavs="107674.5600" />
        <totkwhsavs date="2008-01-18" kwhsavs="24521.6000" />
        <totkwhsavs date="2008-01-21" kwhsavs="6541.4400" />
        <totkwhsavs date="2008-01-22" kwhsavs="33707.5200" />
        <totkwhsavs date="2008-01-23" kwhsavs="48791.0400" />
        <totkwhsavs date="2008-01-24" kwhsavs="70316.1600" />
        <totkwhsavs date="2008-01-25" kwhsavs="37237.7600" />
        <totkwhsavs date="2008-01-28" kwhsavs="5273.2800" />
        <totkwhsavs date="2008-01-29" kwhsavs="51608.6400" />
        <totkwhsavs date="2008-01-30" kwhsavs="273521.2800" />
        <totkwhsavs date="2008-01-31" kwhsavs="262619.5200" />
        <totkwhsavs date="2008-02-01" kwhsavs="336914.8800" />
        <totkwhsavs date="2008-02-04" kwhsavs="126445.4400" />
        <totkwhsavs date="2008-02-05" kwhsavs="372644.1600" />
        <totkwhsavs date="2008-02-06" kwhsavs="157114.5600" />
        <totkwhsavs date="2008-02-07" kwhsavs="74941.4400" />
        <totkwhsavs date="2008-02-08" kwhsavs="36904.3200" />
        <totkwhsavs date="2008-02-11" kwhsavs="20378.8800" />
        <totkwhsavs date="2008-02-12" kwhsavs="31257.6000" />
        <totkwhsavs date="2008-02-13" kwhsavs="224701.4400" />
        <totkwhsavs date="2008-02-14" kwhsavs="229971.8400" />
        <totkwhsavs date="2008-02-15" kwhsavs="82936.3200" />
        <totkwhsavs date="2008-02-19" kwhsavs="71586.5600" />
        <totkwhsavs date="2008-02-20" kwhsavs="45050.8800" />
        <totkwhsavs date="2008-02-21" kwhsavs="399826.5600" />
        <totkwhsavs date="2008-02-22" kwhsavs="86696.9600" />
        <totkwhsavs date="2008-02-25" kwhsavs="174406.0800" />
        <totkwhsavs date="2008-02-28" kwhsavs="52768.0000" />
        <totkwhsavs date="2008-03-04" kwhsavs="216846.7200" />
        <totkwhsavs date="2008-03-05" kwhsavs="205426.5600" />
        <totkwhsavs date="2008-03-06" kwhsavs="81350.4000" />
        <totkwhsavs date="2008-03-07" kwhsavs="75051.8400" />
        <totkwhsavs date="2008-03-13" kwhsavs="8718.7200" />
        <totkwhsavs date="2008-03-14" kwhsavs="8397.1200" />
        <totkwhsavs date="2008-03-17" kwhsavs="185443.2000" />
        <totkwhsavs date="2008-03-20" kwhsavs="6000.0000" />
        <totkwhsavs date="2008-03-24" kwhsavs="5782.0800" />
        <totkwhsavs date="2008-03-26" kwhsavs="75034.5600" />
        <totkwhsavs date="2008-03-27" kwhsavs="159776.6400" />
        <totkwhsavs date="2008-03-31" kwhsavs="1143795.8400" />
        <totkwhsavs date="2008-04-01" kwhsavs="52963.2000" />
        <totkwhsavs date="2008-04-08" kwhsavs="4000.0000" />
        <totkwhsavs date="2008-04-25" kwhsavs="50015.0400" />
        <totkwhsavs date="2008-05-08" kwhsavs="440999.0400" />
        <totkwhsavs date="2008-05-27" kwhsavs="7856.6400" />
        <totkwhsavs date="2008-05-28" kwhsavs="999.3600" />
        <totkwhsavs date="2008-06-02" kwhsavs="83316.4800" />
        <totkwhsavs date="2008-06-03" kwhsavs="14005.4400" />
        <totkwhsavs date="2008-06-04" kwhsavs="113183.0400" />
        <totkwhsavs date="2008-06-23" kwhsavs="6055.6800" />
        <totkwhsavs date="2008-06-26" kwhsavs="55369.9200" />
        <totkwhsavs date="2008-07-08" kwhsavs="105760.3200" />
        <totkwhsavs date="2008-07-11" kwhsavs="167619.8400" />
        <totkwhsavs date="2008-07-17" kwhsavs="113564.1600" />
        <totkwhsavs date="2008-07-18" kwhsavs="23229.1200" />
        <totkwhsavs date="2008-07-30" kwhsavs="49492.8000" />
        <totkwhsavs date="2008-08-02" kwhsavs="111351.3600" />
        <totkwhsavs date="2008-08-08" kwhsavs="167619.8400" />
        <totkwhsavs date="2008-08-12" kwhsavs="2707.2000" />
        <totkwhsavs date="2008-08-26" kwhsavs="191064.9600" />
        <totkwhsavs date="2008-08-27" kwhsavs="3519.3600" />
        <totkwhsavs date="2008-08-29" kwhsavs="18752.6400" />
        <totkwhsavs date="2008-09-02" kwhsavs="22167.3600" />
        <totkwhsavs date="2008-09-04" kwhsavs="1082.8800" />
        <totkwhsavs date="2008-09-05" kwhsavs="587137.9200" />
        <totkwhsavs date="2008-09-09" kwhsavs="33824.6400" />
        <totkwhsavs date="2008-09-16" kwhsavs="22167.3600" />
        <totkwhsavs date="2008-09-17" kwhsavs="17763.8400" />
        <totkwhsavs date="2008-09-19" kwhsavs="8674.5600" />
        <totkwhsavs date="2008-09-24" kwhsavs="53396.1600" />
        <totkwhsavs date="2008-09-25" kwhsavs="10428.4800" />
        <totkwhsavs date="2008-10-01" kwhsavs="61750.0800" />
        <totkwhsavs date="2008-10-02" kwhsavs="107643.8400" />
        <totkwhsavs date="2008-10-03" kwhsavs="47462.4000" />
        <totkwhsavs date="2008-10-06" kwhsavs="4005.1200" />
        <totkwhsavs date="2008-10-07" kwhsavs="39736.3200" />
        <totkwhsavs date="2008-10-09" kwhsavs="9152.6400" />
        <totkwhsavs date="2008-10-10" kwhsavs="2616.0000" />
        <totkwhsavs date="2008-10-13" kwhsavs="8268.4800" />
        <totkwhsavs date="2008-10-14" kwhsavs="138812.1600" />
        <totkwhsavs date="2008-10-15" kwhsavs="28195.2000" />
        <totkwhsavs date="2008-10-17" kwhsavs="175518.7200" />
        <totkwhsavs date="2008-10-22" kwhsavs="37278.7200" />
        <totkwhsavs date="2008-10-28" kwhsavs="33956.1600" />
        <totkwhsavs date="2008-10-29" kwhsavs="17937.6000" />
        <totkwhsavs date="2008-10-30" kwhsavs="264252.4800" />
        <totkwhsavs date="2008-10-31" kwhsavs="9727.6800" />
        <totkwhsavs date="2008-11-03" kwhsavs="51020.1600" />
        <totkwhsavs date="2008-11-20" kwhsavs="5414.4000" />
        <totkwhsavs date="2008-11-21" kwhsavs="14672.6400" />
        <totkwhsavs date="2008-11-25" kwhsavs="5414.4000" />
        <totkwhsavs date="2008-12-01" kwhsavs="2165.7600" />
        <totkwhsavs date="2008-12-03" kwhsavs="10558.0800" />
        <totkwhsavs date="2008-12-05" kwhsavs="292814.4000" />
        <totkwhsavs date="2008-12-08" kwhsavs="342307.2000" />
        <totkwhsavs date="2008-12-09" kwhsavs="2707.2000" />
        <totkwhsavs date="2008-12-11" kwhsavs="4005.1200" />
        <totkwhsavs date="2008-12-16" kwhsavs="108993.6000" />
        <totkwhsavs date="2008-12-17" kwhsavs="7841.2800" />
        <totkwhsavs date="2008-12-18" kwhsavs="206042.8800" />
        <totkwhsavs date="2008-12-19" kwhsavs="163659.8400" />
        <totkwhsavs date="2008-12-22" kwhsavs="97653.1200" />
        <totkwhsavs date="2008-12-23" kwhsavs="161386.5600" />
        <totkwhsavs date="2008-12-26" kwhsavs="525004.8000" />
        <totkwhsavs date="2008-12-27" kwhsavs="95824.3200" />
        <totkwhsavs date="2008-12-29" kwhsavs="280452.4800" />
        <totkwhsavs date="2008-12-30" kwhsavs="442554.2400" />
        <totkwhsavs date="2008-12-31" kwhsavs="4610.8800" />
      </program>
      <program programName="Series 2">
        <totkwhsavs date="2008-07-01" kwhsavs="5283.9000" />
        <totkwhsavs date="2008-07-23" kwhsavs="17469.5700" />
        <totkwhsavs date="2008-07-30" kwhsavs="22569.0800" />
        <totkwhsavs date="2008-07-31" kwhsavs="13742.0100" />
        <totkwhsavs date="2008-08-01" kwhsavs="36402.7500" />
        <totkwhsavs date="2008-08-02" kwhsavs="61254.7100" />
        <totkwhsavs date="2008-08-18" kwhsavs="9888.1200" />
        <totkwhsavs date="2008-08-19" kwhsavs="30139.8300" />
        <totkwhsavs date="2008-08-20" kwhsavs="52721.6500" />
        <totkwhsavs date="2008-08-21" kwhsavs="5217.2100" />
        <totkwhsavs date="2008-08-25" kwhsavs="163535.8300" />
        <totkwhsavs date="2008-09-03" kwhsavs="18812.8000" />
        <totkwhsavs date="2008-09-04" kwhsavs="87868.2000" />
        <totkwhsavs date="2008-09-05" kwhsavs="65277.9300" />
        <totkwhsavs date="2008-09-09" kwhsavs="40875.8200" />
        <totkwhsavs date="2008-09-11" kwhsavs="64145.5300" />
        <totkwhsavs date="2008-09-12" kwhsavs="2064.9600" />
        <totkwhsavs date="2008-09-16" kwhsavs="7529.4100" />
        <totkwhsavs date="2008-09-17" kwhsavs="3012.8600" />
        <totkwhsavs date="2008-09-19" kwhsavs="21610.4900" />
        <totkwhsavs date="2008-09-20" kwhsavs="6932.5400" />
        <totkwhsavs date="2008-09-22" kwhsavs="7721.2100" />
        <totkwhsavs date="2008-09-23" kwhsavs="40967.6000" />
        <totkwhsavs date="2008-09-24" kwhsavs="75629.6900" />
        <totkwhsavs date="2008-09-25" kwhsavs="3022.6500" />
        <totkwhsavs date="2008-09-26" kwhsavs="85524.6500" />
        <totkwhsavs date="2008-09-27" kwhsavs="54166.3200" />
        <totkwhsavs date="2008-10-01" kwhsavs="87857.8100" />
        <totkwhsavs date="2008-10-02" kwhsavs="44671.7400" />
        <totkwhsavs date="2008-10-03" kwhsavs="28834.2800" />
        <totkwhsavs date="2008-10-06" kwhsavs="91743.7100" />
        <totkwhsavs date="2008-10-07" kwhsavs="20846.7800" />
        <totkwhsavs date="2008-10-08" kwhsavs="72984.9000" />
        <totkwhsavs date="2008-10-09" kwhsavs="107800.3700" />
        <totkwhsavs date="2008-10-10" kwhsavs="35978.6200" />
        <totkwhsavs date="2008-10-13" kwhsavs="13388.2900" />
        <totkwhsavs date="2008-10-14" kwhsavs="117283.5600" />
        <totkwhsavs date="2008-10-15" kwhsavs="26121.6000" />
        <totkwhsavs date="2008-10-16" kwhsavs="4479.6800" />
        <totkwhsavs date="2008-10-20" kwhsavs="12263.6000" />
        <totkwhsavs date="2008-10-21" kwhsavs="10964.9100" />
        <totkwhsavs date="2008-10-22" kwhsavs="17431.6800" />
        <totkwhsavs date="2008-10-29" kwhsavs="11556.2800" />
        <totkwhsavs date="2008-10-30" kwhsavs="17684.6600" />
        <totkwhsavs date="2008-10-31" kwhsavs="15702.8400" />
        <totkwhsavs date="2008-11-04" kwhsavs="53668.5300" />
        <totkwhsavs date="2008-11-05" kwhsavs="52350.2000" />
        <totkwhsavs date="2008-11-06" kwhsavs="57828.7900" />
        <totkwhsavs date="2008-11-11" kwhsavs="31006.9100" />
        <totkwhsavs date="2008-11-13" kwhsavs="48291.9000" />
        <totkwhsavs date="2008-11-20" kwhsavs="78897.6500" />
        <totkwhsavs date="2008-11-24" kwhsavs="23127.2300" />
        <totkwhsavs date="2008-11-25" kwhsavs="78861.3600" />
        <totkwhsavs date="2008-11-26" kwhsavs="11158.7800" />
        <totkwhsavs date="2008-12-01" kwhsavs="25061.2300" />
        <totkwhsavs date="2008-12-03" kwhsavs="25387.5800" />
        <totkwhsavs date="2008-12-04" kwhsavs="39855.6600" />
        <totkwhsavs date="2008-12-05" kwhsavs="10968.9500" />
        <totkwhsavs date="2008-12-16" kwhsavs="17024.3800" />
        <totkwhsavs date="2008-12-19" kwhsavs="35257.8500" />
      </program>
      <program programName="Series 3">
        <totkwhsavs date="2008-09-29" kwhsavs="33088.1500" />
        <totkwhsavs date="2008-09-30" kwhsavs="22931.1500" />
        <totkwhsavs date="2008-10-01" kwhsavs="56942.0000" />
        <totkwhsavs date="2008-10-02" kwhsavs="26399.0000" />
        <totkwhsavs date="2008-10-03" kwhsavs="26060.4500" />
        <totkwhsavs date="2008-10-06" kwhsavs="25107.6000" />
        <totkwhsavs date="2008-10-07" kwhsavs="40643.3900" />
        <totkwhsavs date="2008-10-08" kwhsavs="79733.4300" />
        <totkwhsavs date="2008-10-09" kwhsavs="62522.1000" />
        <totkwhsavs date="2008-10-10" kwhsavs="39355.0000" />
        <totkwhsavs date="2008-10-13" kwhsavs="128959.1700" />
        <totkwhsavs date="2008-10-14" kwhsavs="70101.0600" />
        <totkwhsavs date="2008-10-15" kwhsavs="38892.3700" />
        <totkwhsavs date="2008-10-16" kwhsavs="64203.1500" />
        <totkwhsavs date="2008-10-17" kwhsavs="70063.9100" />
        <totkwhsavs date="2008-10-18" kwhsavs="23487.7900" />
        <totkwhsavs date="2008-10-20" kwhsavs="93303.6400" />
        <totkwhsavs date="2008-10-21" kwhsavs="132008.0000" />
        <totkwhsavs date="2008-10-22" kwhsavs="73830.8600" />
        <totkwhsavs date="2008-10-23" kwhsavs="21890.0000" />
        <totkwhsavs date="2008-10-24" kwhsavs="40209.0000" />
        <totkwhsavs date="2008-10-28" kwhsavs="35039.6600" />
        <totkwhsavs date="2008-10-29" kwhsavs="148992.5000" />
        <totkwhsavs date="2008-10-30" kwhsavs="62943.6000" />
        <totkwhsavs date="2008-10-31" kwhsavs="57227.5000" />
        <totkwhsavs date="2008-11-03" kwhsavs="6973.7500" />
        <totkwhsavs date="2008-11-04" kwhsavs="3172.0000" />
        <totkwhsavs date="2008-11-05" kwhsavs="107385.5100" />
        <totkwhsavs date="2008-11-06" kwhsavs="95859.0000" />
        <totkwhsavs date="2008-11-07" kwhsavs="23940.0000" />
        <totkwhsavs date="2008-11-08" kwhsavs="2256.0000" />
        <totkwhsavs date="2008-11-12" kwhsavs="54702.0000" />
        <totkwhsavs date="2008-11-13" kwhsavs="37358.1500" />
        <totkwhsavs date="2008-11-14" kwhsavs="23471.6000" />
        <totkwhsavs date="2008-11-17" kwhsavs="146144.9000" />
        <totkwhsavs date="2008-11-21" kwhsavs="63987.7800" />
        <totkwhsavs date="2008-11-24" kwhsavs="66608.7100" />
        <totkwhsavs date="2008-11-25" kwhsavs="51839.6200" />
        <totkwhsavs date="2008-11-26" kwhsavs="25777.0950" />
        <totkwhsavs date="2008-12-01" kwhsavs="37789.4200" />
        <totkwhsavs date="2008-12-02" kwhsavs="25056.3000" />
        <totkwhsavs date="2008-12-03" kwhsavs="36452.6500" />
        <totkwhsavs date="2008-12-04" kwhsavs="30799.7500" />
        <totkwhsavs date="2008-12-05" kwhsavs="21878.9100" />
        <totkwhsavs date="2008-12-06" kwhsavs="18583.0000" />
        <totkwhsavs date="2008-12-08" kwhsavs="25552.6400" />
        <totkwhsavs date="2008-12-09" kwhsavs="97217.9900" />
        <totkwhsavs date="2008-12-10" kwhsavs="84285.9600" />
        <totkwhsavs date="2008-12-11" kwhsavs="29488.8000" />
        <totkwhsavs date="2008-12-12" kwhsavs="13433.6300" />
      </program>
      <program programName="Series 4">
        <totkwhsavs date="2008-01-10" kwhsavs="192711.6750" />
        <totkwhsavs date="2008-01-16" kwhsavs="47435.5450" />
        <totkwhsavs date="2008-01-25" kwhsavs="42353.9250" />
        <totkwhsavs date="2008-01-29" kwhsavs="97847.8450" />
        <totkwhsavs date="2008-02-06" kwhsavs="106005.5750" />
        <totkwhsavs date="2008-02-07" kwhsavs="100189.7250" />
        <totkwhsavs date="2008-02-08" kwhsavs="67175.9400" />
        <totkwhsavs date="2008-02-18" kwhsavs="47212.8100" />
        <totkwhsavs date="2008-02-19" kwhsavs="47212.8100" />
        <totkwhsavs date="2008-02-27" kwhsavs="41060.1700" />
        <totkwhsavs date="2008-03-18" kwhsavs="160624.4700" />
        <totkwhsavs date="2008-03-20" kwhsavs="190567.2250" />
        <totkwhsavs date="2008-03-31" kwhsavs="113977.6800" />
        <totkwhsavs date="2008-04-09" kwhsavs="113977.6800" />
        <totkwhsavs date="2008-04-10" kwhsavs="122362.9500" />
        <totkwhsavs date="2008-04-15" kwhsavs="1154678.0460" />
        <totkwhsavs date="2008-04-28" kwhsavs="373095.0400" />
        <totkwhsavs date="2008-05-01" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-05-02" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-06-27" kwhsavs="987469.3110" />
        <totkwhsavs date="2008-06-30" kwhsavs="619132.6150" />
        <totkwhsavs date="2008-07-04" kwhsavs="99837.4600" />
        <totkwhsavs date="2008-07-11" kwhsavs="35544.5500" />
        <totkwhsavs date="2008-07-15" kwhsavs="142191.3850" />
        <totkwhsavs date="2008-07-16" kwhsavs="267963.6250" />
        <totkwhsavs date="2008-07-17" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-07-18" kwhsavs="181073.0250" />
        <totkwhsavs date="2008-07-21" kwhsavs="100189.7250" />
        <totkwhsavs date="2008-07-23" kwhsavs="285445.3350" />
        <totkwhsavs date="2008-07-25" kwhsavs="85032.5900" />
        <totkwhsavs date="2008-07-31" kwhsavs="190181.5650" />
        <totkwhsavs date="2008-08-01" kwhsavs="66917.1450" />
        <totkwhsavs date="2008-08-02" kwhsavs="50481.8250" />
        <totkwhsavs date="2008-08-04" kwhsavs="101596.6100" />
        <totkwhsavs date="2008-08-14" kwhsavs="82165.2600" />
        <totkwhsavs date="2008-08-15" kwhsavs="41948.9950" />
        <totkwhsavs date="2008-08-19" kwhsavs="517683.2010" />
        <totkwhsavs date="2008-08-21" kwhsavs="59952.7930" />
        <totkwhsavs date="2008-08-22" kwhsavs="517683.2010" />
        <totkwhsavs date="2008-08-29" kwhsavs="115995.9250" />
        <totkwhsavs date="2008-09-22" kwhsavs="1363410.4460" />
        <totkwhsavs date="2008-09-23" kwhsavs="130221.7600" />
        <totkwhsavs date="2008-09-24" kwhsavs="82165.2600" />
        <totkwhsavs date="2008-09-25" kwhsavs="70834.1000" />
        <totkwhsavs date="2008-09-29" kwhsavs="313580.8270" />
        <totkwhsavs date="2008-09-30" kwhsavs="41948.9950" />
        <totkwhsavs date="2008-10-01" kwhsavs="120869.1520" />
        <totkwhsavs date="2008-10-08" kwhsavs="41575.7350" />
        <totkwhsavs date="2008-10-23" kwhsavs="27624.5000" />
        <totkwhsavs date="2008-11-05" kwhsavs="121396.2650" />
        <totkwhsavs date="2008-11-06" kwhsavs="120869.1520" />
        <totkwhsavs date="2008-11-07" kwhsavs="70834.1000" />
        <totkwhsavs date="2008-11-11" kwhsavs="1037228.5230" />
        <totkwhsavs date="2008-11-12" kwhsavs="584143.5000" />
        <totkwhsavs date="2008-11-14" kwhsavs="138229.3520" />
        <totkwhsavs date="2008-11-17" kwhsavs="382103.4810" />
        <totkwhsavs date="2008-11-20" kwhsavs="339721.4770" />
        <totkwhsavs date="2008-11-24" kwhsavs="211180.9280" />
      </program>
    </root>

    Hello,
    Does any one know how to dynamically add series to an areachart? I'm trying to create a dashboard with this kind of chart http://www.meutzner.com/blog/attachments/360/Flex_Finance_Step5.html  but with multiple series. I have the xml like this..and I need to use the kwhsavs as the data points..
    I know I have to do it in the result handler..can someone help me out?.....thanks in advance.
             * Called when HTTPService call completes the data load of the XML chart info.
                private function dataResult(event:ResultEvent):void
                     var tmpData:ArrayCollection = event.result.root.program;
                     for each (var item in tmpData)
                             // Here new series here...
    <?xml version="1.0" encoding="utf-8"?>
    <root>
      <program programName="Series 1">
        <totkwhsavs date="2008-01-03" kwhsavs="47632.3200" />
        <totkwhsavs date="2008-01-04" kwhsavs="51418.5600" />
        <totkwhsavs date="2008-01-07" kwhsavs="170604.4800" />
        <totkwhsavs date="2008-01-08" kwhsavs="32632.3200" />
        <totkwhsavs date="2008-01-09" kwhsavs="61200.9600" />
        <totkwhsavs date="2008-01-10" kwhsavs="79312.3200" />
        <totkwhsavs date="2008-01-11" kwhsavs="35648.6400" />
        <totkwhsavs date="2008-01-14" kwhsavs="17688.9600" />
        <totkwhsavs date="2008-01-15" kwhsavs="37404.4800" />
        <totkwhsavs date="2008-01-16" kwhsavs="15341.7600" />
        <totkwhsavs date="2008-01-17" kwhsavs="107674.5600" />
        <totkwhsavs date="2008-01-18" kwhsavs="24521.6000" />
        <totkwhsavs date="2008-01-21" kwhsavs="6541.4400" />
        <totkwhsavs date="2008-01-22" kwhsavs="33707.5200" />
        <totkwhsavs date="2008-01-23" kwhsavs="48791.0400" />
        <totkwhsavs date="2008-01-24" kwhsavs="70316.1600" />
        <totkwhsavs date="2008-01-25" kwhsavs="37237.7600" />
        <totkwhsavs date="2008-01-28" kwhsavs="5273.2800" />
        <totkwhsavs date="2008-01-29" kwhsavs="51608.6400" />
        <totkwhsavs date="2008-01-30" kwhsavs="273521.2800" />
        <totkwhsavs date="2008-01-31" kwhsavs="262619.5200" />
        <totkwhsavs date="2008-02-01" kwhsavs="336914.8800" />
        <totkwhsavs date="2008-02-04" kwhsavs="126445.4400" />
        <totkwhsavs date="2008-02-05" kwhsavs="372644.1600" />
        <totkwhsavs date="2008-02-06" kwhsavs="157114.5600" />
        <totkwhsavs date="2008-02-07" kwhsavs="74941.4400" />
        <totkwhsavs date="2008-02-08" kwhsavs="36904.3200" />
        <totkwhsavs date="2008-02-11" kwhsavs="20378.8800" />
        <totkwhsavs date="2008-02-12" kwhsavs="31257.6000" />
        <totkwhsavs date="2008-02-13" kwhsavs="224701.4400" />
        <totkwhsavs date="2008-02-14" kwhsavs="229971.8400" />
        <totkwhsavs date="2008-02-15" kwhsavs="82936.3200" />
        <totkwhsavs date="2008-02-19" kwhsavs="71586.5600" />
        <totkwhsavs date="2008-02-20" kwhsavs="45050.8800" />
        <totkwhsavs date="2008-02-21" kwhsavs="399826.5600" />
        <totkwhsavs date="2008-02-22" kwhsavs="86696.9600" />
        <totkwhsavs date="2008-02-25" kwhsavs="174406.0800" />
        <totkwhsavs date="2008-02-28" kwhsavs="52768.0000" />
        <totkwhsavs date="2008-03-04" kwhsavs="216846.7200" />
        <totkwhsavs date="2008-03-05" kwhsavs="205426.5600" />
        <totkwhsavs date="2008-03-06" kwhsavs="81350.4000" />
        <totkwhsavs date="2008-03-07" kwhsavs="75051.8400" />
        <totkwhsavs date="2008-03-13" kwhsavs="8718.7200" />
        <totkwhsavs date="2008-03-14" kwhsavs="8397.1200" />
        <totkwhsavs date="2008-03-17" kwhsavs="185443.2000" />
        <totkwhsavs date="2008-03-20" kwhsavs="6000.0000" />
        <totkwhsavs date="2008-03-24" kwhsavs="5782.0800" />
        <totkwhsavs date="2008-03-26" kwhsavs="75034.5600" />
        <totkwhsavs date="2008-03-27" kwhsavs="159776.6400" />
        <totkwhsavs date="2008-03-31" kwhsavs="1143795.8400" />
        <totkwhsavs date="2008-04-01" kwhsavs="52963.2000" />
        <totkwhsavs date="2008-04-08" kwhsavs="4000.0000" />
        <totkwhsavs date="2008-04-25" kwhsavs="50015.0400" />
        <totkwhsavs date="2008-05-08" kwhsavs="440999.0400" />
        <totkwhsavs date="2008-05-27" kwhsavs="7856.6400" />
        <totkwhsavs date="2008-05-28" kwhsavs="999.3600" />
        <totkwhsavs date="2008-06-02" kwhsavs="83316.4800" />
        <totkwhsavs date="2008-06-03" kwhsavs="14005.4400" />
        <totkwhsavs date="2008-06-04" kwhsavs="113183.0400" />
        <totkwhsavs date="2008-06-23" kwhsavs="6055.6800" />
        <totkwhsavs date="2008-06-26" kwhsavs="55369.9200" />
        <totkwhsavs date="2008-07-08" kwhsavs="105760.3200" />
        <totkwhsavs date="2008-07-11" kwhsavs="167619.8400" />
        <totkwhsavs date="2008-07-17" kwhsavs="113564.1600" />
        <totkwhsavs date="2008-07-18" kwhsavs="23229.1200" />
        <totkwhsavs date="2008-07-30" kwhsavs="49492.8000" />
        <totkwhsavs date="2008-08-02" kwhsavs="111351.3600" />
        <totkwhsavs date="2008-08-08" kwhsavs="167619.8400" />
        <totkwhsavs date="2008-08-12" kwhsavs="2707.2000" />
        <totkwhsavs date="2008-08-26" kwhsavs="191064.9600" />
        <totkwhsavs date="2008-08-27" kwhsavs="3519.3600" />
        <totkwhsavs date="2008-08-29" kwhsavs="18752.6400" />
        <totkwhsavs date="2008-09-02" kwhsavs="22167.3600" />
        <totkwhsavs date="2008-09-04" kwhsavs="1082.8800" />
        <totkwhsavs date="2008-09-05" kwhsavs="587137.9200" />
        <totkwhsavs date="2008-09-09" kwhsavs="33824.6400" />
        <totkwhsavs date="2008-09-16" kwhsavs="22167.3600" />
        <totkwhsavs date="2008-09-17" kwhsavs="17763.8400" />
        <totkwhsavs date="2008-09-19" kwhsavs="8674.5600" />
        <totkwhsavs date="2008-09-24" kwhsavs="53396.1600" />
        <totkwhsavs date="2008-09-25" kwhsavs="10428.4800" />
        <totkwhsavs date="2008-10-01" kwhsavs="61750.0800" />
        <totkwhsavs date="2008-10-02" kwhsavs="107643.8400" />
        <totkwhsavs date="2008-10-03" kwhsavs="47462.4000" />
        <totkwhsavs date="2008-10-06" kwhsavs="4005.1200" />
        <totkwhsavs date="2008-10-07" kwhsavs="39736.3200" />
        <totkwhsavs date="2008-10-09" kwhsavs="9152.6400" />
        <totkwhsavs date="2008-10-10" kwhsavs="2616.0000" />
        <totkwhsavs date="2008-10-13" kwhsavs="8268.4800" />
        <totkwhsavs date="2008-10-14" kwhsavs="138812.1600" />
        <totkwhsavs date="2008-10-15" kwhsavs="28195.2000" />
        <totkwhsavs date="2008-10-17" kwhsavs="175518.7200" />
        <totkwhsavs date="2008-10-22" kwhsavs="37278.7200" />
        <totkwhsavs date="2008-10-28" kwhsavs="33956.1600" />
        <totkwhsavs date="2008-10-29" kwhsavs="17937.6000" />
        <totkwhsavs date="2008-10-30" kwhsavs="264252.4800" />
        <totkwhsavs date="2008-10-31" kwhsavs="9727.6800" />
        <totkwhsavs date="2008-11-03" kwhsavs="51020.1600" />
        <totkwhsavs date="2008-11-20" kwhsavs="5414.4000" />
        <totkwhsavs date="2008-11-21" kwhsavs="14672.6400" />
        <totkwhsavs date="2008-11-25" kwhsavs="5414.4000" />
        <totkwhsavs date="2008-12-01" kwhsavs="2165.7600" />
        <totkwhsavs date="2008-12-03" kwhsavs="10558.0800" />
        <totkwhsavs date="2008-12-05" kwhsavs="292814.4000" />
        <totkwhsavs date="2008-12-08" kwhsavs="342307.2000" />
        <totkwhsavs date="2008-12-09" kwhsavs="2707.2000" />
        <totkwhsavs date="2008-12-11" kwhsavs="4005.1200" />
        <totkwhsavs date="2008-12-16" kwhsavs="108993.6000" />
        <totkwhsavs date="2008-12-17" kwhsavs="7841.2800" />
        <totkwhsavs date="2008-12-18" kwhsavs="206042.8800" />
        <totkwhsavs date="2008-12-19" kwhsavs="163659.8400" />
        <totkwhsavs date="2008-12-22" kwhsavs="97653.1200" />
        <totkwhsavs date="2008-12-23" kwhsavs="161386.5600" />
        <totkwhsavs date="2008-12-26" kwhsavs="525004.8000" />
        <totkwhsavs date="2008-12-27" kwhsavs="95824.3200" />
        <totkwhsavs date="2008-12-29" kwhsavs="280452.4800" />
        <totkwhsavs date="2008-12-30" kwhsavs="442554.2400" />
        <totkwhsavs date="2008-12-31" kwhsavs="4610.8800" />
      </program>
      <program programName="Series 2">
        <totkwhsavs date="2008-07-01" kwhsavs="5283.9000" />
        <totkwhsavs date="2008-07-23" kwhsavs="17469.5700" />
        <totkwhsavs date="2008-07-30" kwhsavs="22569.0800" />
        <totkwhsavs date="2008-07-31" kwhsavs="13742.0100" />
        <totkwhsavs date="2008-08-01" kwhsavs="36402.7500" />
        <totkwhsavs date="2008-08-02" kwhsavs="61254.7100" />
        <totkwhsavs date="2008-08-18" kwhsavs="9888.1200" />
        <totkwhsavs date="2008-08-19" kwhsavs="30139.8300" />
        <totkwhsavs date="2008-08-20" kwhsavs="52721.6500" />
        <totkwhsavs date="2008-08-21" kwhsavs="5217.2100" />
        <totkwhsavs date="2008-08-25" kwhsavs="163535.8300" />
        <totkwhsavs date="2008-09-03" kwhsavs="18812.8000" />
        <totkwhsavs date="2008-09-04" kwhsavs="87868.2000" />
        <totkwhsavs date="2008-09-05" kwhsavs="65277.9300" />
        <totkwhsavs date="2008-09-09" kwhsavs="40875.8200" />
        <totkwhsavs date="2008-09-11" kwhsavs="64145.5300" />
        <totkwhsavs date="2008-09-12" kwhsavs="2064.9600" />
        <totkwhsavs date="2008-09-16" kwhsavs="7529.4100" />
        <totkwhsavs date="2008-09-17" kwhsavs="3012.8600" />
        <totkwhsavs date="2008-09-19" kwhsavs="21610.4900" />
        <totkwhsavs date="2008-09-20" kwhsavs="6932.5400" />
        <totkwhsavs date="2008-09-22" kwhsavs="7721.2100" />
        <totkwhsavs date="2008-09-23" kwhsavs="40967.6000" />
        <totkwhsavs date="2008-09-24" kwhsavs="75629.6900" />
        <totkwhsavs date="2008-09-25" kwhsavs="3022.6500" />
        <totkwhsavs date="2008-09-26" kwhsavs="85524.6500" />
        <totkwhsavs date="2008-09-27" kwhsavs="54166.3200" />
        <totkwhsavs date="2008-10-01" kwhsavs="87857.8100" />
        <totkwhsavs date="2008-10-02" kwhsavs="44671.7400" />
        <totkwhsavs date="2008-10-03" kwhsavs="28834.2800" />
        <totkwhsavs date="2008-10-06" kwhsavs="91743.7100" />
        <totkwhsavs date="2008-10-07" kwhsavs="20846.7800" />
        <totkwhsavs date="2008-10-08" kwhsavs="72984.9000" />
        <totkwhsavs date="2008-10-09" kwhsavs="107800.3700" />
        <totkwhsavs date="2008-10-10" kwhsavs="35978.6200" />
        <totkwhsavs date="2008-10-13" kwhsavs="13388.2900" />
        <totkwhsavs date="2008-10-14" kwhsavs="117283.5600" />
        <totkwhsavs date="2008-10-15" kwhsavs="26121.6000" />
        <totkwhsavs date="2008-10-16" kwhsavs="4479.6800" />
        <totkwhsavs date="2008-10-20" kwhsavs="12263.6000" />
        <totkwhsavs date="2008-10-21" kwhsavs="10964.9100" />
        <totkwhsavs date="2008-10-22" kwhsavs="17431.6800" />
        <totkwhsavs date="2008-10-29" kwhsavs="11556.2800" />
        <totkwhsavs date="2008-10-30" kwhsavs="17684.6600" />
        <totkwhsavs date="2008-10-31" kwhsavs="15702.8400" />
        <totkwhsavs date="2008-11-04" kwhsavs="53668.5300" />
        <totkwhsavs date="2008-11-05" kwhsavs="52350.2000" />
        <totkwhsavs date="2008-11-06" kwhsavs="57828.7900" />
        <totkwhsavs date="2008-11-11" kwhsavs="31006.9100" />
        <totkwhsavs date="2008-11-13" kwhsavs="48291.9000" />
        <totkwhsavs date="2008-11-20" kwhsavs="78897.6500" />
        <totkwhsavs date="2008-11-24" kwhsavs="23127.2300" />
        <totkwhsavs date="2008-11-25" kwhsavs="78861.3600" />
        <totkwhsavs date="2008-11-26" kwhsavs="11158.7800" />
        <totkwhsavs date="2008-12-01" kwhsavs="25061.2300" />
        <totkwhsavs date="2008-12-03" kwhsavs="25387.5800" />
        <totkwhsavs date="2008-12-04" kwhsavs="39855.6600" />
        <totkwhsavs date="2008-12-05" kwhsavs="10968.9500" />
        <totkwhsavs date="2008-12-16" kwhsavs="17024.3800" />
        <totkwhsavs date="2008-12-19" kwhsavs="35257.8500" />
      </program>
      <program programName="Series 3">
        <totkwhsavs date="2008-09-29" kwhsavs="33088.1500" />
        <totkwhsavs date="2008-09-30" kwhsavs="22931.1500" />
        <totkwhsavs date="2008-10-01" kwhsavs="56942.0000" />
        <totkwhsavs date="2008-10-02" kwhsavs="26399.0000" />
        <totkwhsavs date="2008-10-03" kwhsavs="26060.4500" />
        <totkwhsavs date="2008-10-06" kwhsavs="25107.6000" />
        <totkwhsavs date="2008-10-07" kwhsavs="40643.3900" />
        <totkwhsavs date="2008-10-08" kwhsavs="79733.4300" />
        <totkwhsavs date="2008-10-09" kwhsavs="62522.1000" />
        <totkwhsavs date="2008-10-10" kwhsavs="39355.0000" />
        <totkwhsavs date="2008-10-13" kwhsavs="128959.1700" />
        <totkwhsavs date="2008-10-14" kwhsavs="70101.0600" />
        <totkwhsavs date="2008-10-15" kwhsavs="38892.3700" />
        <totkwhsavs date="2008-10-16" kwhsavs="64203.1500" />
        <totkwhsavs date="2008-10-17" kwhsavs="70063.9100" />
        <totkwhsavs date="2008-10-18" kwhsavs="23487.7900" />
        <totkwhsavs date="2008-10-20" kwhsavs="93303.6400" />
        <totkwhsavs date="2008-10-21" kwhsavs="132008.0000" />
        <totkwhsavs date="2008-10-22" kwhsavs="73830.8600" />
        <totkwhsavs date="2008-10-23" kwhsavs="21890.0000" />
        <totkwhsavs date="2008-10-24" kwhsavs="40209.0000" />
        <totkwhsavs date="2008-10-28" kwhsavs="35039.6600" />
        <totkwhsavs date="2008-10-29" kwhsavs="148992.5000" />
        <totkwhsavs date="2008-10-30" kwhsavs="62943.6000" />
        <totkwhsavs date="2008-10-31" kwhsavs="57227.5000" />
        <totkwhsavs date="2008-11-03" kwhsavs="6973.7500" />
        <totkwhsavs date="2008-11-04" kwhsavs="3172.0000" />
        <totkwhsavs date="2008-11-05" kwhsavs="107385.5100" />
        <totkwhsavs date="2008-11-06" kwhsavs="95859.0000" />
        <totkwhsavs date="2008-11-07" kwhsavs="23940.0000" />
        <totkwhsavs date="2008-11-08" kwhsavs="2256.0000" />
        <totkwhsavs date="2008-11-12" kwhsavs="54702.0000" />
        <totkwhsavs date="2008-11-13" kwhsavs="37358.1500" />
        <totkwhsavs date="2008-11-14" kwhsavs="23471.6000" />
        <totkwhsavs date="2008-11-17" kwhsavs="146144.9000" />
        <totkwhsavs date="2008-11-21" kwhsavs="63987.7800" />
        <totkwhsavs date="2008-11-24" kwhsavs="66608.7100" />
        <totkwhsavs date="2008-11-25" kwhsavs="51839.6200" />
        <totkwhsavs date="2008-11-26" kwhsavs="25777.0950" />
        <totkwhsavs date="2008-12-01" kwhsavs="37789.4200" />
        <totkwhsavs date="2008-12-02" kwhsavs="25056.3000" />
        <totkwhsavs date="2008-12-03" kwhsavs="36452.6500" />
        <totkwhsavs date="2008-12-04" kwhsavs="30799.7500" />
        <totkwhsavs date="2008-12-05" kwhsavs="21878.9100" />
        <totkwhsavs date="2008-12-06" kwhsavs="18583.0000" />
        <totkwhsavs date="2008-12-08" kwhsavs="25552.6400" />
        <totkwhsavs date="2008-12-09" kwhsavs="97217.9900" />
        <totkwhsavs date="2008-12-10" kwhsavs="84285.9600" />
        <totkwhsavs date="2008-12-11" kwhsavs="29488.8000" />
        <totkwhsavs date="2008-12-12" kwhsavs="13433.6300" />
      </program>
      <program programName="Series 4">
        <totkwhsavs date="2008-01-10" kwhsavs="192711.6750" />
        <totkwhsavs date="2008-01-16" kwhsavs="47435.5450" />
        <totkwhsavs date="2008-01-25" kwhsavs="42353.9250" />
        <totkwhsavs date="2008-01-29" kwhsavs="97847.8450" />
        <totkwhsavs date="2008-02-06" kwhsavs="106005.5750" />
        <totkwhsavs date="2008-02-07" kwhsavs="100189.7250" />
        <totkwhsavs date="2008-02-08" kwhsavs="67175.9400" />
        <totkwhsavs date="2008-02-18" kwhsavs="47212.8100" />
        <totkwhsavs date="2008-02-19" kwhsavs="47212.8100" />
        <totkwhsavs date="2008-02-27" kwhsavs="41060.1700" />
        <totkwhsavs date="2008-03-18" kwhsavs="160624.4700" />
        <totkwhsavs date="2008-03-20" kwhsavs="190567.2250" />
        <totkwhsavs date="2008-03-31" kwhsavs="113977.6800" />
        <totkwhsavs date="2008-04-09" kwhsavs="113977.6800" />
        <totkwhsavs date="2008-04-10" kwhsavs="122362.9500" />
        <totkwhsavs date="2008-04-15" kwhsavs="1154678.0460" />
        <totkwhsavs date="2008-04-28" kwhsavs="373095.0400" />
        <totkwhsavs date="2008-05-01" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-05-02" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-06-27" kwhsavs="987469.3110" />
        <totkwhsavs date="2008-06-30" kwhsavs="619132.6150" />
        <totkwhsavs date="2008-07-04" kwhsavs="99837.4600" />
        <totkwhsavs date="2008-07-11" kwhsavs="35544.5500" />
        <totkwhsavs date="2008-07-15" kwhsavs="142191.3850" />
        <totkwhsavs date="2008-07-16" kwhsavs="267963.6250" />
        <totkwhsavs date="2008-07-17" kwhsavs="179670.3000" />
        <totkwhsavs date="2008-07-18" kwhsavs="181073.0250" />
        <totkwhsavs date="2008-07-21" kwhsavs="100189.7250" />
        <totkwhsavs date="2008-07-23" kwhsavs="285445.3350" />
        <totkwhsavs date="2008-07-25" kwhsavs="85032.5900" />
        <totkwhsavs date="2008-07-31" kwhsavs="190181.5650" />
        <totkwhsavs date="2008-08-01" kwhsavs="66917.1450" />
        <totkwhsavs date="2008-08-02" kwhsavs="50481.8250" />
        <totkwhsavs date="2008-08-04" kwhsavs="101596.6100" />
        <totkwhsavs date="2008-08-14" kwhsavs="82165.2600" />
        <totkwhsavs date="2008-08-15" kwhsavs="41948.9950" />
        <totkwhsavs date="2008-08-19" kwhsavs="517683.2010" />
        <totkwhsavs date="2008-08-21" kwhsavs="59952.7930" />
        <totkwhsavs date="2008-08-22" kwhsavs="517683.2010" />
        <totkwhsavs date="2008-08-29" kwhsavs="115995.9250" />
        <totkwhsavs date="2008-09-22" kwhsavs="1363410.4460" />
        <totkwhsavs date="2008-09-23" kwhsavs="130221.7600" />
        <totkwhsavs date="2008-09-24" kwhsavs="82165.2600" />
        <totkwhsavs date="2008-09-25" kwhsavs="70834.1000" />
        <totkwhsavs date="2008-09-29" kwhsavs="313580.8270" />
        <totkwhsavs date="2008-09-30" kwhsavs="41948.9950" />
        <totkwhsavs date="2008-10-01" kwhsavs="120869.1520" />
        <totkwhsavs date="2008-10-08" kwhsavs="41575.7350" />
        <totkwhsavs date="2008-10-23" kwhsavs="27624.5000" />
        <totkwhsavs date="2008-11-05" kwhsavs="121396.2650" />
        <totkwhsavs date="2008-11-06" kwhsavs="120869.1520" />
        <totkwhsavs date="2008-11-07" kwhsavs="70834.1000" />
        <totkwhsavs date="2008-11-11" kwhsavs="1037228.5230" />
        <totkwhsavs date="2008-11-12" kwhsavs="584143.5000" />
        <totkwhsavs date="2008-11-14" kwhsavs="138229.3520" />
        <totkwhsavs date="2008-11-17" kwhsavs="382103.4810" />
        <totkwhsavs date="2008-11-20" kwhsavs="339721.4770" />
        <totkwhsavs date="2008-11-24" kwhsavs="211180.9280" />
      </program>
    </root>

  • Programitically creating column series to flex chart not showing the chart

    I want to create n number of series dynamically when i run my
    application.
    where n can be any value it depends on the data which i
    retrieve from database. below i pasted the example
    ( in this example i have taken n = 4 i.e., CountMax=4 if i
    change the CountMax=6 then it should generate 6series dynamically
    after calculating the values. ). just copy the below code and paste
    it in Flex builder and run the application.
    in this example i am facing problem, chart series are not
    showing. i dont know the reason why its not showing, if anyone got
    the solutions for the problem please let me know. my actual
    requirement is to retrieve data from Salesforce account and want to
    populate the arraylist then display the chart.
    <?xml version="1.0"?>
    <!-- Example showing using mx:LineSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    [Bindable]
    public var sArray:ArrayCollection = new ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 6;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 1; i < 10; i++)
    tmpseries = 3 * Math.random();
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series.join( = [cs];
    sArray.addItem({data:tmpseries});
    //columnchart1.dataProvider = sArray;
    cs = new ColumnSeries();
    cs.dataProvider= sArray;
    cs.displayName = 'Series';
    cs.yField = 'data';
    columnchart1.series[chartSeries] = cs;
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample"
    width="195%" height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxis>
    <mx:LinearAxis baseAtZero="true" maximum="3"
    autoAdjust="true"/>
    </mx:verticalAxis>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

    <?xml version="1.0"?>
    <!-- Example showing using mx:ColumnSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.graphics.SolidColor;
    import mx.charts.HitData;
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 3;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series = [cs];
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 0; i < 10; i++)
    tmpseries
    = 1 * Math.random();
    if(tmpseries > 0.5)
    tmpseries
    = 1;
    else
    tmpseries = 0;
    var testArrCol:ArrayCollection = new ArrayCollection();
    for(var j:int =0; j < 10; j++)
    var m:Number = tmpArr[j];
    var m1:Number = tmpseries[j];
    testArrCol.addItem({mData:m.toString(),nData:m1.toString()});
    cs = new ColumnSeries();
    cs.dataProvider = testArrCol;
    cs.displayName = 'Series' + chartSeries;
    cs.xField = 'mData';
    cs.yField = 'nData';
    columnchart1.series[chartSeries] = cs;
    public function myTipFunction(hitData:HitData):String
    return(ColumnSeries(hitData.element).displayName +" - "+
    hitData.item.mData + "\n" + "Value : "+ hitData.item.nData);
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample" width="98%"
    height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0"
    dataTipFunction="{myTipFunction}">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxisRenderer>
    <mx:AxisRenderer visible="false"/>
    </mx:verticalAxisRenderer>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

  • Programitically adding column series in flex chart is not showing the chart

    <?xml version="1.0"?>
    <!-- Example showing using mx:LineSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    [Bindable]
    public var sArray:ArrayCollection = new ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 6;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 1; i < 10; i++)
    tmpseries
    = 3 * Math.random();
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series.join( = [cs];
    sArray.addItem({data:tmpseries});
    //columnchart1.dataProvider = sArray;
    cs = new ColumnSeries();
    cs.dataProvider= sArray;
    cs.displayName = 'Series';
    cs.yField = 'data';
    columnchart1.series[chartSeries] = cs;
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample"
    width="195%" height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxis>
    <mx:LinearAxis baseAtZero="true" maximum="3"
    autoAdjust="true"/>
    </mx:verticalAxis>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

    <?xml version="1.0"?>
    <!-- Example showing using mx:ColumnSeries vs using AS to
    create chart series programmatically -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="drawChart()" layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.graphics.SolidColor;
    import mx.charts.HitData;
    import mx.controls.Alert;
    import mx.charts.series.ColumnSeries;
    import mx.charts.series.LineSeries;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var categoryArray:ArrayCollection = new
    ArrayCollection();
    public function drawChart():void
    var histMax:int = 25;
    var histMin:int = 5;
    var countMax:int = 3;
    var tmpArr:Array = new Array();
    categoryArray.removeAll();
    for(var n:int = 0; n < 10; n++)
    tmpArr[n] = histMin + Math.round((2 * n) / 20 * (histMax -
    histMin));
    categoryArray.addItem({data:tmpArr[n]});
    var cs:ColumnSeries = new ColumnSeries();
    columnchart1.series = [cs];
    // Add a series to the chart with the x-values and y-values
    // from the arrays and set the series type to a column chart
    for(var chartSeries:int = 0; chartSeries < countMax;
    chartSeries++)
    var tmpseries:Array = new Array(10);
    for(var i:int = 0; i < 10; i++)
    tmpseries
    = 1 * Math.random();
    if(tmpseries > 0.5)
    tmpseries
    = 1;
    else
    tmpseries = 0;
    var testArrCol:ArrayCollection = new ArrayCollection();
    for(var j:int =0; j < 10; j++)
    var m:Number = tmpArr[j];
    var m1:Number = tmpseries[j];
    testArrCol.addItem({mData:m.toString(),nData:m1.toString()});
    cs = new ColumnSeries();
    cs.dataProvider = testArrCol;
    cs.displayName = 'Series' + chartSeries;
    cs.xField = 'mData';
    cs.yField = 'nData';
    columnchart1.series[chartSeries] = cs;
    public function myTipFunction(hitData:HitData):String
    return(ColumnSeries(hitData.element).displayName +" - "+
    hitData.item.mData + "\n" + "Value : "+ hitData.item.nData);
    ]]>
    </mx:Script>
    <mx:Panel title="Dynamic Series Adding Sample" width="98%"
    height="90%" layout="absolute">
    <mx:ColumnChart id="columnchart1" height="338"
    width="396" showDataTips="true" type="stacked" x="10" y="0"
    dataTipFunction="{myTipFunction}">
    <mx:horizontalAxis>
    <mx:CategoryAxis dataProvider="{categoryArray}"
    categoryField="data"/>
    </mx:horizontalAxis>
    <mx:verticalAxisRenderer>
    <mx:AxisRenderer visible="false"/>
    </mx:verticalAxisRenderer>
    </mx:ColumnChart>
    </mx:Panel>
    </mx:Application>

  • Apex 3.2, cant find add series button

    Hi currently we are using 3.2 going to upgrade maybe next month.
    I want to make a 3D pie flash chart (I think its anychart 3) with severals series, somehow I can't find the add series button
    it look like this
    http://imageshack.us/photo/my-images/9/chartbo.jpg/
    Can someone enlight me, How to make the button visible
    Thank you very much
    Danny

    Danny,
    I don't believe that multiple series are available for Pie charts.
    Jeff

  • How can i add an already existing iphone to a different itunes account without changing anything on the actual phone...just updating it?

    I have an iphone synced to my iTunes account.  But I need to add another used/existing iphone to my account to update it.  I do not want to sync my emails/contacts/apps, etc. from my computer/iTunes to this new iPhone.  This 2nd iPhone already has existing apps and is in use.
    Is there any way that I can do this without changing anything on the existing iPhone?  All I need to do is update it to the iOS 5.0.1. 
    Thanks!

    Thanks so much for the response!  You have been helpful and quick! 
    It wasn't my phone, hence the reason we didn't want to share/take each other's content (apps, contacts, music, photos, etc.).  But the owner's phone hadn't been able to update because of a computer crash/no access to a stable computer.  So, I just wasn't sure if we could do an update without sharing content. 
    But you most definitely answered my question!  So, thank you!

  • Is there a way to add to the existing values in a container when a LabVIEW prototype (cluster) changes?

    Is there a way to add to the existing values in a container when a LabVIEW prototype (cluster) changes?
    I have a cluster with 90 values..  ninety!  yes that many.
    Change one bloody value and the prototype changes in the TestStand step...  Reload the prototype and guess what happens??!!??
    All the bloody values get reset to defaults!  AAAAAAAAAAAAAARRRRRRRRRRRRRRRRRRGGGGGGGGGGGGGGGGGHHHHHHHHHHHH!
    If it was in one place, I could survive the ordeal.  But I have to change bloody prototypes in many places!!!!
    more AAAAAAAAAAARRRRRRRRRRRGGGGGGGGGGGHHHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!
    I can't even copy the bloody values!!!!!!!  AAAAAAAAAAAARRRRRRRRRRRRRRGGGGGGGGGGGHHHHHHHHHHHH!!!!!!!!!!!!!!!!!!
    Are there any tricks that I am not aware of, or have forgotten over the years, or...  ...   something??!!??!???!!
    If there are none, I will have to post an improvement to TestStand..  I should mention I am using an older version (4.1).

    Hmmmmmmmmmmmmmmmm,
    I am not not very famous with LV and its cluster types.
    So no idea if this works (it works for DataTypes updates very well and a LV cluster is Data Type so.... maybe)
    Make a copy of the step that has to be modified to an new sequencefile. 
    Make modifications the in the copy.
    Now you should have the same DataType Name but other contents in the container. Save it.
    Normally there should be a message box that tells you that version has been incremented. - Accept it.
    Set in StationOptions-File "Allow Automatic ...." to Never.
    Open original sequencefile. Now the there must be a type conflict. Accept/Apply to all  "Use Current Loaded.."
    You have updated the type.....
    Hope this worked,
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • How do I add songs to existing playlists on the iPhone?

    I've tried going to the playlist, tapping the + button. Then I select the song by tapping it, it grays out as though selected. I tap done, and again done in the playlist. But the song is not appearing in the playlist. Am I missing something?

    How do I add songs to existing iTunes store playlist I have published?
    From iTunes Help...
    To change or delete a published playlist:
    Sign into the iTunes Store with your Apple ID, if you haven’t already.
    In the Playlists section of the iTunes Store, click All Playlists By This User.
    Select the playlist you want to change or delete, and then click Edit.
    Do any of the following:
    To change the playlist’s title and description, type any changes.
    To add a song, click Add Songs, select a song, and then click Add. When you’re finished adding songs, click Done.To find a song by album, artist, or song title use the Search field.To hear a 30-second preview of the song before adding it, double-click the song’s title or click the Preview button .
    To remove a song, click the “x” to the right of the Buy button for the song you want to remove.
    To arrange your playlist, drag songs in the order you want.
    To delete the playlist, click Delete this playlist.
    When you’re finished making changes, click Save.

  • How to add Mac27" to existing home network? and read files on other PC computers (Window7)

    How to add Mac27" to existing home network? and read files on other PC computers (Window7).
    type of connection:
    All computer (PC & Mac) connect to router (ethernet or wireless), then connect to internet.
    condition:
    internet works fine on all computer (PC & Mac).
    existing 4 PC communicate well (share files & printers),
    my problem:
    can NOT add Mac into existing home network.
    I tried SYSTEM PREFERENCES, then NETWORK, then ......... several times
    could not make it work.
    pleas help.

    Ah, it looks like I should have read your title more carefully. Are the  files on the PCs that you want to share with your iMac in a shared folder?
    If not, follow the steps on this page to set up shares from Windows 7.
    If that is already set up, connect to the share from the iMac using this article.

  • How to add IBAN to existing Bank Accounts

    We would like to add 'Alternate Name' & 'IBAN' for existing Bank Accounts.
    How to import/add using API
    Navigation: AP > Setup > Payment > Banks
    Select appropriate Bank & Branch. Then click on 'Bank Accounts' button.
    There you see 'Alternate Name' & 'IBAN' fields.
    I have found following Note for doing it in R12
    R12 How To Import/Add IBAN For Existing Bank Accounts (Doc ID 1269968.1)
    But we are on 11.5.10. What is the API for doing this in 11.5.10
    Regards,
    Srini

    Hi Srini,
    Unfortuantely, Development has not released any API's for maintaing bank account information in the 11i version of Oracle Applications. This is only available in R12.
    Cheryl

  • Function returning SQL query for mutiple series in a chart

    Hi,
    I would like to know if there is a way to specify a single PL/SQL function returning the queries for multiple series in a 2D Line Flash Chart. I have multiple series in my chart that has different values in the where clause. I can write a PL/SQL function that can return all these queries in one shot. Is there anyway that I can specify this function as returning the queries for all the series in the chart?
    As an example, assume that I am using the following three queries for the series in my chart:
    select deptno, count(*) from emp where deptno = 10 group by deptno
    select deptno, count(*) from emp where deptno = 20 group by deptno
    select deptno, count(*) from emp where deptno = 30 group by deptno
    I can't write a PL/SQL function that returns a query in the multiple series syntax (SELECT link, label, series_1_value [, series_2_value [, ...]]FROM ...) as I am using an aggregate function and my where clause is different for each series.
    Thanks,
    Rupesh

    Hi Roel,
    Thanks for your reply. I am already using an analytical function (RATIO_TO_REPORT(COUNT(*)) OVER () ) in my actual report. My problem is that the query for one series differs from the other only in one where clause. I will be able to dynamically able to generate all the queries for all the series in one pl/sql function. But the chart definition screen does not allow us to define a single function that returns queries for the all the series - possibly seperated by some seperator like S1: select.... S2:select and so on.
    Regards,
    Rupesh

  • Scatter plot using time series function - Flash charting

    Apex 3 + XE + XP
    I am trying to build a time series scatter plot chart using flash chart component.
    Situation :
    On each scout date counts are taken within each crop. I want to order them by scout dates and display them in a time series chart. Each series represents different crop.
    I am posting the two series queries I used
    Queries:
    Series 1
    select     null LINK, "SCOUTDATES"."SCOUTDATE" LABEL, INSECTDISEASESCOUT.AVERAGECOUNT as "AVERAGE COUNT" from     "COUNTY" "COUNTY",
         "FIELD" "FIELD",
         "VARIETYLIST" "VARIETYLIST",
         "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
         "SCOUTDATES" "SCOUTDATES",
         "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and     "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and     "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and     "CROP"."FIELDID"="FIELD"."FIELDID"
    and     "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and      "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and     "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and     "COUNTY"."COUNTNAME" ='Kings' AND CROP.CROPID=1
    order by SCOUTDATES.SCOUTDATE' ASC
    Series 2:
    select     null LINK, "SCOUTDATES"."SCOUTDATE" LABEL, INSECTDISEASESCOUT.AVERAGECOUNT as "AVERAGE COUNT" from     "COUNTY" "COUNTY",
         "FIELD" "FIELD",
         "VARIETYLIST" "VARIETYLIST",
         "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
         "SCOUTDATES" "SCOUTDATES",
         "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and     "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and     "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and     "CROP"."FIELDID"="FIELD"."FIELDID"
    and     "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and      "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and     "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and     "COUNTY"."COUNTNAME" ='Kings' AND CROP.CROPID=4
    order by SCOUTDATES.SCOUTDATE' ASC
    Problem
    As you can see the observations are ordered by scout date. However when the chart appears, the dates dont appear in order. The chart displays the data from crop 1 and then followed by crop 4 data, which is not exactly a time series chart. Does flash chart support time series or they have no clue that the data type is date and it should be progressive in charting ? I tried to use to_char(date,'j') to converting them and apply the same principle however it did not help either.
    Any suggestions ?
    Message was edited by:
    tarumugam
    Message was edited by:
    aru

    Arumugam,
    All labels are treated as strings, so APEX will not compare them as dates.
    There are two workarounds to get all your data in the right order:
    1) Combine the SQL statements into single-query multi-series format, something like this:
    select null LINK,
    "SCOUTDATES"."SCOUTDATE" LABEL,
    decode(CROP.CROPID,1,INSECTDISEASESCOUT.AVERAGECOUNT) as "Crop 1",
    decode(CROP.CROPID,4,INSECTDISEASESCOUT.AVERAGECOUNT) as "Crop 4"
    from "COUNTY" "COUNTY",
    "FIELD" "FIELD",
    "VARIETYLIST" "VARIETYLIST",
    "INSECTDISEASESCOUT" "INSECTDISEASESCOUT",
    "SCOUTDATES" "SCOUTDATES",
    "CROP" "CROP"
    where "SCOUTDATES"."CROPID"="CROP"."CROPID"
    and "SCOUTDATES"."SCOUTID"="INSECTDISEASESCOUT"."SCOUTID"
    and "CROP"."VARIETYID"="VARIETYLIST"."VARIETYLISTID"
    and "CROP"."FIELDID"="FIELD"."FIELDID"
    and "FIELD"."COUNTYID"="COUNTY"."COUNTYID"
    and "INSECTDISEASESCOUT"."PESTNAME" ='APHIDS'
    and "VARIETYLIST"."VARIETYNAME" ='SUGARSNAX'
    and "COUNTY"."COUNTNAME" ='Kings'
    AND CROP.CROPID in (1,4)
    order by SCOUTDATES.SCOUTDATE ASC2) Union the full domain of labels into your first query. Then the sorting will be applied to the full list, and the values of the second series will be associated with the matching labels from the first.
    - Marco

Maybe you are looking for

  • Can multiple XP users access the same iTunes library?

    Because I'm having a REALLY hard time getting that to work at all. I've moved my entire iTunes folder into 'Shared Documents' so that all users should be able to access it and changed the option in iTunes Preferences to the correct 'all users' path,

  • Dynamic extending of table control in bdc

    hi frnds           I want an example of dynamic extension of table control i.e for example:In xk01 there is table control with bank details.                 i have to upload upto 10 bank details of a record. I have searched in forum.I got the hint of

  • Safari 5.1.4 Lion auto-click no longer works for me

    I have a bookmarks folder on a MacBook Pro that is set to auto-click, it launches in tabs several sites that I look at every morning. I upgraded to 5.1.4 Lion last night, and this morning, the auto-click didn't work. It works with Safari 5.0.5 on the

  • I can't manage start my obhttpd in Windows 2003

    Hi guys, I have installed Oracle Secure Backup in my windows 2003 server, but i can't manage start my obhttpd. When i try start, obhttpd.exe show me the following error: C:\Arquivos de programas\Oracle\Backup\bin>obhttpd -D SSL -d "C:/Arquivos de pro

  • Subform -Hide depending on a Condition

    Hi, How can we hide a subform depending on a condition? I mean if my internal table for that entry in initial.It should not display the subform. Also, I want to get rid of all outside boxes borders in output and have vertical lines which needs to be