Hello everyone,
I am a newbie powerapps user and I ran into a stone wall trying to make a Sorting app using the barcode scanner.
I can't seem to find the function to count only a specified result i.e multiple items with the same barcode.
Any help is welcome
Hi Warren,
Thank you for your help and solution. This helps me a lot.
I apologize for the late reply
I will seek your guidance in the future if you have the time
Cheers and thank you once again
Hi @Dragosh ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Dragosh ,
GroupBy will do it with an added column for the count
AddColumns(
GroupBy(
YourListName,
"YourScanField",
"Data"
),
"YourCount"
CountRows(Data)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
WarrenBelz
89
Most Valuable Professional
MS.Ragavendar
60
stampcoin
48