<?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 Qlik Sense Mashup error after upgrade in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-error-after-upgrade/m-p/1567692#M10322</link>
    <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;We made an upgraded Qlik Sense 3.2 R3, which used token-type licenses, for the new version of Qlik released in November 2019 that uses Analyzer licenses.&lt;/P&gt;&lt;P&gt;One of the features we used, and used to run without problems, It was using a JavaScript file to access the Mashup to identify all filters selected on a dashboard.&lt;/P&gt;&lt;P&gt;The settings that were made are in the "PIC 1" image bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 1 - Our coding  using require(js/qlik)" style="width: 563px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9883i612451A77C5DAE41/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic1.png" alt="PIC 1 - Our coding  using require(js/qlik)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 1 - Our coding  using require(js/qlik)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But after upgrading the Qlik version, the code no longer works. It throws the error shown in the "PIC 2" image bellow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 2 - Error returned in the chrome inspect screen" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9884i814CAAA498368621/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic2.png" alt="PIC 2 - Error returned in the chrome inspect screen" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 2 - Error returned in the chrome inspect screen&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Checking the qlik.js file, which is&amp;nbsp; called in the require function and found in the C:\Program Files\Qlik\Sense\Client\js path of our server, we noticed that was very changed compared to previous version used.&lt;/P&gt;&lt;P&gt;And it loads the qlik-require-plugin.js file. These two files contain the following codes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9885iE2D4F6D64EC1DE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic3.png" alt="PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the Sources of our code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 4 - The sources of our code" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9886i71D5C51AF1A37BD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic4.png" alt="PIC 4 - The sources of our code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 4 - The sources of our code&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2019 14:06:33 GMT</pubDate>
    <dc:creator>nicolaurodrigues</dc:creator>
    <dc:date>2019-04-10T14:06:33Z</dc:date>
    <item>
      <title>Qlik Sense Mashup error after upgrade</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-error-after-upgrade/m-p/1567692#M10322</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;We made an upgraded Qlik Sense 3.2 R3, which used token-type licenses, for the new version of Qlik released in November 2019 that uses Analyzer licenses.&lt;/P&gt;&lt;P&gt;One of the features we used, and used to run without problems, It was using a JavaScript file to access the Mashup to identify all filters selected on a dashboard.&lt;/P&gt;&lt;P&gt;The settings that were made are in the "PIC 1" image bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 1 - Our coding  using require(js/qlik)" style="width: 563px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9883i612451A77C5DAE41/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic1.png" alt="PIC 1 - Our coding  using require(js/qlik)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 1 - Our coding  using require(js/qlik)&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But after upgrading the Qlik version, the code no longer works. It throws the error shown in the "PIC 2" image bellow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 2 - Error returned in the chrome inspect screen" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9884i814CAAA498368621/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic2.png" alt="PIC 2 - Error returned in the chrome inspect screen" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 2 - Error returned in the chrome inspect screen&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Checking the qlik.js file, which is&amp;nbsp; called in the require function and found in the C:\Program Files\Qlik\Sense\Client\js path of our server, we noticed that was very changed compared to previous version used.&lt;/P&gt;&lt;P&gt;And it loads the qlik-require-plugin.js file. These two files contain the following codes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9885iE2D4F6D64EC1DE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic3.png" alt="PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 3 - Checking the files qlik-require-plugin.js and qlik.js files&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the Sources of our code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PIC 4 - The sources of our code" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9886i71D5C51AF1A37BD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pic4.png" alt="PIC 4 - The sources of our code" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PIC 4 - The sources of our code&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 14:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-error-after-upgrade/m-p/1567692#M10322</guid>
      <dc:creator>nicolaurodrigues</dc:creator>
      <dc:date>2019-04-10T14:06:33Z</dc:date>
    </item>
  </channel>
</rss>

