Forum Discussion
BrianCafferelli
8 years agoQuickbase Staff
Hi Andrew,
Do you have a different country description for each one of your countries? If so, I would not use an OR statement but you could instead use a formula similar to this:
Case([Country],
"USA","your USA description here",
"GBR","your GBR description here",
"JPN","your JPN description here"
)
Do you have a different country description for each one of your countries? If so, I would not use an OR statement but you could instead use a formula similar to this:
Case([Country],
"USA","your USA description here",
"GBR","your GBR description here",
"JPN","your JPN description here"
)