QueryGetCell
This function maps the query to a new query.
Method Signature
Arguments
Argument
Type
Required
Description
Default
query
query
true
The query to iterate over
column_name
string
true
row_number
integer
false
Examples
The simple querygetcell example
Here we've example about querygetcell. We created query using queryNew() then we got the last title column value using querygetCell. If we give row number displays the particular row title value otherwise it displays last row value.
Result: Anil
The simple querygetcell (getCell) script based example
Here we've the example to get particular column(title) value in script syntax
Result: The Outsiders
Additional Examples
Related
Last updated
Was this helpful?