Is is possible to do something like follows in Crystal Report ?
ID fname lname add1 city state zip
Row 1: 1 abc def 123 st York FL 21025
Row 2: 2 abe ttt 123 st Penn FL 21025
Given the above scenario, is it possible to compare items row by row and column by column and display only the things that have changed. For example lname changed from 'def' to 'ttt', city changed from 'York' to 'Penn'.
Display a label 'lname changed from 'def' to 'ttt' on lname field, display a label 'city changed from 'York' to 'Penn'.
Can this be done in Crystal Report ?
Help !!!!
ID fname lname add1 city state zip
Row 1: 1 abc def 123 st York FL 21025
Row 2: 2 abe ttt 123 st Penn FL 21025
Given the above scenario, is it possible to compare items row by row and column by column and display only the things that have changed. For example lname changed from 'def' to 'ttt', city changed from 'York' to 'Penn'.
Display a label 'lname changed from 'def' to 'ttt' on lname field, display a label 'city changed from 'York' to 'Penn'.
Can this be done in Crystal Report ?
Help !!!!