<?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: How do you retrieve more data, or filter from a Qlik extension? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-you-retrieve-more-data-or-filter-from-a-Qlik-extension/m-p/1222893#M6367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can use the getData method on the BackendApi to fetch additional pages of data.&lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/BackendAPI/getdata-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/BackendAPI/getdata-method.htm"&gt;getData method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can use the Field API to select a data point in the app which will filter the underlying data model and refresh all objects and data cubes. This will also trigger a re-validation of your object. &lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/MashupAPI/Methods/selectValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/MashupAPI/Methods/selectValues-method.htm"&gt;selectValues method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.5) If you don't want to filter the entire data model you probably want to incorporate Set Analysis in your expression.&lt;/P&gt;&lt;P&gt;This is a intro video &lt;A href="http://help.qlik.com/en-US/sense/3.1/Content/Videos/Videos-set-analysis-introduction.htm" title="http://help.qlik.com/en-US/sense/3.1/Content/Videos/Videos-set-analysis-introduction.htm"&gt;Set analysis – an introduction ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 17:01:02 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2016-11-10T17:01:02Z</dc:date>
    <item>
      <title>How do you retrieve more data, or filter from a Qlik extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-you-retrieve-more-data-or-filter-from-a-Qlik-extension/m-p/1222892#M6366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an AngularJS Qlik Sense extension, and it has a Qlik data cube.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How do I tell it to retrieve the entire data set instead of just the "height"?&lt;/LI&gt;&lt;LI&gt;Can I tell it to filter the data on the server, and get just the filtered results back?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-you-retrieve-more-data-or-filter-from-a-Qlik-extension/m-p/1222892#M6366</guid>
      <dc:creator />
      <dc:date>2016-11-09T14:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you retrieve more data, or filter from a Qlik extension?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-you-retrieve-more-data-or-filter-from-a-Qlik-extension/m-p/1222893#M6367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can use the getData method on the BackendApi to fetch additional pages of data.&lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/BackendAPI/getdata-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/BackendAPI/getdata-method.htm"&gt;getData method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can use the Field API to select a data point in the app which will filter the underlying data model and refresh all objects and data cubes. This will also trigger a re-validation of your object. &lt;BR /&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/MashupAPI/Methods/selectValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/APIs/Content/MashupAPI/Methods/selectValues-method.htm"&gt;selectValues method ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.5) If you don't want to filter the entire data model you probably want to incorporate Set Analysis in your expression.&lt;/P&gt;&lt;P&gt;This is a intro video &lt;A href="http://help.qlik.com/en-US/sense/3.1/Content/Videos/Videos-set-analysis-introduction.htm" title="http://help.qlik.com/en-US/sense/3.1/Content/Videos/Videos-set-analysis-introduction.htm"&gt;Set analysis – an introduction ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 17:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-you-retrieve-more-data-or-filter-from-a-Qlik-extension/m-p/1222893#M6367</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-11-10T17:01:02Z</dc:date>
    </item>
  </channel>
</rss>

