You can compare multiple records and find the differences between their values with a few mouse clicks. Just select two or more records (the selection management button will appear), then choose "Compare" from the button's drop down menu. Lazy users can simply click one of ready-to-use links below:
By default, values are compared with the == operator. You can also define your own function that compares the values with the algorithm you provided. For example, you can implement a case-insensitive comparison or consider two values equal if their difference is less than a predefined value. Click the button to see how such a function has been implemented for the page below.