mig28mx
5th June 2013, 01:00
Hi all,
I have the following situation:
I need not to print the duplicate values in the detail section on a report.
Example:
Orno Pono Price
10 1 1.5
10 2 4.3
10 3 2.6
... ... ....
10 70 5.5
I need an output like:
Orno Pono Price
10 1 1.5
2 4.3
3 2.6
... ....
70 5.5
I have used Supress identical values on the format of the field. But when there is a new page, the value of Orno, it is printed again.
I need to supress all the identical value on the column, no matter if it is on a new page.
I have done some test changing the length of the display and the paper size, but I still have some issues on large data print.
Any ideas?
Thank you in advance!
I have the following situation:
I need not to print the duplicate values in the detail section on a report.
Example:
Orno Pono Price
10 1 1.5
10 2 4.3
10 3 2.6
... ... ....
10 70 5.5
I need an output like:
Orno Pono Price
10 1 1.5
2 4.3
3 2.6
... ....
70 5.5
I have used Supress identical values on the format of the field. But when there is a new page, the value of Orno, it is printed again.
I need to supress all the identical value on the column, no matter if it is on a new page.
I have done some test changing the length of the display and the paper size, but I still have some issues on large data print.
Any ideas?
Thank you in advance!