QueryGetCell
Method Signature
QueryGetCell(query=[query], column_name=[string], row_number=[integer])Arguments
Argument
Type
Required
Description
Default
Examples
The simple querygetcell example
<bx:set myQuery = queryNew( "id,name", "integer,varchar", [
[
1,
"Rajesh"
],
[
2,
"Anil"
]
] ) >
<bx:output>#querygetcell( myQuery, "name" )#</bx:output>The simple querygetcell (getCell) script based example
Additional Examples
Related
Last updated
Was this helpful?
