Newer Version Available

This content describes an older version of this product. View Latest

Enable SAQL Logs in the Browser

If you’re using Google Chrome to work with SAQL and Einstein Tableau CRM, you can turn on SAQL logs.

SAQL Logs in the browser are no longer supported. To see how your SAQL queries run in the dashboard, use the Dashboard Inspector. You can also right-click the dashboard in the browser and select Inspect.

Note

Turning on SAQL logs in the browser prints queries in the Developer Tools Console. This lets you see what SAQL is generated by Tableau CRM dashboards and lenses. This action doesn’t change server-side logs.
  1. In Google Chrome, open a Tableau CRM dashboard.
  2. In Google Chrome, open Developer Tools.
  3. In Developer Tools, select Console.
  4. In the Einstein Analtyics dashboard, elect the explore (wave.apexp) frame.
  5. In the developer tools console, enter edge.log.enabled = true
  6. In the developer tools console, enter edge.log.query = true
SAQL logs are enabled. The logs are displayed when a query is sent from the dashboard or lens, for example when you drill into a chart.

Enter the commands in the Developer Tools console