<?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 Mashup issue in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue/m-p/18187#M286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in &lt;SPAN style="color: #ff00ff;"&gt;Mashup&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two charts. When I select one value in the first chart, then the second chart will display and the first chart will hide.Of course,&lt;/P&gt;&lt;P&gt;when I clear the selection, then just display the first chart.(like d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;document.addEventListener&lt;/SPAN&gt;('touchend',function(e){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTimeout(function(){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;app.variable.getContent&lt;/SPAN&gt;('vGetCountManu',function ( reply ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var vChange=&amp;nbsp; reply.qContent.qString;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;},200);//If I set 2000, then it is too long.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question is : if&amp;nbsp; the &lt;SPAN style="color: #333333; font-family: arial; font-size: 13px;"&gt;network is unstable or&amp;nbsp; we operate it&amp;nbsp; too quick.&amp;nbsp; the api &lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;app.variable.getContent&lt;/SPAN&gt; can not &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;get the variable value quickly&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;then first chart and second chart can not transfer quickly. So what shall I do? Or any idea? API?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if&amp;nbsp; i do not use &lt;SPAN style="font-size: 13.3333px; color: #ff0000;"&gt;document.addEventListener&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;('touchend',function(e)&lt;/SPAN&gt;), any choice?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks very much.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://community.qlik.com/qlik-users/5070"&gt;erik.wetterberg&lt;/A&gt;‌ please help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2018 08:09:54 GMT</pubDate>
    <dc:creator>wangxusq</dc:creator>
    <dc:date>2018-05-11T08:09:54Z</dc:date>
    <item>
      <title>Mashup issue</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue/m-p/18187#M286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in &lt;SPAN style="color: #ff00ff;"&gt;Mashup&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two charts. When I select one value in the first chart, then the second chart will display and the first chart will hide.Of course,&lt;/P&gt;&lt;P&gt;when I clear the selection, then just display the first chart.(like d)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;document.addEventListener&lt;/SPAN&gt;('touchend',function(e){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; setTimeout(function(){&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;app.variable.getContent&lt;/SPAN&gt;('vGetCountManu',function ( reply ) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var vChange=&amp;nbsp; reply.qContent.qString;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;},200);//If I set 2000, then it is too long.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the question is : if&amp;nbsp; the &lt;SPAN style="color: #333333; font-family: arial; font-size: 13px;"&gt;network is unstable or&amp;nbsp; we operate it&amp;nbsp; too quick.&amp;nbsp; the api &lt;SPAN style="color: #ff0000; font-size: 13.3333px;"&gt;app.variable.getContent&lt;/SPAN&gt; can not &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;get the variable value quickly&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;then first chart and second chart can not transfer quickly. So what shall I do? Or any idea? API?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if&amp;nbsp; i do not use &lt;SPAN style="font-size: 13.3333px; color: #ff0000;"&gt;document.addEventListener&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;('touchend',function(e)&lt;/SPAN&gt;), any choice?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks very much.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://community.qlik.com/qlik-users/5070"&gt;erik.wetterberg&lt;/A&gt;‌ please help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 08:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-issue/m-p/18187#M286</guid>
      <dc:creator>wangxusq</dc:creator>
      <dc:date>2018-05-11T08:09:54Z</dc:date>
    </item>
  </channel>
</rss>

