Scalar functions return a single value that is based on the input value. For example, the scalar function UCASE takes the input value and returns that value in UPPER CASE.
To use scalar functions to lookup links
The Where pane at the bottom of the dialog box displays actual function syntax in-progress.
Note: If the selected function Name requires a parameter, a corresponding data
entry field displays for you to enter the desired parameter value.
Available scalar functions and operators are determined by the database
engines and/or the database driver you are using. Only those functions
and operators available for the both the source and target configuration
are displayed. If scalar functions are not supported the Name drop-down
list will be empty.
Insight uses scalar functions from the source and target data sources. Only the scalar functions supported by both the source and target are available.
Depending on your data sources, operators may include EQUALS, LIKE, IN, CONTAINS, STARTS WITH, and so on.
For example:
Where LEFT(company_name,8) like LEFT(PROPER(comp_name),8)
Where SOUNDEX(last_name) = SOUNDEX(PARSENAME(full_name,"LE"))
See also
Using Operators in a Lookup Expression