I’ve created a simple base to calculate my stock (vapes) that i’ve ordered. However i am running into an issue.
I have created three tabs (Current Stock, Sales (orders) and Orders from my Supplier). My issue is when i register a sale because when i put the items in product column (multiple records) the price at the “price column” shows only as 1$. If i only put one product then that is fine because the product is linked and the price shows okay but once i put multiple products on a single sale the price always remains the same.
Hopefully i was clear enough and i can provide more context, info or pics if needed.
That is the issue, i either have to manually put every single product on a single entry or if u put 2 types of products (or even the same one) on the same entry, the Total just shows 1$. Regardless of the quantity i write.
Hmm, okay, so we’re actually going to have to tackle two things
Thing 1:
To answer your immediate question, if you change Çmimi to a Rollup type field, and make it’s aggregation formula SUM(values), then Totali would look sort of right
Thing 2:
With the way the base is set up now though, we can’t handle a situation where a single person wants to buy 1 Blueberry Raspberry and 3 White Peach; they’re always going to have to buy equal amounts of different products. Is that intended?
Thank you for the response, already on it to change it.
I thought of this issue where i need different amounts for different products where the formula can’t differentiate between the two but for now it is not an issue (for such sales i will create another entry). My immediate solution is the one you recommended which i;ll try to fix not.