Formula for Quantity Multiplied by Price
Hi,
I'm playing around with some dataset I've found. The data only has values up to the month of June. Is there a function for getting the unit price based on the quantity that I will input for each month multiplied by the price of each product in every location? So that I could fill all the months with no values.
I also added my module for product's price based on location.
Hoping someone could help.
Thanks.
0
Best Answer
-
If I understand your question correctly, you want to autopopulate the unit price based on the quantity and price of each product. You can directly refer to the price directly as dimensions are same in both modules. So the formula for DAT01: Unit Price Line Item looks like:
Quantity * 'DAT02 Product Price'.Price
0