I have a dataset with a single group. I have written a custom suppression formula to suppress the Field1 value where Field1 = previous(Field1). However, it continues to suppress when a new page starts.
Is there a way to accomplish the following:
--p1--
Value1 Value2 Value3
Value4 Value5
Value6 Value7
--p2--
Value1 Value8 Value9
Value10 Value11 Value12
I can't use the Group Header since I need the result set to all be on a single line.