<?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 Issue with SelectValues() in extension in single when using ticket authentication via Virtual Proxy in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682191#M12445</link>
    <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;There seems to be an issue with custom extensions in a single when using ticket authentication and virtual proxy.&amp;nbsp;&lt;BR /&gt;The problem occurs after an image is exported from any object in the single. Calls like 'selectvalues' and 'clear' will stop working. The extension still receives updates to its hypercube/listobjects and the selectvalue calls are still sent, but they don't do anything. I think a new ticket is requested after the image has been exported, at this point standard qliksense objects will still work fine, but it seems like a custom extension doesn't get refreshed.&amp;nbsp;&lt;BR /&gt;Does anyone have experience with this issue? I will look into reporting this as a bug.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:59:25 GMT</pubDate>
    <dc:creator>FrankG</dc:creator>
    <dc:date>2024-11-16T18:59:25Z</dc:date>
    <item>
      <title>Issue with SelectValues() in extension in single when using ticket authentication via Virtual Proxy</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682191#M12445</link>
      <description>&lt;P&gt;Hello!&lt;BR /&gt;&lt;BR /&gt;There seems to be an issue with custom extensions in a single when using ticket authentication and virtual proxy.&amp;nbsp;&lt;BR /&gt;The problem occurs after an image is exported from any object in the single. Calls like 'selectvalues' and 'clear' will stop working. The extension still receives updates to its hypercube/listobjects and the selectvalue calls are still sent, but they don't do anything. I think a new ticket is requested after the image has been exported, at this point standard qliksense objects will still work fine, but it seems like a custom extension doesn't get refreshed.&amp;nbsp;&lt;BR /&gt;Does anyone have experience with this issue? I will look into reporting this as a bug.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682191#M12445</guid>
      <dc:creator>FrankG</dc:creator>
      <dc:date>2024-11-16T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SelectValues() in extension in single when using ticket authentication via Virtual Pr</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682704#M12453</link>
      <description>&lt;P&gt;What happens &amp;nbsp;When you call selectValues or clear? Error messages? Any reply from engine? Web socket traffic?&lt;/P&gt;&lt;P&gt;Have you tried this with more than one extension? The bug might be in the extension.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 16:19:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682704#M12453</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-03-08T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SelectValues() in extension in single when using ticket authentication via Virtual Pr</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682709#M12454</link>
      <description>&lt;P&gt;Hello Erik, thank you for your reply!&lt;BR /&gt;&lt;BR /&gt;What I'm seeing is that a new websocket gets created when exporting an image. After this the extension will send its calls to this new websocket, which just returns something like:&amp;nbsp;&lt;BR /&gt;{"jsonrpc":"2.0","id":9,"delta":true,"result":{"qReturn":[]},"change":[1,2]}&lt;BR /&gt;This does nothing in the dashboard.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When I look at a normal Qliksense object I notice that they ignore the new websocket and keep sending their calls to the old websocket, which is why they have no issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tested multiple extensions, it even occurs in the most simple one i could make which is a button that clears a field:&lt;BR /&gt;var app = qlik.currApp();&lt;BR /&gt;app.field('myfield').clear();&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 18:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682709#M12454</guid>
      <dc:creator>FrankG</dc:creator>
      <dc:date>2020-03-08T18:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SelectValues() in extension in single when using ticket authentication via Virtual Pr</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682713#M12455</link>
      <description>&lt;P&gt;Ok, looks like the problem is with the currApp call.&lt;/P&gt;&lt;P&gt;Try currApp(this) instead. Or save the app referenser in your first paint call. Or use the backendApi methods.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2020 20:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682713#M12455</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-03-08T20:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SelectValues() in extension in single when using ticket authentication via Virtual Pr</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682785#M12456</link>
      <description>&lt;P&gt;currApp(this) fixes the problem! Thank you Erik for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 08:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682785#M12456</guid>
      <dc:creator>FrankG</dc:creator>
      <dc:date>2020-03-09T08:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SelectValues() in extension in single when using ticket authentication via Virtual Pr</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682825#M12458</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;currApp() might not work as expected at all times, you should be a bit careful.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 10:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Issue-with-SelectValues-in-extension-in-single-when-using-ticket/m-p/1682825#M12458</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2020-03-09T10:21:58Z</dc:date>
    </item>
  </channel>
</rss>

