For each card in the card's header and the editor panel.
For each parameterized input value in the editor panel.
In the legend of a time series chart for each time series plot.
In the axis of a time series chart for each shared axis.
Use global IDs
Global IDs are used in formulas and Vega plot configurations to reference data sources, such as time series plots, transform tables, charts, arrays, or scalar values. For example, you can reference a transform table with its global ID (such as $B) in the data section of a Vega plot. To reference specific columns in a transform table, use the syntax $A.column_name. Similarly, you can reference scalar values using the global ID of a numeric metric card (like $C).