Copy dashboard filters & parameters directly from Tableau and paste them into your job creation form.
Download the .trex manifest and load it in Tableau Desktop.
In Tableau Desktop, drag an Extension object onto your dashboard. Click "Access Local Extension" and open the downloaded .trex file.
Right-click the extension → Configure. Select which filters and parameters to include, set their order, and save.
Users viewing the dashboard click Copy Filters. The current filter values are copied to clipboard in a structured format.
In the Jobs page, click Paste from Tableau on any report's filter section. Filters are auto-created.
The extension detects all active filters and parameters on the dashboard. When copied, each row is formatted as:
The extension automatically detects the environment:
| Route | Description |
|---|---|
/tabextension/filter_copier.html | Main extension page (loaded inside Tableau dashboards) |
/tabextension/filter_copier_configure.html | Configuration dialog for dashboard owners |
/tabextension/filter_copier_popup.html | Copy popup for reordering before copy |
/tabextension/filter_copier.trex | Downloadable Tableau manifest file |
/tabextension/health | Health check (JSON status of extension files) |