Jump to content

Missing values and formulas


Jack Adams

Recommended Posts

Hi Jack!

If you write the formula as $”attribute1”+$”attribute2”+…, it returns missing if at least one is missing, but you could use sum(($”attribute1”,$”attribute2”,..)) to obtain your desired result.
Alternatively, you can use ifelse($”attribute1” is None,0,$”attribute1”) + ifelse($”attribute2” is None,0,$”attribute2”)+…..

I hope it helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Ă—
Ă—
  • Create New...