<?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 Extension Validated Event not firing in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337468#M29364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I found is if a dimension and measure are not set for the extension the validated event doesn't fire.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Jun 2017 19:07:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-23T19:07:40Z</dc:date>
    <item>
      <title>QlikSense Extension Validated Event not firing</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337467#M29363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlik Sense v3.2&lt;/P&gt;&lt;P&gt;I am trying to capture the Validated event when a field selection is made.&amp;nbsp; I have tried capturing Validated, InValidated, Aborted, Cancelled and Closed and none fire.&amp;nbsp; When a field selection is made qlik.app.createGenericObject is called and run successfully but nothing else runs after that method completes.&amp;nbsp; Because createGenericObject executes I am assuming an event has fired. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I log the Validated object before and after calling bind and I see the observers collection updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/167698_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;This is the code I am using to add a function to the Validated event.&lt;/P&gt;&lt;P&gt;$scope.component.model.Validated.bind(function(){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.info("model validated fired");&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know at one point in time I had this working and the event was firing.&amp;nbsp; Any ideas on how to troubleshoot would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 20:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337467#M29363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-21T20:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Extension Validated Event not firing</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337468#M29364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I found is if a dimension and measure are not set for the extension the validated event doesn't fire.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337468#M29364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Extension Validated Event not firing</title>
      <link>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337469#M29365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same issue. Only on a single table / data-island the event triggered. I solved this by looking 1 level deeper then the actual model, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$scope.component.model.app.Validated.bind( function () {&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; console.info( 'Validated' );&lt;/SPAN&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;So looking at the app of model and now it always get triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 11:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QlikSense-Extension-Validated-Event-not-firing/m-p/1337469#M29365</guid>
      <dc:creator>diegobormann</dc:creator>
      <dc:date>2018-07-02T11:22:46Z</dc:date>
    </item>
  </channel>
</rss>

