Hello everybody,
I would like to know if you have any tip in order to “invert” the update logic behind this dataview and its reverse algorithm.
In particular, I have 3 simple columns: Budget Value (a), Quantities sold (c) and Average Price (which is an algorithm a/c). Here the reverse algorithm for block b (avg price) is defined as follow: c=a/b. All of mentioned columns has the data entry enabled.
What I obtained at this point is: if I change the quantities or avg price, the average price or quantities will be proportionally affected; and If I change the Budget Value the Average price will be affected.
What I'm struggling to achieve (my goal) is: if I change the quantities or avg price, the average price or quantities will be proportionally affected; and If I change the Budget Value the quantities will be affected.
Can you help me? I need the average price to be an algorithm because i have not the leaf dimension in row and otherwise i will get the sum not the weighted average. Not having the leaf is a requirement.