Relation:label

Creates a custom label for a column. This allows column header to have any text, not only valid names.

Description

label name labelstring (, name labelstring ...)

Parameters

  • labelstring: A quoted string

Examples

example
label year2018 "Jahr 2018"
label zurich "Zürich", geneve "Genève"

Comments

The label is only for display of the header. It is just displayed when you print.

When you calculate with tables, label may get lost. Use this instruction just before you print.

Current limitations

Label may not include a comma or a quote.

See also

print