colvalue

Purpose

Passes the value of the specified dataset column to a query.

Syntax

colvalue(column_name)

Arguments

The function takes as an argument a column name.

Returned Value

Documents matching the query.

Examples

colvalue("Column 3") finds values of the column "Column 3".

synonym(colvalue("Column 3")) finds synonyms of the values of the column "Column 3".