Announcements
Hello Community,
How to hide a text label, and only show it if the status is cancelled?
Thank you!
@JonathanL82 Set the formula in the visible attribute of the text label
status = cancelled
Hi @JonathanL82 ,
Where do you get cancelled status?
Assuming that Var stands for status, you can set formula on Visible of text label to check if it equals "cancelled":
If(Var="cancelled",false,true)
Best regards,
Rimmon
@v-mengmli-msft status is a choice column from sharepoint and cancelled is one of the choices.
Does text label in a gallery?
If Items of gallery is SP list and Status column is single selection, please try this:
Visible of Label:
If(ThisItem.Status.Value="cancelled",false,true)
@v-mengmli-msft thank you! thisitem.status.value = "Cancelled" this one worked!
Glad to hear from you.
If my answer helps you, please accept it as a solution.😀
Thanks.
@v-mengmli-msft noted. i just did 🙂
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 530
WarrenBelz 459 Most Valuable Professional
Haque 314