04-28-2020, 06:42 PM
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.
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.