Syntax
LINKTOROW( row-key , view-name [, app-id] )
Description
LINKTOROW() constructs a deep link to a specific row whose key matches row-key, for display with the view named by view-name, optionally in the app identified by app-id (or the current app if omitted).
row-key should be an expression that evaluates to the key column value of the row to which the link should point. Each of 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.