﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Reporting Services / Reporting Services 2005 Development  / Colour co-ordinating increasing/decreasing values on a matrix report / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 11:34:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Colour co-ordinating increasing/decreasing values on a matrix report</title><link>http://www.sqlservercentral.com/Forums/Topic1413700-1063-1.aspx</link><description>In SSRS 2005 I think you would need to have the sales values for different dates returned in the same row in the dataset. So that involves modifying your query possible using PIVOT or something like that.In newer versions you can refer directly to other cells in the matrix using this: ReportItems!Textboxname.valueYou could create an expression in the format property something like=IIf(Fields!Column.Value &amp;gt; ReportItems!TextBoxName.value,"Green",IIf(Fields!Column.Value &amp;lt; ReportItems!TextBoxName.value,"Red","Black"))The formatting formula would be similar if you have to use the first option, it would just refer to two fields at the same grouping/details level.</description><pubDate>Tue, 05 Mar 2013 17:51:01 GMT</pubDate><dc:creator>davoscollective</dc:creator></item><item><title>Colour co-ordinating increasing/decreasing values on a matrix report</title><link>http://www.sqlservercentral.com/Forums/Topic1413700-1063-1.aspx</link><description>Hi,I just created a matrix report with consecutive dates running along the y-axis and sales people running down the x-axis.Is there a way to show if a sales figure has an increase from the previous date as green and red if it has decreased?Any help welcome.Thanks,Eamon</description><pubDate>Wed, 30 Jan 2013 10:02:22 GMT</pubDate><dc:creator>EamonSQL</dc:creator></item></channel></rss>