IMAGE(
If(
Contact.LastActivityDate < TODAY()-5,
"/servlet/servlet.FileDownload?file=01540000001DGzT",
If(
Contact.LastActivityDate < TODAY()-2,
"/servlet/servlet.FileDownload?file=01540000001DGzN",
"/servlet/servlet.FileDownload?file=01540000001DGzL"
)
),
"Communication Level Flag"
)
2 个回答
I think I understand where you are going with this suggestion. Let me give it a try.