CrystalReports9
Programmer
in the detail section i have to concatenate fields together by validating another column's value(in the same detail section.)
<Detail Section>
C1 C2
-- ---
1 A1
1 A2
1 A3
2 B1
2 B2
Here concatenation to be done until the column c1 values get changed.
Output to be like ...
<Detail Section>
C1 C2
-- ---
1 A1-A2-A3
2 B1-B2
<Detail Section>
C1 C2
-- ---
1 A1
1 A2
1 A3
2 B1
2 B2
Here concatenation to be done until the column c1 values get changed.
Output to be like ...
<Detail Section>
C1 C2
-- ---
1 A1-A2-A3
2 B1-B2