Hi,
I want to make a inventory gallery. So i have one list with items that i want to sum/count, but the code that i use gives an transport warning. Anyone a idea how to fix this?
The code that i use:
Sum(Filter(Uitgeleend;ThisItem.Titel="Titel");"AantalUIT")
My SpList:
So i want to filter on titel (and count/sum the red column and display the answer in the a record galllery label on my app.
If there are other ways that are easier, please let me know.
Thanks!
Solved! Go to Solution.
Insert a Textbox1 and in the Default:
Sum(Filter(Gallery1_1.AllItems,Title="AT Pro"),AantalUIT)
Or
Sum(Filter(Uitgeleend; Titel = Gallery1.Selected.Title);AantalUIT)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Insert a Textbox1 and in the Default:
Sum(Filter(Gallery1_1.AllItems,Title="AT Pro"),AantalUIT)
Or
Sum(Filter(Uitgeleend; Titel = Gallery1.Selected.Title);AantalUIT)
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thanks! It works 🙂
Which of them did you prefer
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
I did this:
Sum(Filter(Uitgeleend; Titel = ThisItem.Titel);AantalUIT)
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
196 | |
69 | |
49 | |
46 | |
18 |
User | Count |
---|---|
249 | |
126 | |
84 | |
75 | |
74 |