DocumentViewURL

Qubes 6.1 Returns a link to the view of the document whose reference was entered as a parameter.

Syntax

DocumentViewURL(reference)
reference = the document's reference

Remarks

Returns #ERR! if the document does not exist.

The Unique Document Reference can be specified with or without a version number:

  • if the version is mentioned, the link will be to that specific version
  • if the version is not mentionned, the link will be to the most recent version (regardless of its state).

See also DocumentViewAppliedURL.

Examples

DocumentViewURL('MyDocReference v0.01') = "http://myserver/Index1.QXSLT/DOC.QFILE?DOCID=MyDocIDDoc&LINK=AVAL"

Classification

Qubes