We have a formula in enrichment, for example:
DaysDiff([cusTable/@Date],GetDate())/7
If the result is 24.14, Adobe is always showing 24.00.
I've tried using Round and ToDouble, I cannot see any cause for this rounding. Can anybody point me to how to prevent this rounding happening so we can see the result to two decimal places?