Is there a way to apply formatting only on a certain text within a string in a Crosstab?
I've looked into CSS class on crosstab, and I could only apply formatting to the whole data area, or the whole column, not a portion of the text.
For example:
- highlight or change font color of the last 3 characters in a Crosstab column?
A 210-ABC
B 313-XYZ
C 245-HGY
Is it possible in CSS, or is there any other way to achieve this?
Regards,
Lawrence