After the default instance setup on EC2 (V6.4.0), a simple sample visualize.js example with an exisiting ad-hoc report failed (also on jsfiddle).
Caused by a javascript "TypeError: t is null" visualize.js:52:24553 . Actually it should work out of the box, or?
0 Answers:
No answers yet
OK, ad-hoc reports are currently not supported. But with basic reports the problem remains. It turns out, that the exception occurs if the code is embedded in an HTML file. In jsfiddle it works as expected.
I found the answer here https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...
In section "Testing your JavaScript" is mentioned, "... HTML page containing your Javascript must be accessed through a web server. Opening a static file with a web browser does not properly load the iFrames needed by the script " .