Hey Wonderful Community!
I am currently having an issue with a formula that I am trying to show as a progress bar. Here are the specifics:
I am calculating the percetage of time passed between a start date and an end date. The formula seems to be correct:
ROUND((DATETIME_DIFF(NOW(), {Start Date}, 'days') / DATETIME_DIFF({End Date}, {Start Date}, 'days')) * 100, 2)
However, when I go into the "Formatting" section of the Formula Field, it gives me a very large percentage which seems to be incorrect (in this particular case the preview shows 345600% but in the formula section, the preview shows 35.56%. I have attached the two images of the settings below:
Please can someone help me? xx