SUM & multiply at the same time
I have two columns, in one the "Prices" of products and in another the "quantity" of them.
Is it posible to do something like the following?
[SUM(<RepDB."Price">*<RepDB."Quantity">,MasterData1,0))]
I want to get the Total Price.
Is it posible to do something like the following?
[SUM(<RepDB."Price">*<RepDB."Quantity">,MasterData1,0))]
I want to get the Total Price.
Comments
[SUM(<RepDB."Price">*<RepDB."Quantity">,bandname)]
you can also look at the main report demo
master/detai/subdetail report to see an example of its use.
l
In my case i just need to multiply quantity x price, only this.