<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't see SVG Logo file in Extension folders in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1869762#M16015</link>
    <description>&lt;P&gt;I've found the solution. the ref has to start at the extension folder:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"&lt;STRONG&gt;/Extensions/svgReader/&lt;/STRONG&gt;svg/brands-imported/svgReader_arrow_left.png"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 13 Dec 2021 12:57:12 GMT</pubDate>
    <dc:creator>richard_pearce6</dc:creator>
    <dc:date>2021-12-13T12:57:12Z</dc:date>
    <item>
      <title>Can't see SVG Logo file in Extension folders</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1866843#M15977</link>
      <description>&lt;P&gt;I think this is just a file availability issue.&amp;nbsp; I've deleted the extension from the folder and reinstalled several times (I'm using Desktop). Closed down QS and restarted Etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I add the code to a D3 bar chart:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;        var images = svg.selectAll("image")
                .data(dataset)      
                .enter().append("svg:image")
                .attr("xlink:href", "https://cdn.worldvectorlogo.com/logos/bbc-3.svg")&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;The BBC logo works no problem... Now when I use the same file locally.. it does not work...&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;LI-CODE lang="markup"&gt;       var images = svg.selectAll("image")
                .data(dataset)      
                .enter().append("svg:image")
                .attr("xlink:href", "svg/brands-imported/bbc-3.svg")&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;Chrome error is "This Request Has no response data available"... Same if I use an invalid file name...&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I've tried re-importing the Extension several times (incase it wasn't picking up the new file) and the code works outside of Qlik in my basic d3 fiddle... Is this a file issue or do I need to add more to my URL for it to work in Qlik also??.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 05 Dec 2021 18:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1866843#M15977</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2021-12-05T18:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can't see SVG Logo file in Extension folders</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1869762#M16015</link>
      <description>&lt;P&gt;I've found the solution. the ref has to start at the extension folder:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"&lt;STRONG&gt;/Extensions/svgReader/&lt;/STRONG&gt;svg/brands-imported/svgReader_arrow_left.png"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 13 Dec 2021 12:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1869762#M16015</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2021-12-13T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't see SVG Logo file in Extension folders</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1941812#M16917</link>
      <description>&lt;P&gt;Just to add to this, using a clustered server I had to add default to the code..&lt;/P&gt;
&lt;P&gt;"/default/Extensions/....."&lt;/P&gt;
&lt;P&gt;I used the URL off the app as guidance&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 16:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Can-t-see-SVG-Logo-file-in-Extension-folders/m-p/1941812#M16917</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2022-06-09T16:51:18Z</dc:date>
    </item>
  </channel>
</rss>

