Hello All, I have been trying to add a calculation for the following scenario, I have the Total Sales (25000) & Probability (75%) (an attribute). I would like to multiply the values of both the fields and display in the GI
Both these values are from the Project Quotes screen. So I want to display the result as 25000*75% = 18750
Page 1 / 1
@Harry You can use PX.Objects.PM.PMQuote table on Generic Inquiry.
for Total Sales, select CuryAmount and check the Attributes and Value ID for this attribute and choice selected. In my case I selected 0.75 for 75% which helps me with the calculation.
And this is how I add a field with calculation on my GI:
@Harry You can use PX.Objects.PM.PMQuote table on Generic Inquiry.
for Total Sales, select CuryAmount and check the Attributes and Value ID for this attribute and choice selected. In my case I selected 0.75 for 75% which helps me with the calculation.
And this is how I add a field with calculation on my GI:
Hey @hkabiri , thank you for your prompt response.
But no result:
Hi @Harry were you able to find a solution? Thank you!