Using CRXI w/SQL 2000
I've got a cross tab with the following Rows:
Command.Payor,
Command.TxDesc,
Command.Paid_As
with a summarized field for Command.Payor_Amount
I would like to highlight bold and in red any Command.Paid_As that is not like '%ABW%' or '%Adult%' and likewise the Command.Payor_Amount following the same criteria.
How can I accomplish this?
My attempts have been futile.
~LT
I've got a cross tab with the following Rows:
Command.Payor,
Command.TxDesc,
Command.Paid_As
with a summarized field for Command.Payor_Amount
I would like to highlight bold and in red any Command.Paid_As that is not like '%ABW%' or '%Adult%' and likewise the Command.Payor_Amount following the same criteria.
How can I accomplish this?
My attempts have been futile.
~LT