Hello
I managed to build this app by watching countless YouTube videos. However my skills are limited and I’m trying to do the following. Really could use your help.
I need to add code that will NOT display specific items in the gallery.
I’ve tried several ways but I crash the gallery. Any help is truly appreciated.
Gallery ITEMS code is as follows. This currently works to generate the gallery (see attachment)
Search (
Filter ('ESW Repair Tracker ETT',
(Ownership.Value = cbRepairFilter.Selected.Value Or If(cbRepairFilter.Selected.Value = "- Select -",
true,false))
And (Status.Value = cbStatusFilter.Selected.Value Or If(cbStatusFilter.Selected.Value = "- Select -",true,false))),
txtNameFilter.Text,
"Title"
)
Solved! Go to Solution.
Set the Visible property of your Datacard in your form to resolve this.
Example, on your Status Datacard Visible property:
ThisItem.Status.Value <> "Closed"
I hope this is helpful for you.
Set the Visible property of your Datacard in your form to resolve this.
Example, on your Status Datacard Visible property:
ThisItem.Status.Value <> "Closed"
I hope this is helpful for you.
Thank You Randy! It never crossed my mind to use the visible property. Worked Great.
Hi @mchaney ,
Glad to see your problem have been solved !
You could mark @RandyHayes 's reply as a solution to close this case.
Best Regards,
Wearsky
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
190 | |
54 | |
42 | |
38 | |
33 |
User | Count |
---|---|
256 | |
78 | |
73 | |
69 | |
68 |