Super Global Tags are references to Super Global variables that have been created within scripts.

You can use Super Global Tags anywhere where Tags are accepted.

Super Global Tags use the special opening tag <$ and closing tag $>, with dollar signs ($) at the beginning and end of each tag, inside the arrows. Between the tags you need to provide the name of the Super Global variable in the format <$superglobalname$>.

For example, if you have created a Super Global variable called MySuperGlobal which you would reference with the tag <$MySuperGlobal$>.

The Super Global variable value will be converted to a string value when the Tag is translated.

Floats and Datetime types will convert using the standard format.

You can control the Super Globals format by providing a display format when you create the Super Global.