You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am not very familiar with Expr but I have gotten pretty close to what I want in place by reading through https://wiki.almworks.com/documentation/structure/latest/data-center-and-server/formulas-144998671.html and https://wiki.almworks.com/documentation/structure/latest/data-center-and-server/expr-language-141820082.html
However, I can't figure out what to use for "if the field is empty"
I have tried "is empty" "is null" "= """
I have 2 number fields (column A and column B), and I want to create column C that pulls in either value A or B based on whether column A is empty.
basically
column c = value of column A if column A is not empty or value of column B if column A is empty.
can someone please help me. I'm sure it is incredibly obvious.
I didn't find a forum page specifically for the ALM works structure plugin, so feel free to point me to that if they have one instead.
this worked for me, thank you - i had tried undefined as well, but i think i was missing part of the if/else.
if column_A = undefined: column_B else: column_A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you're very welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.