<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx</link><description>This &amp;quot;How to&amp;quot; guide provides ideas &amp;amp; code samples on using color to improve your users understanding of the data in your reports. It includes using gradients of color in your tables &amp;amp; charts. It also covers using color to represent a</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#10409582</link><pubDate>Tue, 09 Apr 2013 08:21:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10409582</guid><dc:creator>Hasan Jamal Siddiqui</dc:creator><description>&lt;p&gt;Nice blog,But can you explore also how to highlight &amp;nbsp;color for text only&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10409582" width="1" height="1"&gt;</description></item><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#10323940</link><pubDate>Tue, 26 Jun 2012 11:57:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10323940</guid><dc:creator>Mahboob Alam</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://devdex.wordpress.com/2012/06/26/sql-server-reportingapply-checks-on-report-fields/"&gt;devdex.wordpress.com/.../sql-server-reportingapply-checks-on-report-fields&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10323940" width="1" height="1"&gt;</description></item><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#10285635</link><pubDate>Tue, 20 Mar 2012 21:17:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10285635</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Great post for conditional formatting!! &amp;nbsp;If I export a report to Excel, how can I get the conditional formatting to export/transform into Excel conditional formatting?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10285635" width="1" height="1"&gt;</description></item><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9584587</link><pubDate>Sun, 03 May 2009 15:57:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9584587</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;Excellent post! &amp;nbsp;However, in Tip 3, using a single IIf() might not always avoid the divide by zero error. &amp;nbsp;If the denominator comes from certain database data types (eg. money or decimal) then the single IIf() would still cause an error.&lt;/p&gt;
&lt;p&gt;You need to use something described in this post: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/bwelcker/archive/2006/09/26/End-of-Amnesia-_2800_Avoiding-Divide-By-Zero-Errors_2900_.aspx"&gt;http://blogs.msdn.com/bwelcker/archive/2006/09/26/End-of-Amnesia-_2800_Avoiding-Divide-By-Zero-Errors_2900_.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9584587" width="1" height="1"&gt;</description></item><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9440264</link><pubDate>Sun, 22 Feb 2009 16:17:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9440264</guid><dc:creator>Gedulous</dc:creator><description>&lt;p&gt;Hi Dave,&lt;/p&gt;
&lt;p&gt;This is really nice set of posts here... there's some really useful tips and the stuff from part 4 on color-formatting informationally dense groups of related information is something I can see myself using to great effect. &amp;nbsp;The &amp;quot;By Region&amp;quot; color assignment makes a huge difference to the readability of the pie-chart, and the overall solution is an elegant one.&lt;/p&gt;
&lt;p&gt;Have you had a chance to look at any of the PerformancePoint server analytics stuff yet? &amp;nbsp;I suspect a lot of the PPS paradigms would be similar, but applying some of the overall design principles you've outlined to the ProClarity components would be an interesting exercise.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Jeremy Huppatz&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9440264" width="1" height="1"&gt;</description></item><item><title>re: SQL Reporting "How to" - Conditional Color 1/4:  The Basics. Report Expressions &amp; Custom Code</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9435978</link><pubDate>Fri, 20 Feb 2009 16:28:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9435978</guid><dc:creator>Kasper de Jonge</dc:creator><description>&lt;p&gt;Great stuff ! nice to see these tips and tricks by the pros :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9435978" width="1" height="1"&gt;</description></item><item><title>The Ultimate Guide to Color Scales / Conditional Formatting</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9435544</link><pubDate>Fri, 20 Feb 2009 09:35:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9435544</guid><dc:creator>Robert Bruckner's Advanced Reporting Services Blog</dc:creator><description>&lt;p&gt;I recently helped my Australian colleague David Lean successfully resolve a small report design challenge&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9435544" width="1" height="1"&gt;</description></item><item><title>David Lean shows us how to use conditional formatting in SQL Reporting</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9427394</link><pubDate>Tue, 17 Feb 2009 13:43:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9427394</guid><dc:creator>Brian H. Madsen - .Net Powered by Caffeine</dc:creator><description>&lt;p&gt;wow i say!! David Lean has just released an in depth, 4 part series on how to use conditional formatting&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9427394" width="1" height="1"&gt;</description></item><item><title>SQL Reporting "How to" - Conditional Color 2/4:  Functions for Tables &amp; Charts</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9426943</link><pubDate>Tue, 17 Feb 2009 05:46:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9426943</guid><dc:creator>Dave does Data</dc:creator><description>&lt;p&gt;This &amp;amp;quot;How to&amp;amp;quot; guide provides ideas &amp;amp;amp; code samples on using color to improve your users&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9426943" width="1" height="1"&gt;</description></item><item><title>SQL Reporting "How to" – Conditional Color 4/4: Charts &amp; Multi-Dimensional analysis</title><link>http://blogs.msdn.com/b/davidlean/archive/2009/02/17/sql-reporting-how-to-conditional-color-1-4-the-basics-report-expressions-custom-code.aspx#9426940</link><pubDate>Tue, 17 Feb 2009 05:44:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9426940</guid><dc:creator>Dave does Data</dc:creator><description>&lt;p&gt;Part 4 of 4: Continuous Color functions for Multi-Dimensional analysis (in charts) This &amp;quot;How to&amp;quot; guide&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9426940" width="1" height="1"&gt;</description></item></channel></rss>