Row ID | Title | Description | Popularity |
1 | An Interesting Title | This could be an area for a description | 33 |
2 | A Plain Title | Something useful goes here | 57 |
row_id | Unique ID number assigned to the block of XML data by the JIM Control. |
Function Return Value |
Function returns the node names and values in comma delimited format of the row of data such as: title=An Interesting Title,description=This could be an area for a description,popularity=33 |
row_id | Unique ID number assigned to the block of XML data by the JIM Control. |
node | Name of the node (or column in database/spreadsheet terms) for which you would like to get the value of. |
Function Return Value |
Function returns the value found in the node specified. |
name | Name of the node or column that you want to evaluate to see if it matches the integer value specified. |
integer | The match value. This value can be a string or number. |
Function Return Value |
Function returns the Row ID of all rows (comma delimited) whose node / column you specified had the value. |
name | Name of the node or column that you want to evaluate to see if it matches the integer value specified. |
integer | The match value. This value must be a numeric value. |
Function Return Value |
Function returns the Row ID of all rows (comma delimited) whose node / column you specified is greater than the value specified. |
name | Name of the node or column that you want to evaluate to see if it matches the integer value specified. |
integer | The match value. This value must be a numeric value. |
Function Return Value |
Function returns the Row ID of all rows (comma delimited) whose node / column you specified is less than the value specified. |
name | Name of the node or column that you want to evaluate to see if it contains the value text specified. |
value | The string match value. |
Function Return Value |
Function returns the Row ID of all rows (comma delimited) whose node / column you specified contains the string value specified. |