sunleo
sunleo

Reputation: 10943

Duplicate row values in Birt

Am having cube I want to remove duplicate entries in birt Cube .Problem is when previous column is having more than one non duplicate records then next column is giving duplicates.Please help me to achieve this.

Image below is current output.

1 part1 [email protected] 1.000000@31/07/2013 
                             5.000000@22/07/2013 
2 part2 [email protected] 1.000000@31/07/2013 
        [email protected] 1.000000@31/07/2013 
        [email protected] 1.000000@31/07/2013 

Expected Output :

1 part1 [email protected] 1.000000@31/07/2013 
                             5.000000@22/07/2013 
2 part2 [email protected] 1.000000@31/07/2013 
        [email protected] 
        [email protected] 

Upvotes: 0

Views: 1518

Answers (1)

Sundar G
Sundar G

Reputation: 1069

To avoid this exception select the table column and in the general properties click the Suppress duplicates checkbox.For more details view this tutorial of avoiding duplicate columns.

Cheers

Upvotes: 1

Related Questions