Home
Analytics
Create and use of JS functions
Said
Define any js function in the initialize like:function myFunction(str){dosomething;}reportContext.setPersistentGlobalVariable("myFunction",myFunction);To use this function in script or in expressions just call:myFunction("str");
Find more posts tagged with
Comments
There are no comments yet