Hi,
I need to compare a date with Today's date in a calculated field. However, Today() can't be used in a business rule. I need to calculate the duration field based on the below logic:
If Date To <= Today date Then Duration = Diffindays( Date From, Date To)
Else if Date To > Today date Then Duration = Diffindays( Date From, Today)
Could anybody help me, please?
Thanks,
*This post is locked for comments
I have the same question (0)