Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
DesmoArka
Partner - Contributor III
Partner - Contributor III

Mashup and Qlik.JS on IE11

Hi Guys,

i have a mashup that has an error on IE11. This works fine on chrome or edge.

The error is a Syntax Error on qlik.js (4,43).

I suppose it is arrow function in that js. IE11 should be compatible with Sense Febrary 2020, so i don't know why.

May i resolve in a some way?

Thanks.

 

Labels (3)
1 Solution

Accepted Solutions
DesmoArka
Partner - Contributor III
Partner - Contributor III
Author

Solved.

I update Qlik Sense to last version and now it's ok.

 

View solution in original post

3 Replies
agni_gold
Specialist III
Specialist III

Have you added cache = false in your ajax call?

cache: false

DesmoArka
Partner - Contributor III
Partner - Contributor III
Author

Why cache?

I know that in IE11 javascript "=>" syntax is not supported. In fact i have problem only in javascript with that syntax.

In Edge or Chrome, supporting that syntax, i have no problem.

It seems strange this error, ie11 should be supported. Maybe there is some "legal" work around to resolve, but i don't know.

I don't want change by my self all js 🙂

DesmoArka
Partner - Contributor III
Partner - Contributor III
Author

Solved.

I update Qlik Sense to last version and now it's ok.