<?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: The CHOOSE() Function in SSRS</title>
	<atom:link href="http://lukehayler.com/2009/07/the-choose-function-in-ssrs/feed/" rel="self" type="application/rss+xml" />
	<link>http://lukehayler.com/2009/07/the-choose-function-in-ssrs/</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/2009/07/the-choose-function-in-ssrs/#comment-94</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Thu, 04 Mar 2010 13:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=74#comment-94</guid>
		<description>Hi Emma,

Assuming that you are using a nested table for your &#039;notes&#039; lines, I would go with setting the visibility property using an expression to evaluate whether or not you have any data to show.

You can find more about the visibility property &lt;a href= &quot;http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a href&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Emma,</p>
<p>Assuming that you are using a nested table for your &#8216;notes&#8217; lines, I would go with setting the visibility property using an expression to evaluate whether or not you have any data to show.</p>
<p>You can find more about the visibility property <a href= "http://www.lukehayler.com/2009/07/custom-visibility-toggling-in-ssrs/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emma Stanford</title>
		<link>http://lukehayler.com/2009/07/the-choose-function-in-ssrs/#comment-93</link>
		<dc:creator>Emma Stanford</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=74#comment-93</guid>
		<description>Hi
I have a quote form where under the part no, description etc they have notes for the customer, I want to be able to only have the notes line show if there is a note but it also needs to be able to show more than one note at a time e.g. if the part needs engineering work and it needs a colour check I need to let the customer know this. Is the choose expression the right one and do you have any clues as to the correct format for this?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have a quote form where under the part no, description etc they have notes for the customer, I want to be able to only have the notes line show if there is a note but it also needs to be able to show more than one note at a time e.g. if the part needs engineering work and it needs a colour check I need to let the customer know this. Is the choose expression the right one and do you have any clues as to the correct format for this?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Hayler</title>
		<link>http://lukehayler.com/2009/07/the-choose-function-in-ssrs/#comment-92</link>
		<dc:creator>Luke Hayler</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=74#comment-92</guid>
		<description>Hi Sarah,

Firstly, excuse the delay. For some reason your comment got picked up as spam...

I have similar reports that use dynamic groupings and have found that (although bulky) using cascading parameters works best. Create a list [Salesman &#124; Customer &#124; Order &#124; Plant]. Now create 4 parameters that each call the list (Group 1, Group 2, etc). However, for each Group after Group 1 you will need to exclude the option that was selected in the previous groups.

This will give you users total control over how the groupings will be displayed, but may need a little training to explain how to use them to the best effect.

Here&#039;s &lt;a href=&quot;http://blogs.msdn.com/chrishays/archive/2004/07/15/DynamicGrouping.aspx&quot; rel=&quot;nofollow&quot;&gt;a nice article from Chris Hays on Dynamic grouping&lt;/a&gt; that should help you.

Let me know if you come up with any other ways to do this!</description>
		<content:encoded><![CDATA[<p>Hi Sarah,</p>
<p>Firstly, excuse the delay. For some reason your comment got picked up as spam&#8230;</p>
<p>I have similar reports that use dynamic groupings and have found that (although bulky) using cascading parameters works best. Create a list [Salesman | Customer | Order | Plant]. Now create 4 parameters that each call the list (Group 1, Group 2, etc). However, for each Group after Group 1 you will need to exclude the option that was selected in the previous groups.</p>
<p>This will give you users total control over how the groupings will be displayed, but may need a little training to explain how to use them to the best effect.</p>
<p>Here&#8217;s <a href="http://blogs.msdn.com/chrishays/archive/2004/07/15/DynamicGrouping.aspx" rel="nofollow">a nice article from Chris Hays on Dynamic grouping</a> that should help you.</p>
<p>Let me know if you come up with any other ways to do this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://lukehayler.com/2009/07/the-choose-function-in-ssrs/#comment-91</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 24 Sep 2009 17:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukehayler.com/?p=74#comment-91</guid>
		<description>Is there a way that I can use a parameter value for the array of choices?  I am working with a report that needs to have either 3 or 4 groups.  There are 4 different combinations for the order of the groups.  I would like to report user to be able to select the order of the groups from a dropdown box.  Because only one choice requires 4 groups, I decided to repeat the 3rd group as the 4th group and hide it in the display if only 3 groups are needed.  Here are the group choices.  I have indicated the group that I will hide with ().

Select Groups:
Salesman, Customer, Order, (Order)
Salesman, Plant, State, (State)
Salesman, Plant, Customer, Order
Plant, Customer, Order, (Order)

I haven&#039;t been able to figure out the correct syntax to use in the parameter value.

Of course I could just use 4 parameters, one for each group, but I am hoping I can use this method.

Thanks for you help!
Sarah</description>
		<content:encoded><![CDATA[<p>Is there a way that I can use a parameter value for the array of choices?  I am working with a report that needs to have either 3 or 4 groups.  There are 4 different combinations for the order of the groups.  I would like to report user to be able to select the order of the groups from a dropdown box.  Because only one choice requires 4 groups, I decided to repeat the 3rd group as the 4th group and hide it in the display if only 3 groups are needed.  Here are the group choices.  I have indicated the group that I will hide with ().</p>
<p>Select Groups:<br />
Salesman, Customer, Order, (Order)<br />
Salesman, Plant, State, (State)<br />
Salesman, Plant, Customer, Order<br />
Plant, Customer, Order, (Order)</p>
<p>I haven&#039;t been able to figure out the correct syntax to use in the parameter value.</p>
<p>Of course I could just use 4 parameters, one for each group, but I am hoping I can use this method.</p>
<p>Thanks for you help!<br />
Sarah</p>
]]></content:encoded>
	</item>
</channel>
</rss>

