Returns value of a dataset column specified as the first argument.
tocolvalue(column_name)
Accepts one argument which specifies column name.
Value of a specified column.
Dataset
Text
Country
Cho Oyu mountain is the sixth highest peak in the world.
Nepal
XPDL-rule
Result
rule: r { query: {repeat(case(title))}:m result: Result = $m attribute: Country = tocolvalue(Country) }
Result: Cho Oyu Country: Nepal