Can anyone suggest a way to generate conditionally formatting in a Crystal Report similar to the way you might generate a table dynamically in HTML? What I've got is many text fields in a matrix-style row & column arrangement on the report canvas. Each of these many text fields needs a conditional formatting formula like "IF varValue1=" & varValue1 & "THEN ... END IF" that is unique, based on results from a database table. If this was HTML code, I would use ASP scripts to run through each database record and concatenate strings & field values to build my table output. Any ideas? Can I somehow build a report like this through some type of code, maybe using the RDC?