I'm not sure why I'm not getting a result from this. This function is in a label within a gallery. 
I'm pretty sure the filter is working correctly, I made a separate gallery using the same filter (replacing ThisItem with the appropriate references). I think the problem is in my Sum function.
Context:
Within a gallery using an entity called "Inventories", I'm trying to add the values in a filtered column from a related entity called "Reserved Stocks". Each Item in the Inventory gallery has a few related records in the Reserved Stocks entity. For each item, I'm using a filter, and then summing a column called "ReservedStock".
The function is showing no errors (other than delegation, which shouldn't be an issue because I'm using CDS) - any idea why my label is blank?
Thanks in advance!