I have the calculated field formula: multiply(number($roofs_completed_yearly_c),number($malarkey_roofs_yearly_c)) The field is an integer so I need to round the result to avoid error. How can I write the formula to round the result?
I have the calculated field formula: multiply(number($roofs_completed_yearly_c),number($malarkey_roofs_yearly_c)) The field is an integer so I need to round the result to avoid error. How can I write the formula to round the result?
Kate Rose; there are the following functions, ceil, floor, and round. The guide can be found at support.sugarcrm.com/.../index.html
Thank you! I hadn't thought to try ceil - and knew I was missing something. started the formula there and it did what I needed. Thank you again.
Thank you! I hadn't thought to try ceil - and knew I was missing something. started the formula there and it did what I needed. Thank you again.