2PTTechnology

The platform that enables you to build rich, interactive communities
Welcome to 2PTTechnology Sign in | Join | Help
in Search

How to determine if a Parameter in an Expression is null reporting services 2005

Last post 01-10-2008, 11:09 AM by admin. 1 replies.
Sort Posts: Previous Next
  •  12-24-2007, 12:09 AM 98

    How to determine if a Parameter in an Expression is null reporting services 2005

    in the Expression

    =iif(Parameters!Your_Parameter.value = true, "Show " + Parameters!Your_Parameter.value, "")

  •  01-10-2008, 11:09 AM 110 in reply to 98

    Re: How to determine if a Parameter in an Expression is null reporting services 2005

    When passing a Date, you have to use this Expression

     

    =iif(CStr(Parameters!Your_Date.Value) = "", "No Date", Parameters!Your_Date.Value)

View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems