导出数据到 Analytics

您可以从 Analytics 访问结果应用程序中的数据。

工作原理

您可以从 Analytics 用户界面或通过使用脚本访问结果应用程序数据。您不从结果应用程序导出或“推送”数据。而是从 Analytics 导入或“提取”数据。

  • Analytics 用户界面要通过 Analytics 用户界面访问数据,请参阅导入 Diligent One 结果应用程序数据
  • 脚本要通过使用脚本访问数据,请使用 IMPORT GRCRESULTS 命令,将数据从结果应用程序表提取到应用程序中。您需要可以在 Diligent One 的 URL 中获得的两个标识符:
    • 实例 ID登录启动面板后,它会显示在浏览器地址栏。

      例如:

      https://accounts.highbond.com/orgs/<实例 ID>

    • 测试编号(表 ID)当您查看结果应用程序中的表格时,会显示在浏览器地址栏。

      例如:

      https://name.results.highbond.com/projects/.../control_tests/<测试编号>

处理大表

Tables that have a large number of fields may not successfully import using a single IMPORT GRCRESULTS command.If you need to work with a single table containing a large number of fields outside of 结果, use one of the following approaches:

  • Split the table use two or more IMPORT GRCRESULTS commands to import a subset of fields and then join the resulting tables in Analytics using the JOIN command
  • Export the table to file use the export to CSV format and then import the resulting file into Analytics using the IMPORT DELIMITED command

通过代理服务器连接

Analytics 需要与 Diligent One 之间的 HTTPS 连接,以便导入和导出数据。

如果您通过代理服务器连接到互联网,则必须配置代理服务器,以将 Diligent One 网站加入“允许列表”。有关详细信息,请参阅通过代理服务器连接到 Diligent One