<?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: Convert SSRS Charts to Highcharts (Dynamic) Graphs</title>
	<atom:link href="http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=convert-ssrs-graphs-to-highcharts-graphs</link>
	<description>Because the world needs another Business Intelligence blog!</description>
	<lastBuildDate>Fri, 14 Sep 2018 19:30:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>By: SG</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-3218</link>
		<dc:creator><![CDATA[SG]]></dc:creator>
		<pubDate>Sat, 03 May 2014 11:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-3218</guid>
		<description><![CDATA[You are true life saver.
I have been trying to create column chart based on similar xml outcome and using this post and just changing the field name I got first look at my column chart. However could you please advice how I can change aboce script to group similar values from all &#039;entry&#039;  tag and create http://jsfiddle.net/sgandewar/wnb2N/ chart like this.
Here is part of xml for reference.
&lt;code&gt;
  &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; 
- &lt;feed&gt;
 - &lt;entry m:etag=&quot;&quot;40&quot;&quot;&gt;
  &lt;content type=&quot;application/xml&quot;&gt;
- &lt;m:properties&gt;
  &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;1&lt;/d:ImpactNumber&gt; 
  &lt;d:Severity&gt;Low&lt;/d:Severity&gt; 
  &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; 
  &lt;/m:properties&gt;
  &lt;/content&gt;
  &lt;/entry&gt;
- &lt;entry m:etag=&quot;&quot;20&quot;&quot;&gt;
  &lt;content type=&quot;application/xml&quot;&gt;
- &lt;m:properties&gt;
  &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;2&lt;/d:ImpactNumber&gt; 
  &lt;d:Severity&gt;Medium&lt;/d:Severity&gt; 
  &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; 
  &lt;/m:properties&gt;
  &lt;/content&gt;
  &lt;/entry&gt;
+ &lt;entry m:etag=&quot;&quot;10&quot;&quot;&gt;
  &lt;content type=&quot;application/xml&quot;&gt;
- &lt;m:properties&gt;
  &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;1&lt;/d:ImpactNumber&gt; 
  &lt;d:Severity&gt;Low&lt;/d:Severity&gt; 
  &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; 
  &lt;/m:properties&gt;
  &lt;/content&gt;
  &lt;/entry&gt;
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>You are true life saver.<br />
I have been trying to create column chart based on similar xml outcome and using this post and just changing the field name I got first look at my column chart. However could you please advice how I can change aboce script to group similar values from all &#8216;entry&#8217;  tag and create <a href="http://jsfiddle.net/sgandewar/wnb2N/" rel="nofollow">http://jsfiddle.net/sgandewar/wnb2N/</a> chart like this.<br />
Here is part of xml for reference.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:500px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap;">&nbsp; &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt; <br />
- &lt;feed&gt;<br />
&nbsp;- &lt;entry m:etag=&quot;&quot;40&quot;&quot;&gt;<br />
&nbsp; &lt;content type=&quot;application/xml&quot;&gt;<br />
- &lt;m:properties&gt;<br />
&nbsp; &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;1&lt;/d:ImpactNumber&gt; <br />
&nbsp; &lt;d:Severity&gt;Low&lt;/d:Severity&gt; <br />
&nbsp; &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; <br />
&nbsp; &lt;/m:properties&gt;<br />
&nbsp; &lt;/content&gt;<br />
&nbsp; &lt;/entry&gt;<br />
- &lt;entry m:etag=&quot;&quot;20&quot;&quot;&gt;<br />
&nbsp; &lt;content type=&quot;application/xml&quot;&gt;<br />
- &lt;m:properties&gt;<br />
&nbsp; &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;2&lt;/d:ImpactNumber&gt; <br />
&nbsp; &lt;d:Severity&gt;Medium&lt;/d:Severity&gt; <br />
&nbsp; &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; <br />
&nbsp; &lt;/m:properties&gt;<br />
&nbsp; &lt;/content&gt;<br />
&nbsp; &lt;/entry&gt;<br />
+ &lt;entry m:etag=&quot;&quot;10&quot;&quot;&gt;<br />
&nbsp; &lt;content type=&quot;application/xml&quot;&gt;<br />
- &lt;m:properties&gt;<br />
&nbsp; &lt;d:ImpactNumber m:type=&quot;Edm.Double&quot;&gt;1&lt;/d:ImpactNumber&gt; <br />
&nbsp; &lt;d:Severity&gt;Low&lt;/d:Severity&gt; <br />
&nbsp; &lt;d:ScanPeriod&gt;Dec-2013&lt;/d:ScanPeriod&gt; <br />
&nbsp; &lt;/m:properties&gt;<br />
&nbsp; &lt;/content&gt;<br />
&nbsp; &lt;/entry&gt;</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-2992</link>
		<dc:creator><![CDATA[christian]]></dc:creator>
		<pubDate>Sun, 18 Aug 2013 01:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-2992</guid>
		<description><![CDATA[could put the link to download the project please]]></description>
		<content:encoded><![CDATA[<p>could put the link to download the project please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-1655</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 10:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-1655</guid>
		<description><![CDATA[You could edit the parameters by editing the URL you are using to grab the ATOM data from the SSRS Web Service.

There is absolutely no reason why you can&#039;t directly connect to SQL, but I like the SSRS approach for many reasons, including:
&lt;ul&gt;
	&lt;li&gt;SSRS allows multiple render formats (PDF, IMG, EXCEL, WORD, etc.), which means that although I can display a Highchart graph using the ATOM feed, I could also allow the user to export the graph&#039;s data in the most convenient format for them, without having to write any further code.&lt;/li&gt;
	&lt;li&gt;You can use SSRS Caching and Snapshot features to speed up report data retrieval and processing&lt;/li&gt;
	&lt;li&gt;Subscriptions can be transparently done on the SSRS layer, without creating your own custom logic.&lt;/li&gt;
&lt;/ul&gt;

As well as many other reasons :)]]></description>
		<content:encoded><![CDATA[<p>You could edit the parameters by editing the URL you are using to grab the ATOM data from the SSRS Web Service.</p>
<p>There is absolutely no reason why you can&#8217;t directly connect to SQL, but I like the SSRS approach for many reasons, including:</p>
<ul>
<li>SSRS allows multiple render formats (PDF, IMG, EXCEL, WORD, etc.), which means that although I can display a Highchart graph using the ATOM feed, I could also allow the user to export the graph&#8217;s data in the most convenient format for them, without having to write any further code.</li>
<li>You can use SSRS Caching and Snapshot features to speed up report data retrieval and processing</li>
<li>Subscriptions can be transparently done on the SSRS layer, without creating your own custom logic.</li>
</ul>
<p>As well as many other reasons <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janusz</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-1654</link>
		<dc:creator><![CDATA[Janusz]]></dc:creator>
		<pubDate>Wed, 20 Mar 2013 09:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-1654</guid>
		<description><![CDATA[Thanks again!

If I grab the SSRS ATOM data and the charts displays nicely, what if I want to change the parameters? How would that work? Would we even need SSRS at this point, could we not just run the SQL on the page itself?]]></description>
		<content:encoded><![CDATA[<p>Thanks again!</p>
<p>If I grab the SSRS ATOM data and the charts displays nicely, what if I want to change the parameters? How would that work? Would we even need SSRS at this point, could we not just run the SQL on the page itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-1258</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 23:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-1258</guid>
		<description><![CDATA[Hi Shiladitya,

I have written an extension on this article, which allows you to &lt;a href=&quot;http://thinknook.com/running-highcharts-within-ssrs-or-any-js-graph-library-2013-01-23/&quot; rel=&quot;nofollow&quot;&gt;embed your Highcharts within SSRS&lt;/a&gt; itself, rather than on a separate page, this has a working example that can be deployed with minimal configuration.

Cheers
L]]></description>
		<content:encoded><![CDATA[<p>Hi Shiladitya,</p>
<p>I have written an extension on this article, which allows you to <a href="http://thinknook.com/running-highcharts-within-ssrs-or-any-js-graph-library-2013-01-23/" rel="nofollow">embed your Highcharts within SSRS</a> itself, rather than on a separate page, this has a working example that can be deployed with minimal configuration.</p>
<p>Cheers<br />
L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thinknook &#124; Running Highcharts within SSRS (or any JS Graph Library)</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-1256</link>
		<dc:creator><![CDATA[Thinknook &#124; Running Highcharts within SSRS (or any JS Graph Library)]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 23:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-1256</guid>
		<description><![CDATA[[...] a previous post I described how to convert an SSRS graph into a Highcharts graph by consuming the XML output of the report from the SSRS Web Service and converting that to an input [...]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] a previous post I described how to convert an SSRS graph into a Highcharts graph by consuming the XML output of the report from the SSRS Web Service and converting that to an input [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiladitya</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-645</link>
		<dc:creator><![CDATA[shiladitya]]></dc:creator>
		<pubDate>Sun, 07 Oct 2012 15:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-645</guid>
		<description><![CDATA[Hi,

As you said you are working on a complete example, it will be ver nice and helpfull if you could provide the example.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>As you said you are working on a complete example, it will be ver nice and helpfull if you could provide the example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-502</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Aug 2012 20:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-502</guid>
		<description><![CDATA[I see.

You could actually do all this natively within SSRS (i.e. without Highcharts), via communicating with the SSRS Web Service, which will give you an HTML rendered report that you can just plonk on your page, then all you need to do is add your web controls (which will control the parameters). I&#039;ve got the beginnings of an &lt;a href=&quot;http://thinknook.com/sql-tools-libraries/ssrs-client-library/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SSRS Web Service client library&lt;/a&gt; to get you started, altho its currently very simple and can only be used as an introduction to the web service.

This is even easier if you&#039;re using asp.net and can use the ReportViewer control, which will manage the communication with the SSRS webservice on your behalf.

That being said, I do really hate how static and stale SSRS reports  look, hence the article above.

If you want to break out of the &quot;SSRS chrome&quot; mold, and choose to build your paramterized dashboard using something like Highcharts, then my recommendation is to build a sturdy JQuery (JS) renderer, that takes generic SSRS ATOM and build a graph (based on some configurations), similar to the example above.

Options options options :)]]></description>
		<content:encoded><![CDATA[<p>I see.</p>
<p>You could actually do all this natively within SSRS (i.e. without Highcharts), via communicating with the SSRS Web Service, which will give you an HTML rendered report that you can just plonk on your page, then all you need to do is add your web controls (which will control the parameters). I&#8217;ve got the beginnings of an <a href="http://thinknook.com/sql-tools-libraries/ssrs-client-library/" target="_blank" rel="nofollow">SSRS Web Service client library</a> to get you started, altho its currently very simple and can only be used as an introduction to the web service.</p>
<p>This is even easier if you&#8217;re using asp.net and can use the ReportViewer control, which will manage the communication with the SSRS webservice on your behalf.</p>
<p>That being said, I do really hate how static and stale SSRS reports  look, hence the article above.</p>
<p>If you want to break out of the &#8220;SSRS chrome&#8221; mold, and choose to build your paramterized dashboard using something like Highcharts, then my recommendation is to build a sturdy JQuery (JS) renderer, that takes generic SSRS ATOM and build a graph (based on some configurations), similar to the example above.</p>
<p>Options options options <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janusz</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-501</link>
		<dc:creator><![CDATA[Janusz]]></dc:creator>
		<pubDate>Tue, 14 Aug 2012 15:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-501</guid>
		<description><![CDATA[Great stuff - I actually have a lot more to ask but don&#039;t think it&#039;s in the scope of this

I am basically wanting to create a dashboard for SRSS reports, with each report having parameters]]></description>
		<content:encoded><![CDATA[<p>Great stuff &#8211; I actually have a lot more to ask but don&#8217;t think it&#8217;s in the scope of this</p>
<p>I am basically wanting to create a dashboard for SRSS reports, with each report having parameters</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://thinknook.com/convert-ssrs-graphs-to-highcharts-graphs-2012-01-21/#comment-500</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Aug 2012 10:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinknook.com/?p=339#comment-500</guid>
		<description><![CDATA[Hi Janusz,

Sure I can! I&#039;ve been actually trying to find some time to finalize this for a while now. It wont be today or tomorrow, but soon, and hopefully very soon :)

In the mean-time I am happy to give you a hand with any specific setup you have, and walk you step-by-step through the process. You are absolutely correct; the code in this page in its current state cannot be ported seamlessly into your (or any) environment

Cheers
L]]></description>
		<content:encoded><![CDATA[<p>Hi Janusz,</p>
<p>Sure I can! I&#8217;ve been actually trying to find some time to finalize this for a while now. It wont be today or tomorrow, but soon, and hopefully very soon <img src="http://thinknook.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>In the mean-time I am happy to give you a hand with any specific setup you have, and walk you step-by-step through the process. You are absolutely correct; the code in this page in its current state cannot be ported seamlessly into your (or any) environment</p>
<p>Cheers<br />
L</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/


Served from: thinknook.com @ 2026-04-16 12:40:06 by W3 Total Cache
-->