- 0
SQL Server - Select a blank image if field is null.
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Microsoft announces SQL Server 2025 with native vector support
By pradeepviswav,
- microsoft
- sql server 2025
- (and 2 more)
- 0 replies
- 0 views
-
Microsoft provides workaround for Windows apps broken by buggy SQL Server driver [Update]
By hellowalkman,
- patch tuesday update
- known issues
- (and 6 more)
- 0 replies
- 2 views
-
Distributed SQL: The architecture behind MariaDB Xpand — Free Whitepaper
By News Staff,
- ebook offer
- sponsored
- (and 4 more)
- 0 replies
- 13 views
-
- 0 replies
- 12 views
-
SQL Server 2022 gets data virtualization, REST APIs with PolyBase
By Hamza Jawad,
- microsoft
- sql server 2022
- (and 5 more)
- 0 replies
- 3 views
-
Question
Lord Method Man
I'm working on a project that uses Infragistics NetAdvantage Reporting to generate a report. The fields on the report are populated from a database using a stored procedure.
My problem is that one of the fields on the report is an image, and not all records in the database have a picture and if the field is NULL or invalid Infragistics puts a red X on the report. I need it to just be blank.
I'm trying to use something like this:
However this still results in a Red X if the Signature field is NULL. Is there some way to alter the statement so it will select a valid-but-blank image from the table?
Link to comment
https://www.neowin.net/forum/topic/1187737-sql-server-select-a-blank-image-if-field-is-null/Share on other sites
5 answers to this question
Recommended Posts