Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6049447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:34:41+00:00 2026-05-23T07:34:41+00:00

I have a simple SQL Server 2008 R2 report with a textbox containing a

  • 0

I have a simple SQL Server 2008 R2 report with a textbox containing a few fields. I want to suppress the line if the value of a field is null. What would be the syntax for the expression?

So my fields are…

Name
AddressLine1
AddressLine2
AddressLine3
CityStateZip

and I have expressions like this…

=First(Fields!AddressLine2.Value, "dsPersonData")

I was trying the expression below but getting errors

=IIF(Fields!AddressLine2.Value, "",True,False)

In other words I was trying to set the visibility to false if the value was an empty string but I’m not sure what the syntax would be.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:34:42+00:00Added an answer on May 23, 2026 at 7:34 am

    Is easy to do this in the sql query, For example:

    in SQL Server:

    ISNULL(Name, ”) as Name
    ISNULL(AdressLine1, ”) as AdressLine1
    ISNULL(AdressLine2, ”) as AdressLine2
    ISNULL(AdressLine3, ”) as AdressLine3
    ISNULL(CityStateZip, ”) as CityStateZip

    and if you want to set the visibility to false:
    =IIF(First(Fields!AddressLine2.Value, “dsPersonData”) = “”,False,True)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

To keep things very simple, say I have a SQL Server 2008 table with
I am over SQL Server 2008 and I have a field with a huge
I have a simple problem when querying the SQL Server 2005 database. I have
We have the following simple Stored Procedure that runs as an overnight SQL server
I have some server-based reports (*.rdl) which returns data from a SQL Server 2008
Quite a simple question. In SQL 2008 if I have a stored procedure (see
I have found a fairly insignificant bug in SQL Server 2008. I would like
I am using SQL Server 2008 . I have a table with the following
I have a view defined in SQL server 2008 that joins 4 tables together.
I am building a very simple asp.net application that will have a SQL Server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.