Is it possible to change the font size of my following formula field if the description is longer than 40 characters? Or force a return after the chr(153) symbol if the length is longer than 40 characters?
TrimLeft(Replace({sp_pp_header;1.product_description},"(TM)",chr(153)))
Thank You
TrimLeft(Replace({sp_pp_header;1.product_description},"(TM)",chr(153)))
Thank You