Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:custom_reports_getting_started_creating_reports_linked_script [2019/12/05 12:12] twn72:custom_reports_getting_started_creating_reports_linked_script [2022/01/13 07:07] twn
Line 39: Line 39:
 this.setExtensionProperty("user",getTagValue(doc, "user")); this.setExtensionProperty("user",getTagValue(doc, "user"));
 this.setExtensionProperty("password",getTagValue(doc, "password")); this.setExtensionProperty("password",getTagValue(doc, "password"));
-reportContext.setGlobalVariable("serverUrl",this.getExtensionProperty("serverUrl"));</font>+reportContext.setGlobalVariable("serverUrl",this.getExtensionProperty("serverUrl")); 
 </code> </code>