Click to See Complete Forum and Search --> : How can i merge 2 rows become 1??


Mark_Lee
May 12th, 2006, 09:38 AM
Frenz....
i need your help...can i make report like the format below?


No |StudentName | Event | odd |
--------------------------------------------------------
1. | Johnc | | |
2. | Mark | | |
--------------------------------------------------------
3. | Steven | | |
4. | Thomas | | |
--------------------------------------------------------

I try to put 2 same fields in detail section, but it duplicates the same value..
pliz, help me....thanks..... :)

thg
May 13th, 2006, 01:39 PM
How does the data table look like to begin with?

sraheem
May 15th, 2006, 01:54 AM
u cannot include a line coz u cannot right suppress formula on it.
Include a tectobject in detail section with ---- in it
then write this formula

whileprintingrecords;
recordnumber mod 2<>0

on suppress in format tab.

thats it.