<?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: Qliksense Visualization Events in Mashup in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143008#M5457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to make the same API calls (where relevant) work in both extensions and mashups. Many developers work with both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2016 06:12:57 GMT</pubDate>
    <dc:creator>ErikWetterberg</dc:creator>
    <dc:date>2016-05-17T06:12:57Z</dc:date>
    <item>
      <title>Qliksense Visualization Events in Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143005#M5454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on a qliksense mashup and have 2 visualizations.&amp;nbsp; We have a Pie ChartVisualization and a Table Visualization.&amp;nbsp; If i select a segment in the pie chart the table will filter down the data. What I wish to know is from the mashup api side is there an event or something that can tell me that data has changed in the table?&amp;nbsp; The reason I am asking is if there is another visualization on the mashup page from a different application or even a visualization that uses set analysis, I would like to know the visualizations that are affected by any&amp;nbsp; given selection. Is this a possibility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;Sheldon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 14:24:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143005#M5454</guid>
      <dc:creator>sheldonqlik</dc:creator>
      <dc:date>2016-05-13T14:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Visualization Events in Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143006#M5455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have the same events available as in an extension, defined on the model. There is some documentation available here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/Extensions/Content/extensions-angular-events.htm" title="https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/Extensions/Content/extensions-angular-events.htm"&gt;https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/Extensions/Content/extensions-angular-events.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;The Validated event would be the one you are interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use this in a mashup you would do something like this:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14633880531134025 jive_text_macro" jivemacro_uid="_14633880531134025" modifiedtitle="true"&gt;
&lt;P&gt;app.getObject( &lt;SPAN style="color: #458383;"&gt;tabid&lt;/SPAN&gt;, id ).&lt;SPAN style="color: #7a7a43;"&gt;then&lt;/SPAN&gt;( &lt;SPAN style="color: #000080; font-weight: bold;"&gt;function &lt;/SPAN&gt;( model ) {&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;&amp;nbsp; model.Validated.&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt; font-style: italic;"&gt;bind&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt; color: #000080; font-weight: bold;"&gt;function &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;() {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; //do something here&lt;/P&gt;
&lt;P&gt;&amp;nbsp; } );&lt;/P&gt;
&lt;P&gt;} );&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some explanation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the getobject call returns a promise of a model for the object&lt;/LI&gt;&lt;LI&gt;when you get that model back, it has the events defined&lt;/LI&gt;&lt;LI&gt;you can bind a function to the validated event&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 08:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143006#M5455</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2016-05-16T08:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Visualization Events in Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143007#M5456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't realize that!&amp;nbsp; i use that in the extensions but never thought about it like that for the mashups. Thanks.&amp;nbsp; that is exactly what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2016 14:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143007#M5456</guid>
      <dc:creator>sheldonqlik</dc:creator>
      <dc:date>2016-05-16T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Visualization Events in Mashup</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143008#M5457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to make the same API calls (where relevant) work in both extensions and mashups. Many developers work with both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 06:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-Visualization-Events-in-Mashup/m-p/1143008#M5457</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2016-05-17T06:12:57Z</dc:date>
    </item>
  </channel>
</rss>

