Apply special formatting to first record

DataMiner

Registered User.
Local time
Today, 21:43
Joined
Jul 26, 2001
Messages
336
Instead of setting "hide duplicates" to true on my report, I would like to show all the duplicate values but have the first one formatted to stand out (bold, bigger font, or something of that sort.)

Anyone know of a way to do this?
 
Use the Format | Conditional Format menu Expression field to create aaaaan expression and color fields for each of the lines controls.

Maybe create an unbound hidden control in which is stored the record id for the current record and then test that value against the current record ID - when that condition exists set appropriate control colors, etc.
 

Users who are viewing this thread

Back
Top Bottom