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

Does not work on Qlik Sense 3.1 SR2? #15

Closed sc305495 closed 7 years ago

sc305495 commented 7 years ago

In Qlik Sense Desktop 3.1 SR2 (10.7.1) this extension displays an error "The visualization was not found on the server: svgReader".

Has anyone else gotten this visualization to display correctly in the latest version of Qlik Sense 3.1? I have this installed in the Documents/Qlik/Sense/Exensions/svgReader-QlikSense-Master/svgReader folder...

brianwmunz commented 7 years ago

This has been fixed by @yianni-ververis thanks

stschwarz commented 7 years ago

Hey, what was the resolution to this issue?

brianwmunz commented 7 years ago

The themes got moved in SR2 so it caused it to break. Code was updated in svgReader.js to set it to the proper location. YOu can see the old code commented there.

stschwarz commented 7 years ago

okay so if i re-download the extension I should be good to go?

brianwmunz commented 7 years ago

Yup only issue is that it now won't work on older versions :-/ . But that's an easy fix...you can just comment out the new code and uncomment the old code.

stschwarz commented 7 years ago

okay perfect. thank you