With context variables, you can reuse information from the current page, user, time, and filter inputs to render charts and enable linkage based on context.

{{ ctx.user.id }}).


Note:
{{ ... }} with single or double quotes; binding is handled safely based on variable type (string, number, time, NULL).NULL or undefined, handle nulls explicitly in SQL using COALESCE(...) or IS NULL.