Adding Links to Other Views
Use the vdl-event attribute to add a link to another view.
The following code does not need to be encapsulated in a text field:
<a vdl-event="click: function() { insight.openView('Welcome') }">Go to Welcome</a>Here, the vdl-event attribute is being used as a click handler to insight.openView().