<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : TclChart Kullanımı</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : TclChart Kullanımı]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 08:57:38 +0000</pubDate>
  <lastBuildDate>Thu, 28 Aug 2025 10:41:30 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1189</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[TclChart Kullanımı : Merhaba Yunus Emre,A&#351;a&#287;&#305;da ki...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1189&amp;PID=2532#2532</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1189<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ağustos&nbsp;2025 Saat 10:41<br /><br />Merhaba Yunus Emre,<br>Aşağıda ki örnek kodu inceler misin? Sana yardımcı olacağını düşünüyorum<div><br><div>Qry = Clomosy.DBSQLiteQueryWith(</div><div>&nbsp; &nbsp; &nbsp; 'SELECT City AS city, sales, ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; CASE RowNum ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; WHEN 1 THEN "clTomato" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; WHEN 2 THEN "clGold" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; WHEN 3 THEN "clPeru" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; WHEN 4 THEN "clYellow" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; WHEN 5 THEN "clPink" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; END AS color ' +</div><div>&nbsp; &nbsp; &nbsp; 'FROM ( ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; SELECT City, COUNT(*) AS sales, ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ROW_NUMBER() OVER (ORDER BY COUNT(*) DESC) AS RowNum ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; FROM Orders ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; JOIN Customers ON Customers.CustomerId = Orders.CustomerId ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; WHERE strftime("%Y", Orders.OrderDate) = "' + secilenYil + '" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; GROUP BY City ' +</div><div>&nbsp; &nbsp; &nbsp; ') ' +</div><div>&nbsp; &nbsp; &nbsp; 'WHERE RowNum &lt;= 5 ' +</div><div>&nbsp; &nbsp; &nbsp; 'UNION ALL ' +</div><div>&nbsp; &nbsp; &nbsp; 'SELECT "Diğer" AS city, COUNT(*) AS sales, "clwhite" AS color ' +</div><div>&nbsp; &nbsp; &nbsp; 'FROM ( ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; SELECT City, COUNT(*) AS sales, ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ROW_NUMBER() OVER (ORDER BY COUNT(*) DESC) AS RowNum ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; FROM Orders ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; JOIN Customers ON Customers.CustomerId = Orders.CustomerId ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; WHERE strftime("%Y", Orders.OrderDate) = "' + secilenYil + '" ' +</div><div>&nbsp; &nbsp; &nbsp; '&nbsp; GROUP BY City ' +</div><div>&nbsp; &nbsp; &nbsp; ') ' +</div><div>&nbsp; &nbsp; &nbsp; 'WHERE RowNum &gt; 5'</div><div>&nbsp; &nbsp; );</div></div>]]>
   </description>
   <pubDate>Thu, 28 Aug 2025 10:41:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1189&amp;PID=2532#2532</guid>
  </item> 
  <item>
   <title><![CDATA[TclChart Kullanımı : Uygulamamda TclChart kullanarak...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1189&amp;PID=2531#2531</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=341">yemreee_atmaz</a><br /><strong>Konu:</strong> 1189<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Ağustos&nbsp;2025 Saat 10:26<br /><br />Uygulamamda TclChart kullanarak oluşturmuş olduğum grafiğe SQLite dan veri çekerek dolduruyorum. Fakat renklendirme yapmam gerekiyor grafik üzerinde . Her bir ürün için grafikte farklı bir renk kullanılmasını istiyorum. Bunu nasıl çözebilirim ? Şuan grafiğim şu şekilde gözüküyor:<img src="" border="0" />]]>
   </description>
   <pubDate>Thu, 28 Aug 2025 10:26:48 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1189&amp;PID=2531#2531</guid>
  </item> 
 </channel>
</rss>