Show if expressions

hi
i’m wondering if its possible to write a show_if expression in appsheet where if column A is selected “sample text…” but if column b is selected “…” then override and dont show etc
and if its possible what would be the correct expresion(s) for this
thank you

Group_Homes:

i’m wondering if its possible to write a show_if expression in appsheet where if column A is selected “sample text…” but if column b is selected “…” then override and dont show etc

I don’t understand.

thank you for replying
i figured it out (with some help)
ex. in the show_if expression
AND([column A]=sample text, NOT([column B]=“other text”))
which means if column A is the value equal to “sample text” then show column C but if column B is “other text” then even if column A is true dont show column C
hope this is understandable lol
but thanx again for taking the time!!!

Hi @Group_Homes
Could you please post your solution. It may help others who search this post thanks.