<?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: Search in Qlik Sense using the API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1717979#M12890</link>
    <description>&lt;P&gt;Hi Yko:&lt;BR /&gt;First of all, thanks for your reply.&lt;/P&gt;&lt;P&gt;I have been reading the links that you have indicated and also reviewing the Javascript API and at the end I have done tests using the following code:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      this.app.field('field1').clear();
      var field1= this.app.field('field1');
      field1.selectMatch('value1',true);	 

       var table = this.app.createTable(["state"], ["Sum(people)"],{rows:200});	

	 var listener = function() {
		var rowCount = table.rowCount;
		var colCount = table.colCount;
		table.OnData.unbind( listener );  //unregister the listener when no longer notification is needed.
	 };
	 table.OnData.bind( listener ) &lt;/LI-CODE&gt;&lt;P&gt;Is this a correct way to do it?&lt;/P&gt;&lt;P&gt;I have verified that when making filters in the fields of the dimension these changes are also reflected in the Qlik Sense Desktop application where I have some example graphics. Is it not possible to make filters with the API that do not make changes in the Desktop application?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Miguel Angel&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2020 14:57:49 GMT</pubDate>
    <dc:creator>mamltdv</dc:creator>
    <dc:date>2020-06-11T14:57:49Z</dc:date>
    <item>
      <title>Search in Qlik Sense using the API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1708344#M12846</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am new to using the Qlik Sense API, and I am testing the Windows API, both the JSON RPC and the Javascript API. I would like to know which is the best for making queries against the model stored on the server and how it can be done.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Miguel Angel&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 20:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1708344#M12846</guid>
      <dc:creator>mamltdv</dc:creator>
      <dc:date>2020-06-04T20:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search in Qlik Sense using the API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1708464#M12847</link>
      <description>&lt;P&gt;If you're new to the APIs, then I would recommend that you have a look at this site (and I apologize if you already knew this and I'm stating the obvious &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;) :&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/Content/Sense_Helpsites/Developer-help-windows.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/April2020/Content/Sense_Helpsites/Developer-help-windows.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In particular, it is the Engine API that is of interest to you, and this page contains an overview of some of the fundamental concepts that you need to be aware of:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/April2020/Content/Sense_Helpsites/Developer-help-windows.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense-developer/April2020/Subsystems/Platform/Content/Sense_PlatformOverview/Concepts/concepts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The top three "Concepts" (GenericObject, Hypercube, ListObect) are the most important ones and are fundamental to understand if you want to extract data from Qlik Sense. Hypercube is the most important one of theses. That is the concept used by most visualizations for displaying aggregated data by defining a set of dimensions and measures to compute based on those dimensions.&lt;/P&gt;&lt;P&gt;An example of how to use hypercubes (in C#) for different kinds of data extraction can be found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage" target="_blank" rel="noopener"&gt;https://github.com/kolsrud/qlik-dot-net-sdk-hypercube-usage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 06:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1708464#M12847</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2020-06-05T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search in Qlik Sense using the API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1717979#M12890</link>
      <description>&lt;P&gt;Hi Yko:&lt;BR /&gt;First of all, thanks for your reply.&lt;/P&gt;&lt;P&gt;I have been reading the links that you have indicated and also reviewing the Javascript API and at the end I have done tests using the following code:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;      this.app.field('field1').clear();
      var field1= this.app.field('field1');
      field1.selectMatch('value1',true);	 

       var table = this.app.createTable(["state"], ["Sum(people)"],{rows:200});	

	 var listener = function() {
		var rowCount = table.rowCount;
		var colCount = table.colCount;
		table.OnData.unbind( listener );  //unregister the listener when no longer notification is needed.
	 };
	 table.OnData.bind( listener ) &lt;/LI-CODE&gt;&lt;P&gt;Is this a correct way to do it?&lt;/P&gt;&lt;P&gt;I have verified that when making filters in the fields of the dimension these changes are also reflected in the Qlik Sense Desktop application where I have some example graphics. Is it not possible to make filters with the API that do not make changes in the Desktop application?&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Miguel Angel&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 14:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Search-in-Qlik-Sense-using-the-API/m-p/1717979#M12890</guid>
      <dc:creator>mamltdv</dc:creator>
      <dc:date>2020-06-11T14:57:49Z</dc:date>
    </item>
  </channel>
</rss>

