RyanStanford1
7 years agoQrew Captain
Formula Field variable set in if statement
What I'm trying to do is have a variable that is declared in a formula field, and that variable equals one of two fields, depending on an if statement.
for example:
---------------------------------------------------------------------------------------------------------------------
var Text variable = "";
If([Male/Female] = "Male", variable = "This one is Male";,variable = "This one is Female";)
$variable
----------------------------------------------------------------------------------------------------------------------
This is a simplified version, which focuses on my question. I can't have this field to just be the if statement.
How can I do this in Quickbase?
for example:
---------------------------------------------------------------------------------------------------------------------
var Text variable = "";
If([Male/Female] = "Male", variable = "This one is Male";,variable = "This one is Female";)
$variable
----------------------------------------------------------------------------------------------------------------------
This is a simplified version, which focuses on my question. I can't have this field to just be the if statement.
How can I do this in Quickbase?