Hi,
Here is some sample report data (example 1):
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
1 abc def hij jkl
1 abc def ijk jkl
2 abc def ghi jkl
2 abc def klm jkl
I would like it to look like this instead (example 2):
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
hij
ijk
2 abc def ghi jkl
klm
If I format these fields and click on the "suppress if duplicated" box, I would get something like this (example 3). I do not want this:
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
hij
ijk
2 ghi
klm
Basically, I want to "supress if duplicated" when the id's change.
Thanks so much in advanced
mnguyen_va@yahoo.com
Here is some sample report data (example 1):
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
1 abc def hij jkl
1 abc def ijk jkl
2 abc def ghi jkl
2 abc def klm jkl
I would like it to look like this instead (example 2):
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
hij
ijk
2 abc def ghi jkl
klm
If I format these fields and click on the "suppress if duplicated" box, I would get something like this (example 3). I do not want this:
id col1 col2 col3 col4
-- ---- ---- ---- ----
1 abc def ghi jkl
hij
ijk
2 ghi
klm
Basically, I want to "supress if duplicated" when the id's change.
Thanks so much in advanced
mnguyen_va@yahoo.com