Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The matching criteria used to find entities, based on profiling metrics.
REPLACE WITH THIS IMAGE: Images/Model Conversions/Entity Profiling Metric.png Image Added

Label

Description

Entity profiling metric

Find entities using the typed in profiling metric name. Can exist on entities in source mappings.

Case sensitive

Indicates if the profiling metric name matching is case sensitive.

Metric required

Indicates whether the profiling metric name has to be on the entity. If the checkbox is clear and the profiling metric name is not found, it is considered a match.

Validation expression

The expression used to validate the matching profiling metric. The metric value

are

is held as strings, use int

(error)

(x) and bool

(error)

(x) to convert the string value into numbers or booleans, respectively.

Code Block
Example
titleExmple
{{int(value)>5

}}
OR


{{ value =="Top"}}


OR


{{bool(value)==true }}
Note
titleNote

The following variables are available:

  • table: The table object for the entity of the matched profiling metric.
  • metric: The name of the profiling metric.
  • value: The string value of the profiling metric.
  • values: The list of tuples containing the profiling metric pair values (Strings).