- Extractors
- Analyze Data
Sample Reference Tableau Dashboard and Steps to Include All the Supported Tables
Instead of passing hardcoded
timeseries.id
, user can create parametrized query in Tableau by passing timeseries.id
column as value option and select any particular timeseries.id
from the list to get its associated timeseries_datapoints
.User can prepare a dashboard in Tableau without providing hardcoded
timeseriesid
or externalid
in SQL query datasource.The following steps help to create a parameterized SQL query:
- Create relation in asset and timeseries table.
- Extend relation by custom parameterized SQL oftimeseries_datapoints.
- Prepare Tableau parameterized sheet.
Provide Feedback