calculated value custom expression:
If(${myDocProp}," ⚫","⚫ ") as [click to toggle]
The colors can be changed with the calculated values rules
html
<span class='pill'> calculated value goes here </span>
<style>
.pill {
white-space:pre;
border:1px solid #dfdfdf;
cursor: pointer;
background: #efefef;
border-radius: 100px;
}
</style>
2 comments:
Hi,
What rule did you put in place? I can't get the colour change to work.
Regards
Lee
I set a color rule and copied the special character (including spaces) as per the calculated value.
Post a Comment