ph_getdata_cn PowerHome formula function
Description
Gets data from a data retrieval area that was selected from an SQL Select.
Syntax
ph_getdata_cn ( n, row, colname )
Argument Description
n The number of the data retrieval area (1 – 10)
row A long identifying the row you wish to retrieve from.
colname A string identifying the column name you wish to retrieve from.
Return value
String. The data stored within data retrieval area n at row, colname.