Hi,
I am simplifying to make things easier. I have App A with Table Inventory. Within Table Inventory, I have columns “ID”, “Subtotal” and “Total”. I use App A to enter inventory. I also have App B with Table Tracking. Within Table Tracking I have columns “ID”, and “Subtotal”. I use App B to enter tracking. Based on what I enter in App B, I would like “Total” within App A to automatically update. This is simple arithmetic of the following: Table Inventory[SubTotal] - Table Tracking [Total]. How would I go about doing this? When I put the above formula in the Autopopulate section of that column, I am getting the following error:
“…Arithmetic expression has input of type unknown”. Both columns are of type Number so I am guessing that is not what this error is referring to. Help appreciated. Thanks!