Forum Discussion
- JohnThomasQrew CadetInsert the below formula to the formula text field
If(IsNull([Date of Petition]) and ToDays(Today() - [Date of Death]) >=30 , "Overdue" )
I hope this will solve your issue!!! - AngelaBowmanQrew CadetPerfect. Thank you John. If I wanted the text Overdue to be red and bold, where would I add the HTML into the formula?
- JohnThomasQrew CadetIf(IsNull([Date of Petition]) and ToDays(Today() - [Date of Death]) >=30 , "<span style=\"color:#ff0707; font-weight:bold\">"&"OverDue"&"</span>" )
Ensure that you made the html tags as allowed
Is it fine? :) - AngelaBowmanQrew CadetThank you! Works Perfect!