RyanStanford1
6 years agoQrew Captain
Color Coding of reports, but only high light the cell in question
The conundrum I'm having is how can we highlight just a cell that triggers a Color-Coding situation.
We want to implement a rule like this for a report... for every field, and ideally only highlighting the cell/field that has the ?? in it.
Is there anyway to do this, besides having a custom rich text field copy of the text field with a <div> around it and using case for background-color... or Code Page IOL that parses the entire page?
------------------------------
Ryan Stanford
------------------------------
if(Contains(toText(<any Field at all>),"??", "#FF0000)
We want to implement a rule like this for a report... for every field, and ideally only highlighting the cell/field that has the ?? in it.
Is there anyway to do this, besides having a custom rich text field copy of the text field with a <div> around it and using case for background-color... or Code Page IOL that parses the entire page?
------------------------------
Ryan Stanford
------------------------------