Applying the DeDuplicate Filter
The following example illustrates how the DeDuplicate Filter is used:
- As shown above, a DeDuplicate Filter element is added as a child to a datalayer element.
- Its Data Columns attribute value is set to the names of one or more datalayer columns, usinga comma-separated list, whose values will be examined.
In the example above, the sequence of events is that the datalayer reads in all the data from the XML data file, then the DeDuplicate Filter removes all rows where duplicate values are found in the specified columns. All that remains in the datalayer for use in the report are rows with unique values in the specified columns.