Is it possible to use the titles of pages in reports instead of their addresses?
A13: Yes, that is possible. Therefor it is necessary to use “Dynamic HTML-code” with customized identifier variable “anident=”. Instead of identifier value is used JavaScript inclusion “escape(aasd.title)” that will determine the title of page and send it to the ActualAnalyzer as page name. So, the customized identifier in code will be: … aa+=”?anident=”+escape(aasd.title)+”&anr= …