Loading...
 
Features / Usability

Features / Usability


'Divide by Zero' warning

posts: 228 Ukraine

Issue resolved -

this was a mistake on my part for not correctly formulating the 'mathematical calculation' field.

This is the original formula:

Copy to clipboard
(round(div(div(date (sub futureDate (date)))60)60)1)


This is the updated

Copy to clipboard
(if futureDate (round(div(div(date (sub futureDate (date)))60)60)1))


Adding the 'if' part resolved the issues.

br,
Mike

There are no comments at this time.