I am fully prepared for this to silliest question I ever ask if its something simply I'm overlooking.
Sum(Filter(Results,ItemNumber.Text in ThisItem.ItemNbr),ItemCount)
I want to pull the sum of ItemCount per ItemNbr from the datasource 'Results'. I have this within a gallery because I want the respective ItemCount per unique ItemNbr. However, what I'm getting from this formula is a repeating total sum of ItemCount for all rows in 'Results'.
What am I overlooking here? How can I achieve this?
