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>

Similar Messages

  • Dynamically assign series names for SVG Chart

    I have created a line chart with 5 series in it. I would like the legend name for each series to be dynamically assigned (as a value from a field in the database). Is this possible?
    Ideally, i'd also like the number of series to be variable too. Is this possible?

    Hi,
    I am trying to use the code you gave me above (which normally works fine). But when I put it in the query below with 3 ' (3 quotes) it fails.
    Any ideas?
    Thanks
    Owen
    return
    'SELECT null link, month label, sumamt "'||:P4_FY||'"
    FROM
    SELECT
    month
    , CASE
    WHEN MONTH = '''JUN''' THEN 1
    WHEN MONTH = '''JUL''' THEN 2
    WHEN MONTH = '''AUG''' THEN 3
    WHEN MONTH = '''SEP''' THEN 4
    WHEN MONTH = '''OCT''' THEN 5
    WHEN MONTH = '''NOV''' THEN 6
    WHEN MONTH = '''DEC''' THEN 7
    WHEN MONTH = '''JAN''' THEN 8
    WHEN MONTH = '''FEB''' THEN 9
    WHEN MONTH = '''MAR''' THEN 10
    WHEN MONTH = '''APR''' THEN 11
    WHEN MONTH = '''MAY''' THEN 12
    END AS SORT_ORDER
    , sumamt
    FROM
    Select month
    , sum(DEAL_VALUE_SUM) sumamt
    from my_deals
    where country = :P8_COUNTRY
    and FY = :P8_FY
    group by month))
    ORDER BY SORT_ORDER';

  • How to dynamically add an object into flex and animate it.

    im planning to implement a dynamic animation which can be used to show some trend of a variable
    this is my case..
    suppose i have data in a table
    Y      |      X
    12       |     3
    32       |     5
    34       |      10
    what i want to do is i want to insert a circle to (3,12) i.e. the first point.. then animate it with the time to next points
    (3,12) --> (5,32) --> (10,34)
    this process hv to be totally dynamic.. becos im planning to fetch data from a table.. so the no of rows also can be any amount.
    is thr a method to do those stuff in flex. ?
    thanks in advance

    Anyone got any suggestions?

  • Flex Charting -  Adding & removing series dynamically Help!!!

    My App displays a chart with multiple series depending upon
    the
    checkboxs that are checked. so i require to add and remove
    the series
    of data onto the chart.
    Here's the function I tried use to add series to the chart...
    but the
    series doesn't get added to the chart.. Is there something
    wrong with
    the code.
    public function add_series():void
    var ls:LineSeries;
    ls = new LineSeries();
    ls.xField = "date";
    ls.yField = "value";
    ls.dataProvider = mainData;
    mainChart.series.push(ls);
    mainChart.invalidateSeriesStyles();
    thanks in advance ....

    I replaced the following part of the code:
         if(!myChart.series[i])
              myChart.series.push(new ColumnSeries());
    with the following lines:
         if(!myChart.series[i])
              var tmp:Array = myChart.series;  
              tmp.push(new ColumnSeries()); 
              myChart.series = tmp;  
              myChart.invalidateSeriesStyles();
    And it works fine now.

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

  • Dynamic Series creation for Plot Chart

    Hi,
    I am using a plot chart which takes data from an external XML file.
    Based on certain fields in the data, I create 3 different plot series.
    I use a Combo box to show different plot series based on the selected value from it.
    I am placing another Combo box
    How can do the below task:
    I need to create some dynamic series based on some node elements in the series for which the chart is currently shown.
    I create another Combo box to show the above generated plot series based on the selected value from it.

    Hi,
    I am using a plot chart which takes data from an external XML file.
    Based on certain fields in the data, I create 3 different plot series.
    I use a Combo box to show different plot series based on the selected value from it.
    I am placing another Combo box
    How can do the below task:
    I need to create some dynamic series based on some node elements in the series for which the chart is currently shown.
    I create another Combo box to show the above generated plot series based on the selected value from it.

  • How do you add space between the Series Name and the chart?

    I'm trying to format a 3D pie chart and the series name is nearly unreadable depending on the angle. I would like to add some space between the series name and the chart.

    On my charts, I just select the legends and drag them away from the chart. Hopefully this example helps:
    Regards,

  • 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

  • How to add series to Business Graphics control dynamically?

    Hi Experts,
    How to add series to Business Graphics control dynamically?
    I tried the method add_series( ) but could not use it properly.
    If you have any clues of using it, let me know.
    I need it urgently.
    Best Regards,
    Arti.

    I'm not sure what ADD_SERIES method you are refering to. The only programable API for the Business Graphics that I found was this one:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/e61cd068dc3ee4e10000000a1553f7/frameset.htm
    I've not ever tried it, but you not just add the series UI element like any other dynamic UI manipulation during the WDDOMODIFYVIEW?
    http://help.sap.com/saphelp_nw70/helpdata/EN/11/ba74412cba127de10000000a155106/frameset.htm

  • XML defined Flex Charts

    I am reading in some xml from a servlet to create a chart.
    But I'd like for the servlet to supply not just the raw data for
    the chart, but also all of the formatting elements as well as an
    indeterminate number of series. The flex application would create a
    new series instance for each one defined in the xml. And the chart
    type would also be read in from the xml. I have had no problem
    creating static charts but this kind of amorphous "all-comers"
    chart seems quite difficult to achieve.

    I could try addChild once I read the xml, but beyond getting
    the data into the chart dynamically, I do not even know how to
    access the xml data. I am brand new to flex. Should I put it in an
    ArrayCollection? If so, how do I get it there? I need to read in an
    indeterminate # of series, each with a list of x,y points (or
    perhaps a single value for column series) and create a new series
    of the type specified in the xml file and add it to my generic
    master chart.
    Does anyone have any ideas/experience with this?

  • Flex chart x-axis data spacing

    hello
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    also how i do put more data information, with each data point
    if a mouse if placed over it, not just the X & Y data points.
    thank you for any assistance.
    Tony

    thanks so much,
    The tip data solved my 2nd problem.
    Thanks for your suggestions to"
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    you mentioned about using min/max values on the x-axis. That
    is a good solution except i would then need to add buttons to say
    ,show the next 30 days.
    I really want to to show 90days of data data, with say 30
    days appearing at once, and the user just scrolls to see the rest
    of the days data without having to press buttons for more data. Any
    idea how i can do this?
    thanks
    Anthony

  • Flex chart how to put distance between x-axis data

    hello
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    thank you for any assistance.
    Tony

    I don't know what you mean then.
    If you set the min and max to be a certain number of days
    apart then you know the dates within those days will be displayed.
    That combined with the width of the chart will define how much
    space there is between x-axis points.

  • Flex chart x-axis spacing between data

    hello
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    also how i do put more data information, with each data point
    if a mouse if placed over it, not just the X & Y data points.
    thank you for any assistance.
    Tony

    thanks so much,
    The tip data solved my 2nd problem.
    Thanks for your suggestions to"
    i am using flex chart line series and column series. i want
    to display 100 data points, with different dates along the x-axis,
    but i don't want all 100 points to be displayed at the same time as
    the x-axis dates will not be readable. i want to have a fixed space
    between each x-axis point and the user then scrolls along the
    chart.
    i read the API but do not see any way to add the x-axis
    spacing?
    you mentioned about using min/max values on the x-axis. That
    is a good solution except i would then need to add buttons to say
    ,show the next 30 days.
    I really want to to show 90days of data data, with say 30
    days appearing at once, and the user just scrolls to see the rest
    of the days data without having to press buttons for more data. Any
    idea how i can do this?
    thanks
    Anthony

  • Migrate Flex Chart to AS

    Hi,
    I've put together a simple test app that pulls data from blazeds and inserts the results in a PieChart defined in mxml. However when I try to create the same chart in AS the chart doesn't show up. I suspect that it is perhaps related to the sequence of how things are initialized? but I'm not sure
    Here is my code. I've created 3 charts. The first (mxml) chart is the one that works fine. The second (AS) is my attempt to recreate the mxml chart in AS and it does not work. The third is a sanity check of another test AS chart just to see if I can actually make an AS PieChart and it also works fine.
    If anyone has any insight it would be much appreciated.
    Thank you,
    Kaveh
    <?xml version="1.0" encoding="utf-8"?>
    <!-- intro\intro_remoting.mxml -->
    <mx:Application     xmlns:mx="http://www.adobe.com/2006/mxml"
                        xmlns:data="com.kg.data.*"
                        width="100%"
                        height="100%"
                        initialize="getPokerParameterNumbers()"
                        backgroundColor="#FFFFFF">
        <mx:Script>
            <![CDATA[          
                import mx.rpc.events.FaultEvent;
                import mx.rpc.events.ResultEvent;
                import mx.collections.ArrayCollection;
                import mx.charts.PieChart;
                import mx.charts.series.PieSeries;
                import mx.charts.Legend;           
                [Bindable]
                public var paramCount:ArrayCollection;
                [Bindable]
                 public var expenses:ArrayCollection = new ArrayCollection([
                    {Expense:"Taxes", Amount:2000},
                    {Expense:"Rent", Amount:1000},
                    {Expense:"Bills", Amount:100},
                    {Expense:"Car", Amount:450},
                    {Expense:"Gas", Amount:100},
                    {Expense:"Food", Amount:200}
                // Get the initial data set from the poker db
                private function getPokerParameterNumbers():void {
                    //remoteObject.getParameterTypesAndCount();
                    remoteObject.getParameterCount();
                    addSecondChart();
                    add3rdChart();
                // Handle the recevied message.
                private function resultHandler(event:ResultEvent):void {
                    statusTextArea.text += "Server responded [] : \n";
                    var myObject:Object = event.result;
                    paramCount.removeAll();
                    for (var key:* in myObject)
                      var value:* = myObject[key];
                      statusTextArea.text += "Parameter: " + key + " Count: " + value + "\n";
                      var paramItem:Object = new Object();
                      paramItem.parameterization = key;
                      paramItem.count = value;
                      paramCount.addItem(paramItem);
                    paramCount.refresh();
                private function newResultHandler(event:ResultEvent):void {
                    var collectionResult:ArrayCollection = ArrayCollection(event.result);
                    statusTextArea.text += "-" + collectionResult.length + "-";
                    paramCount = ArrayCollection(event.result);
                // Handle a message fault.
                private function faultHandler(event:FaultEvent):void {
                    statusTextArea.text += "Received fault: " + event.fault + "\n";
                public function addSecondChart():void {
                    //var medalsAC:ArrayCollection;
                    var chart:PieChart;
                    var series:PieSeries;
                    //medalsAC = getDataProvider();
                    /* Define pie series. */
                    series = new PieSeries();
                    //series.nameField = "label";
                    //series.field = "data";
                    series.nameField = "name";
                    series.field = "count";
                    /* Remove default dropshadow filter. */
                    series.filters = [];
                    /* Define pie chart. */
                    chart = new PieChart();
                    chart.percentWidth = 100;
                    chart.percentHeight = 100;
                    chart.showDataTips = true;
                    //chart.dataProvider = medalsAC;
                    chart.dataProvider = paramCount;
                    chart.series = [series];
                    /* Add chart to the display list. */
                    topHBox.addChild(chart);
                private function add3rdChart():void {
                    var medalsAC:ArrayCollection;
                    var chart:PieChart;
                    var series:PieSeries;
                    medalsAC = getDataProvider();
                    /* Define pie series. */
                    series = new PieSeries();
                    series.nameField = "label";
                    series.field = "data";
                    /* Remove default dropshadow filter. */
                    series.filters = [];
                    /* Define pie chart. */
                    chart = new PieChart();
                    chart.percentWidth = 100;
                    chart.percentHeight = 100;
                    chart.showDataTips = true;
                    chart.dataProvider = medalsAC;
                    chart.series = [series];
                    /* Add chart to the display list. */
                    p1.addChild(chart);
                 * Create and return a simple ArrayCollection to
                 * use as a data provider.
                private function getDataProvider():ArrayCollection {
                    var arr:Array = [];
                    arr.push({label:"Product 1", data:3});
                    arr.push({label:"Product 2", data:1});
                    arr.push({label:"Product 3", data:4});
                    arr.push({label:"Product 4", data:1});
                    arr.push({label:"Product 5", data:5});
                    arr.push({label:"Product 6", data:9});
                    return new ArrayCollection(arr);
            ]]>
        </mx:Script>
        <mx:RemoteObject id="remoteObject"
            destination="pokerDataSource"
            result="newResultHandler(event);"
            fault="faultHandler(event);"/>
        <mx:HBox width="100%" id="topHBox">
            <mx:VBox>
                <mx:PieChart id="myChart"
                    dataProvider="{paramCount}"
                    showDataTips="true"
                    selectionMode="single"
                    itemRollOverColor="#FF0066">
                    <mx:series>
                        <mx:PieSeries
                            field="count"
                            nameField="name"
                            labelPosition="callout"
                        />
                    </mx:series>
                </mx:PieChart>
                <mx:Legend dataProvider="{myChart}"/>
            </mx:VBox>
            <mx:TextArea     id="statusTextArea"
                            width="100%"        
                            height="100%"               
                            backgroundAlpha="0"
                            focusAlpha="0"
                            selectable="false"/>       
        </mx:HBox>
        <mx:Panel id="p1"/>
    </mx:Application>

    Hi,
    Simply let a IE or FireFox window display your Flex chart,
    and hold [Alt] and press [PrtSc] in your keyboard, Then, paste it
    into Word or Paint to be edited.
    Have fun!
    Jeffrey

Maybe you are looking for

  • How to use the same Entity EJB to access the same table in 2 syb databases

    We are trying to convert an application to J2EE. We have the following concern. The application requires the use of 10 sybase databases with identical tables. One database per branch. We would like to be able to use the same set of entity EJBs to acc

  • Change the status of a form

    Hi All, Can anybody tell me how to change the status of the form? I want to exit the form with out committing the changes when the user click a button, For it... EXIT_FORM(NO_COMMIT); will do but, only when the form is not in a query mode. How do I c

  • Decode for this case statement?

    case when DES ='TL' or ROLE ='TL' THEN 'PM' ELSE 'PL' end case

  • Enabling Direct Database Request for LDAP User in RPD

    Hi All, Can anybody help me out how to set the Direct datasbase parameter in repository for the respective LDAP User. Actually I am implementing PROXY USer setup, in this process im encountering the below error Odbc driver returned an error (SQLExecD

  • How to copy .vmg files to phone from pc?

    Hi. My phone is a N73. Before performing a hard reset on my phone (I had to for some reason), I copied all my sms messages from Inbox, Sent Items, Drafts and Outbox to my pc using Nokia PC Suite. Now I want to restore those messages to phone again. I