The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
What is the syntax for boolean expressions for the IF formula question? I just want to say:
if(x = y, 1, 0)
and have tried = and eq and .eq. and gotten error messages, and our system provides no documentation.
I have the same question. I've tried most every possible boolean expression I can imagine. Any help here?
So the response I got was you put an expression like x-y, and if that is 0 that is false, and if it's anything else it's true? Not satisfying.
what about?
if(x == y, 1, 0)
RosaliaDeLeon's answer worked for me. Fantastic!
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.