I need to place a thin red line on top of a text field depending on the condition of a field in the record. (Some records will be redlined, others not).
I’ve created the red line with graphics tools and named it as an element. However calculations don’t accept elements.
Currently you can’t control line elements programatically. There’s no real solution, unless you want to UNDERLINE the value. You can use HTML to do that:
No cigar this time. I really want it obvious to the naive user the entry has been crossed out. I’ve solved it by creating a media calculation and overlaying it on top of the field. Works.