AX1756

GetAIReportDocumentURL function

Generates a URL to an Axiom Intelligence report Reports that provide business intelligence-style reporting, with the ability to perform ad hoc analysis and explore your data. Axiom Intelligence reporting is currently only available to a subset of products. Consult your product documentation for more information. within the Axiom file system. This URL can then be referenced in other Axiom files, in order to open the report from those files. You can also send the URL to another Axiom user, so that they can open the software directly to that report.

Syntax

GetAIReportDocumentURL("DocumentPath")

Parameter Description

DocumentPath

The document for which you want to return a URL. You can specify this file by entering either of the following:

  • The full path to the file, such as \Axiom\Reports Library\Web\Analysis.abi.
  • The document ID of the file, such as 93. In this case you do not need to place the entry in double quotation marks.

All non-numeric entries must be placed in double quotation marks, unless you are using cell references to reference the text held in another cell.

Remarks

  • If your system is deployed in an environment where users work in different system languages, then you should use system folder names in any file paths. For more information, see Using system folder names.

  • GetAIReportDocumentURL is a non-volatile function.

Examples

=GetAIReportDocumentURL("\Axiom\Reports Library\Web\Analysis.abi")

This example generates a URL to an Axiom Intelligence report within the Axiom file system. You could use this URL in a Hyperlink component within an Axiom form or a web report. You could also use the function to supply a URL to the HREF content tag for a Formatted Grid component.

=GetAIReportDocumentURL(8965)

This example is the same as the first example, except in this case a document ID is used to identify the Axiom Intelligence report.