Hello!
Im working on a project where I want to get the quantity of the same named items from an excel (or lists) database by using a Barcode Reader component.
The excel database as I said contains a lot of items, and there multiple items with identical 'Circuit Number' and I want to get the quantity (sum of matching rows which i scanned) of these items (i used label in my project). BUT when i try to use CountIf function i get Delegation Warning, this is my exact code:
CountIf(Table1, 'Circuit Number'=First(BarcodeReader1.Barcodes).Value)
So I assume countif is not what im looking for in this problem. I tried to make a pivot from the database it creates the pivot table very nicely shows the Quantity of the items, but i cant import pivot table in power apps to get the data I need in my app.
Any suggestion, how do I count these Barcode Scanned codes which matches the items in database?
Thanks in advance! (Sorry for bad english)