Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rothtd
Creator III
Creator III

object doesn't support property or method 'toLowerCase'

QV Desktop / GeoAnalytics is giving this script error. Anyone see this before?  I assume my developer has used some expression that GA isn't liking. Thoughts on where to start? 

geo error.png

1 Solution

Accepted Solutions
rothtd
Creator III
Creator III
Author

QV: 12.10 SR6

GA: On prem server February 2018, Enterprise Data Package 17.09

After some troubleshooting this appeared to be a bad expression in a layer, which when deleted resolved the issue. The developer was (for whatever reason) attempting to average the Latitude in the layer Latitude/ID field. When I switched this from =avg([Lat]) to simply =[Lat] the issue was resolved. This is still a weird error message for that, however.

View solution in original post

4 Replies
Patric_Nordstrom
Employee
Employee

Which version of QGA and QV?
rothtd
Creator III
Creator III
Author

QV: 12.10 SR6

GA: On prem server February 2018, Enterprise Data Package 17.09

After some troubleshooting this appeared to be a bad expression in a layer, which when deleted resolved the issue. The developer was (for whatever reason) attempting to average the Latitude in the layer Latitude/ID field. When I switched this from =avg([Lat]) to simply =[Lat] the issue was resolved. This is still a weird error message for that, however.

Patric_Nordstrom
Employee
Employee

Thanks, I will pass it on to devs, it doesn\t make sense at all.
Patric_Nordstrom
Employee
Employee

Ok, most likely this due to a null value somewhere in the coordinates. Thanks for reporting.