diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bf6ce809..99bcd84d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +## Release v6.0 +* Small fix to navigation template links. + + ## Release v5.4.1 * Update README with message about using Balance Sheet and Income Statement with SAP Financial test harness data available with Cortext Framework. diff --git a/views/navigation_template.view.lkml b/views/navigation_template.view.lkml index ddeecba7..affc2d6a 100644 --- a/views/navigation_template.view.lkml +++ b/views/navigation_template.view.lkml @@ -165,6 +165,7 @@ view: navigation_template { hidden: no description: "Add to Single Value Visualization. Defined HTML styling will be shown." sql: '' ;; + required_fields: [item_delimiter, value_delimiter] html: {% assign navItems = dash_bindings._value | split: item_delimiter._value %} @@ -309,4 +310,4 @@ view: navigation_template { } -} \ No newline at end of file +}