Use SemQL at run-time

Filters

All date view in an application support filters in the form of Conditions.

This condition has access to all attributes of the entity, its related entities and built-in attributes that depend on the view that is accessed.
For example, on a Golden Record: BatchID, ClassName, CreationDate, UpdateDate, Creator and Updator are available.

Duplicates filters

When filtering duplicates, for example to filter records to checkout in a duplicate management activity, it is possible to use Record1 and Record2 as in a matcher, except that the comparison takes place on the pairs of records that have matched.

Duplicate Filter

To show matching records, but with the CustomerName fields less similar by less than 95%:

SEM_EDIT_DISTANCE_SIMILARITY(Record1.CustomerName, Record2.CustomerName) < 95