It is available to set up alternative action for dimension elements in table on clicking a hyperlink.
If the Open File or Open Link action is selected, it is available to use substitutions in the specified URL, which will be changed depending on the selected report element or parameter.
NOTE. On working in the web application the link must begin with "http://" or "https://".
Substitutions are used by dimension attributes, report parameters or report source parameters.
NOTE. Detailing substitutions are case-insensitive.
It is set in the format: &[DIMENSION.<id>]
Where <id> is identifier of dictionary attribute.
To open a link with a request to the search engine, one can use the http://www.google.com/search?q=&[DIMENSION.NAME] substitution.
If detailing is set for a dimension of observation objects, clicking the Vladimir Region element opens the corresponding search request.
To open a file, one can use the &[DIMENSION.NAME].png substitution.
If detailing is set for a dimension of observation objects, clicking the World element opens the World.png file.
It is set in the format: &[OBJECTPARAM.<id>]
Where <id> is identifier of report parameter.
It is set in the format: &[SOURCEPARAM.<id>]
Where <id> is identifier of data source parameter.
To open a link, set the http://localhost/Object passport.html?dt=&[SOURCEPARAM.dt] substitution.
In this example dt is a parameter of the object passed to web page parameters.
See also: