brianwmunz / svgReader-QlikSense

extension which reads SVGs into Sense and colors regions based on data. comes with many maps
31 stars 23 forks source link

Doesn't work on QlikSense April 2019 #47

Open GrabVadim opened 5 years ago

GrabVadim commented 5 years ago

Extention doesn't work on QlikSense April 2019

inkkumar3 commented 5 years ago

any resolutions , even we have same problem

PabloB11 commented 5 years ago

Hi, did someone find any solution to this problem?

JonesM87 commented 5 years ago

Seems like Qlik is blocking the assets url? Quick fix below...

Find the theme file which is being referenced and copy it into the extension directory, update the reference

//"text!assets/external/sense-themes-default/sense/theme.json", 
"text!./theme.json", 
jnovello2 commented 5 years ago

Hi. want to confirm if the above fix works... has anyone tried it?

PabloB11 commented 5 years ago

Hi. want to confirm if the above fix works... has anyone tried it?

It works! Thank you @JonesM87!

jwink69 commented 5 years ago

This is working when theme.json from

"text!assets/external/sense-themes-default/sense/theme.json

is placed in the extension map on the server.