Hi there
I have painstakingly created a formula for a Calculated field and it's very nearly working...
The Formula is
Hi there
I have painstakingly created a formula for a Calculated field and it's very nearly working...
The Formula is
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient
Thanks Dmytro - that makes sense - I will just have to try and work out where to put it - twice - inside my formula without breaking it lol...
Thanks Dmytro - that makes sense - I will just have to try and work out where to put it - twice - inside my formula without breaking it lol...
haha, yes - writing formula sometimes is crazy :))
concat(subStr(toString(divide(number($pr_enquiry_initial_payment),number($pr_enquiry_monthly_payment))),0,subtract(strlen(toString(divide(number($pr_enquiry_initial_payment),number($pr_enquiry_monthly_payment)))),7))
," + ",subStr(toString(subtract(number($pr_enquiry_term),1)),0,subtract(strlen(toString(subtract(number($pr_enquiry_term),1))),7)))
is that work?
Best Regards,
Dmytro Chupylka
integroscrm.com
We make work in Sugar CRM system faster, more convenient and efficient