From 3c71d62d27fe3eb13e009517a785abde95e733fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:06:54 +1100 Subject: [PATCH] Docs tweak (#9422) (#9424) (cherry picked from commit e30786b06869ca8a211e19a0bb9979afcddf1f9a) Co-authored-by: Oliver --- docs/docs/report/helpers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/report/helpers.md b/docs/docs/report/helpers.md index b235005078..abaaf59701 100644 --- a/docs/docs/report/helpers.md +++ b/docs/docs/report/helpers.md @@ -33,6 +33,8 @@ Result: {{ myvar }} {% endraw %} ``` +Note the use of the `as` keyword to assign the output of the function to a variable. This can be used to assign the result of a function to a named variable, which can then be used later in the template. + ## Data Structure Access A number of helper functions are available for accessing data contained in a particular structure format: