Announcements
I have a gallery with DisplayForm and EditForm.
Is it possible to filter them based on a DataCardValue?
Here is a screen, I would like to get rid of "N/A" fields.
Hi @Mariollo
Is your screenshot from a form? and you just want to hide the data cards/fields that are N/A?
If so, you change the 'visible' property in each datacard to the following - you will need to fill in the correct nr in place of ?? for each one:
DatacardValue??.Text <> "N/A"
or for choice fields
DatacardValue??.Selected.Value <> "N/A"
Hope this helps
TitleDataCardValue.Text <> "N/A"
Example
Thanks,Stalin - Learn To Illuminate
Thank you, both solutions (basically the same) worked for me.
That's great - glad you're sorted
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 427 Most Valuable Professional
11manish 201 Super User 2026 Season 2
MS.Ragavendar 128 Super User 2026 Season 2