Lucee Function Reference

querygetcell()

return the value of a specific query cell

Example

querygetcell(query query,string column_name,[number row_number]):any

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
query query  Yes   query to get cell value from  
column_name string  Yes   name of the column  
row_number number  No -9999 row number (1-n)