04-29-2020, 06:46 PM
(04-28-2020, 06:42 PM)Jason Lam Wrote: Hi Sid,
The current supported pResultFormat from cdb_query is "recordList" and "recordData".
"recordList" might not be useful for your use case since it just returns a list of cdbRecordIDs.
If you choose "recordData", you will still have to use the repeat code that Efrain provided from previous post.
Alternatively, you could use cdb_list suggested by Mark to avoid using the repeat code.
Hi Jason,
I tried to use 'datagrid' as a parameter
It definitely works with "recordData" and the repeat code you guys helped with.
in the future though , that datagrid parameter would be a nice add-on
Sid