Jump to content

Calculations in BPM or PCF


Recommended Posts

Hi,

I have been doing some calculations and was wondering if anyone could assist me further please.  (The examples below are the custom fields used on the left and the results on the right)  The first two calculations are x two numbers then adding a % this works okay when the % is 1.20 but changing this to 1.00 nothing pulls through does anyone have any idea as to why this may be.  The other four are test entering the custom fields different ways.

I'm trying to achieve how to times two numbers or more together using custom fields also how to add numbers together.  Please see previous thread below where this topic was discussed. 

Thank you

Janett                

image.png.e89c0479292b8a93c75d99e9651ed5cf.pngimage.png.78497351461a6db8d06b4bda1fcdf4a1.png 

image.png.a5aac425129cf0cfa8da2920e5a478d9.png

image.png.669d6d847339c60c7293cd9e4a5e37bd.png

 

 

Link to comment
Share on other sites

@Janett Dervish For as an example this is how we take an amount field 6 and times by the quantity and then times by 20% to get the VAT and round to two decimals places:

Total Line Cost (inc VAT) - £&[([functions.pcf("Order1","field_6")]*[functions.pcf("Order1","field_4")]*1.20).toFixed(2)]

So you can do the same but change the * for a + to add two amounts together.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...