I'm trying for properly format some numbers using the printf style arguments. I am trying to do so via dyanamic styles. I can select the style and it works for color/background/etc formatting, but I can't get it to properly add special characters ($,%).
If I don't do dynamic styling, printf errors out (I have a case statement that returns "N/A" for a number of fields, but the normal styling errors out during printf on character fields)