SOLVED
add is not null
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CherylH
8 - Asteroid
‎11-18-2020
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Need a little help. Need to add if DPSGCode is null to formula below.
iIF(IsNull([BP Billing #]) AND [lDPSGCode],[lDPSGCode],[BP Billing #])
Thanks in advance for the assistance.
Solved! Go to Solution.
Labels:
- Labels:
- Error Message
2 REPLIES 2
22 - Nova
‎11-18-2020
08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @CherylH
Something like this
IIF(IsNull([BP Billing #]) AND ISNull([lDPSGCode]),[lDPSGCode],[BP Billing #])
22 - Nova
‎11-18-2020
08:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy to help 🙂 @CherylH
Cheers and Happy Analyzing 😀
Feel free to reach out if you face any other issues 🙂
