﻿<?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  / SSRS 2008: IsNothing Expression when displaying different fields / 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>Thu, 23 May 2013 16:25:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SSRS 2008: IsNothing Expression when displaying different fields</title><link>http://www.sqlservercentral.com/Forums/Topic1393378-150-1.aspx</link><description>No problem!</description><pubDate>Fri, 07 Dec 2012 02:55:30 GMT</pubDate><dc:creator>Gazareth</dc:creator></item><item><title>RE: SSRS 2008: IsNothing Expression when displaying different fields</title><link>http://www.sqlservercentral.com/Forums/Topic1393378-150-1.aspx</link><description>It works perfectly! Thank you so much. :-)</description><pubDate>Thu, 06 Dec 2012 23:08:22 GMT</pubDate><dc:creator>Teee</dc:creator></item><item><title>RE: SSRS 2008: IsNothing Expression when displaying different fields</title><link>http://www.sqlservercentral.com/Forums/Topic1393378-150-1.aspx</link><description>Hi,Multi-valued parameters can't be NULL as far as I know, no value supplied gives a parameter value of blank rather than NULL.Try this expression:=iif(Join(Parameters!uidIncidentTypeId.Value) = "", Fields!vchParentIncidentType.Value, Fields!vchIncidentType.Value)CheersGaz</description><pubDate>Thu, 06 Dec 2012 07:42:49 GMT</pubDate><dc:creator>Gazareth</dc:creator></item><item><title>SSRS 2008: IsNothing Expression when displaying different fields</title><link>http://www.sqlservercentral.com/Forums/Topic1393378-150-1.aspx</link><description>Hi All, I'd like to display different fields/columns in a graph based on a parameter.If the parameter is Null I need to display this field: Fields!vchParentIncidentType.Value and if its not null i need to diaplay this field:Fields!vchIncidentType.Value I'm using the expression below but at the moment its just displaying this field: vchIncidentType.Value - even if there's no value supplied for the parameter(NULL)=IIF(ISNothing(Parameters!uidIncidentTypeId.Value), Fields!vchParentIncidentType.Value, Fields!vchIncidentType.Value)Please help with the correct expression to use.Kind RegardsTeee</description><pubDate>Thu, 06 Dec 2012 02:08:41 GMT</pubDate><dc:creator>Teee</dc:creator></item></channel></rss>