Announcements
hello all,
i was wondering if is possible to display a field called "Results" only if the same field "Results" which is a Multiple Lines of text SharePoint column has data to it at a canvas view form.
Of course the "Results" is edited at a canvas edit form.
thank you
You can use an If statement or other function that returns true/false in the Visible property of a control to check a value in the same control and toggle visibility. Example in the Visible property:
!IsBlank(myControl.Text)
This code will hide the control if there is no text in it.
Hope that helps!
that worked great thank you!!
i need to read more to understand what the exclamation sign - ! - is doing exactly...
thanks again
The ! operator is like a NOT operation - it returns the opposite of the expected value.
thank you @BCLS776
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 320 Most Valuable Professional
11manish 210
Valantis 167