Hi all!
I believe this is super easy but still can´t make it work.
Im building a very simple inventory management system, which has 2 tables
-Products (ID, Product Name, Actual Stock)
-Transactions (ID, Product, Type of Transaction, Qty)
I want to calculate the Actual Stock by filtering all transactions for that given product.
Ive tried with both, filter and LookUp formulas, but Im missing something. Here is what I´ve tried:
Transactions.Qty.Filter(Transactions.Product=thisRow.Product)
Here is the link to the doc:
Any help is much appreciated. Thanks!

