<?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: Return and display picklist value (display value) in custom sql report  reporting services report in Microsoft Dynamics CRM 4 entity attribute and StringMap picklist values table</title>
	<atom:link href="http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/</link>
	<description>Technical issues, problems, errors, findings &#38; resolutions covering Microsoft Dynamics CRM, software development, Microsoft .NET, C#, VB.NET, Commerce Server, Integration, E-Commerce, Scribe, Online shops and more general technology and consultancy posts.</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:27:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mollie Velasquez</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/comment-page-1/#comment-969</link>
		<dc:creator>Mollie Velasquez</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=172#comment-969</guid>
		<description>I&#039;m new to CRM dynamics and this is very helpful, thanks a lot!
Mollie</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to CRM dynamics and this is very helpful, thanks a lot!<br />
Mollie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Ibrahim Mostafa</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/comment-page-1/#comment-829</link>
		<dc:creator>Mohamed Ibrahim Mostafa</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=172#comment-829</guid>
		<description>Thanks for your input Paul. FilteredViews for any entity will also have the picklist value and id. I have just created this post for the rare cases where you need to use the StringMap table specifically.</description>
		<content:encoded><![CDATA[<p>Thanks for your input Paul. FilteredViews for any entity will also have the picklist value and id. I have just created this post for the rare cases where you need to use the StringMap table specifically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://www.mohamedibrahim.net/blog/2010/02/24/return-and-display-picklist-value-display-value-in-custom-sql-report-reporting-services-report-in-microsoft-dynamics-crm-4-entity-attribute-and-stringmap-picklist-values-table/comment-page-1/#comment-828</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Mon, 29 Mar 2010 11:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mohamedibrahim.net/blog/?p=172#comment-828</guid>
		<description>Even Easier way to get at a specific Picklist for an entity is to use the following:

Select Value as AttributeText, AttributeValue, from FilteredStringMap Where Filteredviewname = &#039;FilteredEntityName&#039; and AttributeName = &#039;PickListName&#039; Order By DisplayOrder

Enjoy</description>
		<content:encoded><![CDATA[<p>Even Easier way to get at a specific Picklist for an entity is to use the following:</p>
<p>Select Value as AttributeText, AttributeValue, from FilteredStringMap Where Filteredviewname = &#8216;FilteredEntityName&#8217; and AttributeName = &#8216;PickListName&#8217; Order By DisplayOrder</p>
<p>Enjoy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

