Help with Valueexpression with IF Statement
Hi All,
I'm hoping someone can help with the following text mode that I'm just not able to get to work. I'm creating a border for a shared column and only want this to show for the status of New Pending Approval. My guess is that the quotes within the statement are the issue.
valueexpression=IF({status}="NEW:A","<div style="padding:4px 6px 4px 6px; background-color: #ffffff; border-radius:4px 4px 4px 4px; border-left: 2px solid #0875e1; border-right: 2px solid #0875e1; border-bottom: 2px solid #0875e1; border-top: 2px solid #0875e1;font-size:10pt;">","")