- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @nitesh_anwani ,
In update activity, use iff condition, i.e
Iff( @age=NULL,0,@age)
This will help you to bypass Null data values.
Thanks,
Jyoti
Hi @nitesh_anwani ,
In update activity, use iff condition, i.e
Iff( @age=NULL,0,@age)
This will help you to bypass Null data values.
Thanks,
Jyoti