I want to compare the rows from a table and display only changed columns group by MemberID in Crystal Report.
Below is the example
ID Type Comp Date Rep Number Change Date Col1 Col2 Col3
id123 PC 3/31/2014 12354 Paid OP AA
id123 PC 3/31/2014 12354 Paid OP AA
id123 PC 3/31/2014 12354 4/5/2014 Pending OP A1
id235 CL 3/31/2014 1250 Paid OP AA
id235 CL 3/31/2014 1250 4/5/2014 Pending OP A1
id235 LF 3/14/2014 1867
id235 LF 3/14/2014 1867 4/4/2014 Paid OP AAAA
Expected Result is to show only changed columns in the report
ID Type Comp Date Rep Number Change Date Col1 Col3
id123 PC 3/31/2014 12354 Paid AA
id123 PC 3/31/2014 12354 4/5/2014 Pending A1
id235 CL 3/31/2014 1250 Paid AA
id235 CL 3/31/2014 1250 4/5/2014 Pending A1
id235 LF 3/14/2014 1867 4/4/2014 Paid AAAA
Can this be done in Crystal Report ?
Below is the example
ID Type Comp Date Rep Number Change Date Col1 Col2 Col3
id123 PC 3/31/2014 12354 Paid OP AA
id123 PC 3/31/2014 12354 Paid OP AA
id123 PC 3/31/2014 12354 4/5/2014 Pending OP A1
id235 CL 3/31/2014 1250 Paid OP AA
id235 CL 3/31/2014 1250 4/5/2014 Pending OP A1
id235 LF 3/14/2014 1867
id235 LF 3/14/2014 1867 4/4/2014 Paid OP AAAA
Expected Result is to show only changed columns in the report
ID Type Comp Date Rep Number Change Date Col1 Col3
id123 PC 3/31/2014 12354 Paid AA
id123 PC 3/31/2014 12354 4/5/2014 Pending A1
id235 CL 3/31/2014 1250 Paid AA
id235 CL 3/31/2014 1250 4/5/2014 Pending A1
id235 LF 3/14/2014 1867 4/4/2014 Paid AAAA
Can this be done in Crystal Report ?