handling null values

Stimulsoft Reports.NET discussion
Post Reply
User avatar
dmasterplan
Posts: 143
Joined: Thu Mar 17, 2022 4:04 am
Location: Philippines

handling null values

Post by dmasterplan »

Hi devs,'

I want my blank field to display anything I want in Stimulsoft report BUT it appears that it's not working.

I want the blank field to display 'X' in Stimulsoft when length is zero or NULL.

I have a query:

Code: Select all

CASE WHEN len(cmrev.code) = 0
THEN 'X'
ELSE cmrev.code
END 'code'
Thank you!
Attachments
sql.png
sql.png (65.75 KiB) Viewed 356 times
stimulsoft.png
stimulsoft.png (5.7 KiB) Viewed 356 times
Lech Kulikowski
Posts: 6245
Joined: Tue Mar 20, 2018 5:34 am

Re: handling null values

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
Post Reply