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.

Best Answer

  • edited March 6 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

Answers

  • hi @s.hasrio

    You can refer the 'price' line item from DAT02 since it has common dimension , then line item will be populated

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In