Description Usage Arguments Value
This method allows you to get results from previously executed queries. Use the Wuid returned from ExecuteSQL or PrepareSQL. This method is ideal for results paging
| 1 2 | r2hpcc.GetResults(conn, workunitId, suppressXMLSchema = 1,
  resultWindowStart = 0, resultWindowCount = 0)
 | 
| conn | - HPCC connection information | 
| workunitId | - Workunit Id (WUID) | 
| suppressXMLSchema | - If set to 1 or true, the query result schema is not included in response | 
| resultWindowStart | - For use with page-loading, the starting record to return | 
| resultWindowCount | - For use with page-loading, the number of records to include from the ResultWindowStart | 
Workunit result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.