<?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: Custom Visibility Toggling SSRS 2008</title>
	<atom:link href="http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/</link>
	<description>A blog about Business Intelligence and other personal interests</description>
	<lastBuildDate>Thu, 15 Mar 2012 00:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1314</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Wed, 20 Jul 2011 12:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1314</guid>
		<description>Hi Nathan,

You can set the Column visibility just as you would for rows. At the bottom right of Fig 2. you&#039;ll see a drop down for the Column group. Click on that and then on Group Properties, then follow the same steps as per the row group visibility.</description>
		<content:encoded><![CDATA[<p>Hi Nathan,</p>
<p>You can set the Column visibility just as you would for rows. At the bottom right of Fig 2. you&#8217;ll see a drop down for the Column group. Click on that and then on Group Properties, then follow the same steps as per the row group visibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1312</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1312</guid>
		<description>Short answer: you can&#039;t.</description>
		<content:encoded><![CDATA[<p>Short answer: you can&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanna</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1310</link>
		<dc:creator>Hanna</dc:creator>
		<pubDate>Fri, 08 Jul 2011 14:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1310</guid>
		<description>Hi Luke,

In 2008 how can I display the toggling button in other format than + and -,

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Luke,</p>
<p>In 2008 how can I display the toggling button in other format than + and -,</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1302</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Mon, 06 Jun 2011 21:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1302</guid>
		<description>Nice post.  My question is this.  In your example, if you wanted to hide by default the Month column (The entire column as you are simply either displaying month or &quot;Total&quot;) and then to expand Month out when the user expands out year, how would that happen?

Thanks,

Nathan</description>
		<content:encoded><![CDATA[<p>Nice post.  My question is this.  In your example, if you wanted to hide by default the Month column (The entire column as you are simply either displaying month or &#8220;Total&#8221;) and then to expand Month out when the user expands out year, how would that happen?</p>
<p>Thanks,</p>
<p>Nathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: betelgeuse</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1044</link>
		<dc:creator>betelgeuse</dc:creator>
		<pubDate>Thu, 28 Apr 2011 19:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-1044</guid>
		<description>Thank you! It really helps me, especially for &quot;Beware the Gremlins&quot; part. Exactly what I need...</description>
		<content:encoded><![CDATA[<p>Thank you! It really helps me, especially for &#8220;Beware the Gremlins&#8221; part. Exactly what I need&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iris</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-361</link>
		<dc:creator>Iris</dc:creator>
		<pubDate>Wed, 06 Apr 2011 17:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-361</guid>
		<description>Hello,

I&#039;m having issues getting my toggles to work correctly.  The following example i&#039;ve provided, I built in a matrix and I&#039;m using SSRS 2008 R2.

I have a field in my dataset that assigns whether I want the data to show initially.  So in the the Group visibility on the State group, i put in the following expression: =IIF(Fields!isDetail.Value=0,False, True)  This is saying if the state is in Washington or New York show it else, hide the value.


Then in the Contry textbox property of the initially toggle state,  I the following expressions: =IIF(Fields!isDetail.Value =0,True, False)

But the toggle isn&#039;t working exactly how I want it to.  When I expand the toggle , it only shows Denver.

What I really want it to do is when I expand the toggle, i want it to show all the states.  Only when it is initially run the report, I only want it to show Washington and New York.  Do you know what I&#039;m missing to get this to work.  

 

Collapsed View: 
Country State Count 
 &quot;+&quot;USA Washington 5 
New York 7 

Expanded:   
Country State Count 
 &quot;-&quot;USA Washington 5 
Denver 4 
New York</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m having issues getting my toggles to work correctly.  The following example i&#8217;ve provided, I built in a matrix and I&#8217;m using SSRS 2008 R2.</p>
<p>I have a field in my dataset that assigns whether I want the data to show initially.  So in the the Group visibility on the State group, i put in the following expression: =IIF(Fields!isDetail.Value=0,False, True)  This is saying if the state is in Washington or New York show it else, hide the value.</p>
<p>Then in the Contry textbox property of the initially toggle state,  I the following expressions: =IIF(Fields!isDetail.Value =0,True, False)</p>
<p>But the toggle isn&#8217;t working exactly how I want it to.  When I expand the toggle , it only shows Denver.</p>
<p>What I really want it to do is when I expand the toggle, i want it to show all the states.  Only when it is initially run the report, I only want it to show Washington and New York.  Do you know what I&#8217;m missing to get this to work.  </p>
<p>Collapsed View:<br />
Country State Count<br />
 &#8220;+&#8221;USA Washington 5<br />
New York 7 </p>
<p>Expanded:<br />
Country State Count<br />
 &#8220;-&#8221;USA Washington 5<br />
Denver 4<br />
New York</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pjr</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-185</link>
		<dc:creator>pjr</dc:creator>
		<pubDate>Wed, 19 Jan 2011 20:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-185</guid>
		<description>When this report initially runs’ option to ‘Show’.

means what? where do I set this property? please help</description>
		<content:encoded><![CDATA[<p>When this report initially runs’ option to ‘Show’.</p>
<p>means what? where do I set this property? please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-184</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 27 Sep 2010 19:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-184</guid>
		<description>Luke,

Thanks for the follow up to my question. Still working through a few issues but am on the right track now.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Luke,</p>
<p>Thanks for the follow up to my question. Still working through a few issues but am on the right track now.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-183</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Wed, 25 Aug 2010 11:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-183</guid>
		<description>Hi Ramesh,

I&#039;m not sure I understand the question?  Could you perhaps give me some more detail?</description>
		<content:encoded><![CDATA[<p>Hi Ramesh,</p>
<p>I&#8217;m not sure I understand the question?  Could you perhaps give me some more detail?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-182</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Tue, 24 Aug 2010 14:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/2010/02/custom-visibility-toggling-ssrs-2008/#comment-182</guid>
		<description>Hi,
I hav gone through you example and ur code but not able understand how could you able to manage mutile selected parameters to show in the matrix.

Please Solve the query..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I hav gone through you example and ur code but not able understand how could you able to manage mutile selected parameters to show in the matrix.</p>
<p>Please Solve the query..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

