Syntax
LINKTOVIEW( view-name [, app-id] )
Description
LINKTOVIEW() constructs a deep link to the view named by view-name, optionally in the app identified by app-id (or the current app if omitted).
Both view-name and app-id may be of any type, are interpreted as Text values, and will be encoded (as with ENCODEURL()) for use in the deep link.
Return Value
An App value: the constructed deep link.