You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The matching criteria used to find relationships, based on profiling metrics.

Label

Description

Relationship profiling metric

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

Case sensitive

Indicates if the profiling metric name matching is case sensitive.

Required

Indicates whether the profiling metric name has to be on the relationship. 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 held as strings, use int(x) and bool(x) to convert the string value into numbers or booleans, respectively. 

{{int(value)>5}}
OR
{{ value =="Top"}}
OR
{{bool(value)==true }}

Note

The following variables are available:

  • relationship: The relationship object 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).




  • No labels