<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Made to order: Eirik&#039;s Hi-Lo Chart in SQL &#8211; extending the SQL Chart Palette (Pie, Stacked Bar Chart, Gauge, Gantt,&#8230;)</title>
	<atom:link href="http://technology.amis.nl/2007/05/14/made-to-order-eiriks-hi-lo-chart-in-sql-extending-the-sql-chart-palette-pie-stacked-bar-chart-gauge-gantt/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2007/05/14/made-to-order-eiriks-hi-lo-chart-in-sql-extending-the-sql-chart-palette-pie-stacked-bar-chart-gauge-gantt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=made-to-order-eiriks-hi-lo-chart-in-sql-extending-the-sql-chart-palette-pie-stacked-bar-chart-gauge-gantt</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: choff</title>
		<link>http://technology.amis.nl/2007/05/14/made-to-order-eiriks-hi-lo-chart-in-sql-extending-the-sql-chart-palette-pie-stacked-bar-chart-gauge-gantt/#comment-4608</link>
		<dc:creator>choff</dc:creator>
		<pubDate>Mon, 14 May 2007 21:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1965#comment-4608</guid>
		<description><![CDATA[Thank you for your article.I know more]]></description>
		<content:encoded><![CDATA[<p>Thank you for your article.I know more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2007/05/14/made-to-order-eiriks-hi-lo-chart-in-sql-extending-the-sql-chart-palette-pie-stacked-bar-chart-gauge-gantt/#comment-4607</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 14 May 2007 14:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1965#comment-4607</guid>
		<description><![CDATA[Why use a separate function (string_table_to_string) and type (string_table_collection)? You can use something like the following SQL to do the same.

Anton

( select markers
  from ( select marker markers
              , rn
         from marker_values
            , chart_dimensions
         model
          dimension by (row_number() over (order by marker_value desc) rn)
          measures     (rpad(marker_value, width /(marker_count-1) ) marker)
          rules        ( marker[any] order by rn desc = marker[cv()+1] &#124;&#124; marker[cv()] )
       )
  where rn = 1
)]]></description>
		<content:encoded><![CDATA[<p>Why use a separate function (string_table_to_string) and type (string_table_collection)? You can use something like the following SQL to do the same.</p>
<p>Anton</p>
<p>( select markers<br />
  from ( select marker markers<br />
              , rn<br />
         from marker_values<br />
            , chart_dimensions<br />
         model<br />
          dimension by (row_number() over (order by marker_value desc) rn)<br />
          measures     (rpad(marker_value, width /(marker_count-1) ) marker)<br />
          rules        ( marker[any] order by rn desc = marker[cv()+1] || marker[cv()] )<br />
       )<br />
  where rn = 1<br />
)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
