Row
Returns a specific row in a multi-record-set databox (Keyfax version 4.4.8 and later).
This Expression allows the selection of a specific row in a multi-record-set databox so that subsequent expressions (such as Item) can then be called to interrogate the data therein.
The syntax of the call is:
row_number - an integer that indicates which row of the data set is being requested
Expression
Databox Value
Result
Comments
Row(2)
<KFXmlValue rows="2"><KFRow id="0"><userId>1</id><name>George Smiley</name></KFRow><KFRow id="1"><userId>2</id><name>Tobey Esterhase</name></KFRow></KFXmlValue>
<KFRow id="1"><userId>2</id><name>Tobey Esterhase</name></KFRow>
Last updated