Object doesn't support property or method 'filter'

I am using visualize.js to render reports but getting the below error:

SCRIPT438: Object doesn't support property or method 'filter' 

visualize.js, line 67 character 13795
vibhu.ranjan's picture
Joined: Jul 14 2014 - 11:54pm
Last seen: 9 years 1 week ago

This issue is coming only in IE.

vibhu.ranjan - 9 years 4 weeks ago

4 Answers:

Take a look at this Stackoverflow thread:  SCRIPT438: Object doesn't support property or method IE

Basically, there's a naming collision. There are some reference links to how to find the collision.

If its your code, you have several options.  If it's our code, please log an issue in our Visualize.js project issue tracker

djohnson53's picture
166438
Joined: May 25 2012 - 11:10am
Last seen: 1 year 8 months ago

Thanks for your reply. What do you means by naming collision? i am just trying to render a simple report.

vibhu.ranjan - 9 years 3 weeks ago

Then, as hozawa confirmed, its our code. Fix is in the works.

djohnson53 - 9 years 3 weeks ago

Encountered the same problem. It seems there's  bug in Visualize.js running on MS Windows. I've already submitted a bug report in Jaspersoft Support and  waiting it to get fixed.

hozawa's picture
190855
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Thanks for your reply hozawa.

vibhu.ranjan - 9 years 3 weeks ago

Update:

I haven't tested 5.6.1 yet. but a release note on 5.6.1 stated that it corrected "Object doesn't support this property or
method" problem in visualize.js.

 

hozawa's picture
190855
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

We're also getting similar error on IE8, using Product Version: 5.6.1 & Build: 20140903_1011. Works fine on IE9+

SCRIPT438: Object doesn't support property or method 'filter'
File: visualize.js, Line: 70, Column: 14647
amit_singh's picture
Joined: Nov 18 2014 - 10:37am
Last seen: 5 years 10 months ago
Feedback
randomness