Windows Live
Visual J#
Windows Forms
Windows Vista
.NET Development
Visual Basic
Visual C#
Visual C++
Architecture
VS Express Editions
SQL Server
Visual FoxPro
Microsoft ISV
Visual Studio
Game Technologies
Software Development Network>> SQL Server>> June CTP - How to inspect for Empty String
June CTP - How to inspect for Empty String
Hot Topic
Updating data
The e-mail address or SMTP server value is not valid.
Database Engine from One Computer to Another
Error: The service queue "ClientQueue" is currently disabled.
How to display milliseconds as part of datetime field?
SQL Server 2005, SQL Server 2000 Side-by-Side Installation on the same server
Error: Server Agent cant find dts file
SSIS Tutorial - Package configuration problem
DTS Migration from SQL Server 2000
LIKE % question
SQL Server
Report Project and Report Designer
Dynamic Members Security
XQuery to SUM multiple XML fields
is this possible in SSIS?
"Transaction Manager not Available" error using July 2005 CTP
Keep getting Virtual Memory errors
SQL 2000 taskpad view/access
Getting error in SQL Server Destination
help , please ,problems with sql 2005 expresse
pivot t-sql adding a percentage column
June CTP - How to inspect for Empty String
Thanks for your response but neither option work. I did confirm that Len(field.Value) is 0 by displaying on the report. For some reason when used in the IIf function, the comparison, Len(field.Value) = 0 fails.
Answer this question
June CTP - How to inspect for Empty String
alert('hi');
Try using =Iif(field.value=""
DevB
System.String.IsNullOrEmpty(Fields!Variable.Value) also does not evaluate to true when the string is empty.
June CTP - How to inspect for Empty String
Answer this question
June CTP - How to inspect for Empty String
alert('hi');
DevB