JoanneWong
5 years agoQrew Member
Dynamic rule setting for rich text field
Hi Quick Base Community! I'm trying to set up a dynamic rule for the following condition:
When [Status] equals to "Renew", show [Has a renewal audit been scheduled?]
[Status] is a formula rich text field and has the following formula:
If(([When does the accreditation expire?]<Today()),"<div style=\"background-color:red;width:10\">Expired</div>", ToDays([When does the accreditation expire?]-Today())<=90,"<div style=\"background-color:yellow;width:10\">Renew</div>", ToDays([When does the accreditation expire?]-Today())>90,"<div style=\"background-color:lightgreen;width:10\">OK</div>")
The rich text formula field doesn't seem to work in dynamic rule. Appreciate if someone can shine some lights on this. Thanks!
------------------------------
Joanne Wong
------------------------------
When [Status] equals to "Renew", show [Has a renewal audit been scheduled?]
[Status] is a formula rich text field and has the following formula:
If(([When does the accreditation expire?]<Today()),"<div style=\"background-color:red;width:10\">Expired</div>", ToDays([When does the accreditation expire?]-Today())<=90,"<div style=\"background-color:yellow;width:10\">Renew</div>", ToDays([When does the accreditation expire?]-Today())>90,"<div style=\"background-color:lightgreen;width:10\">OK</div>")
The rich text formula field doesn't seem to work in dynamic rule. Appreciate if someone can shine some lights on this. Thanks!
------------------------------
Joanne Wong
------------------------------