The SearchValue action returns a value in a found row.
The action returns the value of the column that you specified with ValueColumn, namely the value in the first row found in the specified record.
With SearchColumn, you specify the column in which the value specified with SearchValue is searched for.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
DATASET |
Dataset |
Specifies a specific record, e.g. |
|
TEXT |
SearchColumn |
Specifies the column in which the value is searched for. |
|
TEXT |
SearchValue |
Specifies the value to be searched for. |
|
TEXT |
ValueColumn |
Specifies the column with the corresponding value. |
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value found. |