Using a condition within "field" #8753
Unanswered
haymanezzeldin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I would to have the field based on the output of a condition.
For example:
if A > B, then "field":"A",
if B > A, then "field":"B",
else "field":"C"
Here is my code:
Your help is so much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions