S
savadi88
Hi all,
I have an issue printing a report.
I have a report that groups on field1. I print fields 2 and 3 and count of
field1. No problem so far. However, I also need to print a string of field4
for the group. For example, given the following data
field1 field2 field3 field4
1 f12 f13 f14
1 f22 f23 f24
2 f32 f33 f34
3 f42 f43 f44
should print where col3 is the string of field4 and col4 is the count of
field1
col1 col2 col3 col4
f12 f13 f14;f24 2
f32 f33 f34 1
f42 f43 f44 1
How do I string together data from field4 to print in col3? I can string
together the data with the GroupFooter0_Format event but it prints everthing
in col3 for every row. I know I need to clear the string somehow but can't
seem to figure it out. I really apprecaite any help.
I have an issue printing a report.
I have a report that groups on field1. I print fields 2 and 3 and count of
field1. No problem so far. However, I also need to print a string of field4
for the group. For example, given the following data
field1 field2 field3 field4
1 f12 f13 f14
1 f22 f23 f24
2 f32 f33 f34
3 f42 f43 f44
should print where col3 is the string of field4 and col4 is the count of
field1
col1 col2 col3 col4
f12 f13 f14;f24 2
f32 f33 f34 1
f42 f43 f44 1
How do I string together data from field4 to print in col3? I can string
together the data with the GroupFooter0_Format event but it prints everthing
in col3 for every row. I know I need to clear the string somehow but can't
seem to figure it out. I really apprecaite any help.