Kraig Helmeczi
06/13/2024, 5:36 PMls__base_name__label_name
but I'm not sure how to make that the default label for the base_name
column.Michael Ullock
06/13/2024, 6:08 PMCREATE ATTRIBUTE {attr.quotes.attribute} AS LABELS {attr.quotes.label1} VISUAL(TITLE "Label 1"), {attr.quotes.label2};
ALTER ATTRIBUTE {attr.quotes.attribute} DEFAULT LABEL {attr.quotes.label2};
You can refer to the following article for more details on this topic:
https://help.gooddata.com/doc/growth/en/data-integration/data-modeling-in-gooddata/data-modeling-and-maql/maql-ddl/#default-label