Conditional Highlight When Dataset Record changes
I have a report that provides Employee Names and one or more lines of information in a group footer. I would like to conditionally format the lines in a manner similar to the "every other line" examples; however, I want to make the condition based on the change in the employee name like that shown in the attachment.
Comments
set value to 1 when report starts(bottom of code page empty begin end block)
add an empty memo in footer behind all others set stretch smmxheight
in its conditional highlight expession myvarname mod 2 = 0
in oap event of footer inc(myvarname);
"I have a report that provides Employee Names and one or more lines of information in a group footer. "
are you now saying the lines are not?