Hi
I have a field in my database with nvarchar type that contains null, I can't manage it, I used iif like this
{iif(DataSource1.field1== null,DataSource1.field2, DataSource1.field1)} and this b
IF (DataSource1.field1== null)
DataSource1.field1.value "1"
Else
DataSource1.field1.value "DataSource1.field1"
End If
but they didn't work and I couldn't fix that, I would be appreciate if you could help me
Handle a null value
-
- Posts: 6830
- Joined: Tue Mar 20, 2018 5:34 am
Re: Handle a null value
Hello,
What product and version are you use?
Thank you.
What product and version are you use?
Thank you.
Re: Handle a null value
I realized what my problem is
I've asked another question
Thank you
I've asked another question
Thank you
-
- Posts: 6830
- Joined: Tue Mar 20, 2018 5:34 am
Re: Handle a null value
Hello,
Ok.
Ok.