I am in the process of customizing the formatting for some of the reports that I will be using daily, and it sure would be handy if I could format certain areas differently based upon the value of partial_account. I am assuming that the value for partial_account changes with each account that ultimately gets displayed. In the format string, it would be handy to do something like:
(strcmp (partial_account, \"XYZ\") ? ABC : DEF)
Is there a way to achieve this?