SQL Server, SSRS and Crystal Reports
Showing posts with label
Else
.
Show all posts
Showing posts with label
Else
.
Show all posts
Friday, 21 August 2009
If Then Else Functions - CR
if
{Element.ElementName} = "True/False"
and
{SurveyDataElement.ElementValue}="1"
then
"True"
else
if
{Element.ElementName} = "True/False"
and
{SurveyDataElement.ElementValue}="0"
then
"False"
Older Posts
Home
Subscribe to:
Posts (Atom)