From 23c510f8317c5ef95187b7a533083d64e45e0dfd Mon Sep 17 00:00:00 2001 From: Alex Khomenko Date: Thu, 4 Mar 2021 10:54:11 +0200 Subject: [PATCH] Docs: document report template variables (#31637) * Docs: document report template variables * Update docs/sources/enterprise/reporting.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/enterprise/reporting.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * update template variables title Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> Co-authored-by: Mitch Seaman --- docs/sources/enterprise/reporting.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/sources/enterprise/reporting.md b/docs/sources/enterprise/reporting.md index 594a006204e..22dcf32bd3f 100644 --- a/docs/sources/enterprise/reporting.md +++ b/docs/sources/enterprise/reporting.md @@ -155,6 +155,12 @@ The page header of the report displays the time range for the dashboard's data q If the time zone is set differently between your Grafana server and its remote image renderer, then the time ranges in the report might be different between the page header and the time axes in the panels. We advise always setting the time zone to UTC for dashboards when using a remote renderer to avoid this. +## Choose template variables + +> ** Note:** Available in Grafana Enterprise version 7.5+ (behind `templateVariables` feature flag). + +You can configure report-specific template variables for the dashboard on the report page. The variables that you select will override the variables from the dashboard, and they are used when rendering a PDF file of the report. For detailed information about using template variables, refer to the [Templates and variables]({{< relref "../variables/_index.md" >}}) section. + ## Reports settings > Only available in Grafana Enterprise v7.2+.