-
1
- #1
IanWaterman
Programmer
Use a Running total to count a unique for each record in a group reseting on change of relevant group.
Use a formula
Ian
Use a formula
Code:
@Display
If {#RT UniqueField] = count(uniquefield, groupfield) then
{table.fieldname}
else
{table.fieldname}&" OR"
Ian