<?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 Qlik Sense API - getting Data in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391750#M8417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm playing around with the API's for Qlik Sense. More specifically the Engine API.&lt;/P&gt;&lt;P&gt;Its very much trial and error as I'm struggling to find documentation on using the API's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is - how do I get to send a "qlik query" through to the API engine,&lt;/P&gt;&lt;P&gt;for example data = "SUM( {&amp;lt; Person={'John'} &amp;gt;} Amount)" and it should return the correct value through all the associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I've been able to connect to the Engine and by selecting the right App and providing a table&lt;/P&gt;&lt;P&gt;I was able to collect a dataset back in .NET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm manipulating the dataset myself but I'm sure that I'm probably doing this the wrong way&lt;/P&gt;&lt;P&gt;as Qlik API's might be able to do the calculations (with all the associations) for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this or links to tutorials on what the separate API's are for would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2017 13:20:52 GMT</pubDate>
    <dc:creator>ruanhaese</dc:creator>
    <dc:date>2017-11-01T13:20:52Z</dc:date>
    <item>
      <title>Qlik Sense API - getting Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391750#M8417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm playing around with the API's for Qlik Sense. More specifically the Engine API.&lt;/P&gt;&lt;P&gt;Its very much trial and error as I'm struggling to find documentation on using the API's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is - how do I get to send a "qlik query" through to the API engine,&lt;/P&gt;&lt;P&gt;for example data = "SUM( {&amp;lt; Person={'John'} &amp;gt;} Amount)" and it should return the correct value through all the associations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I've been able to connect to the Engine and by selecting the right App and providing a table&lt;/P&gt;&lt;P&gt;I was able to collect a dataset back in .NET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm manipulating the dataset myself but I'm sure that I'm probably doing this the wrong way&lt;/P&gt;&lt;P&gt;as Qlik API's might be able to do the calculations (with all the associations) for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this or links to tutorials on what the separate API's are for would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 13:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391750#M8417</guid>
      <dc:creator>ruanhaese</dc:creator>
      <dc:date>2017-11-01T13:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense API - getting Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391751#M8418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow this link: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-19563"&gt;App integration API - simplify analysis of large data volumes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391751#M8418</guid>
      <dc:creator>akpofureenughwu</dc:creator>
      <dc:date>2018-02-16T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense API - getting Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391752#M8419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to have a look at this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/5818518b9fa7b8156fa73588" title="http://branch.qlik.com/#!/project/5818518b9fa7b8156fa73588"&gt;http://branch.qlik.com/#!/project/5818518b9fa7b8156fa73588&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It illustrates how to use hypercubes through the .Net SDK to access and filter data. But for a case where you just want to evaluate an expression like you mention in your post, you would typically use this endpoint:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2018/apis/net%20sdk/html/M_Qlik_Engine_IApp_Evaluate.htm" title="https://help.qlik.com/en-US/sense-developer/February2018/apis/net%20sdk/html/M_Qlik_Engine_IApp_Evaluate.htm"&gt;https://help.qlik.com/en-US/sense-developer/February2018/apis/net%20sdk/html/M_Qlik_Engine_IApp_Evaluate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have opened the app, you can do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15187801840948742 jive_text_macro" jivemacro_uid="_15187801840948742" modifiedtitle="true"&gt;
&lt;P&gt;var value = app.Evaluate("SUM( {&amp;lt; Person={'John'} &amp;gt;} Amount)");&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want the numeric value, then you could do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15187802611643601 jive_text_macro" jivemacro_uid="_15187802611643601" modifiedtitle="true"&gt;
&lt;P&gt;var numValue = app.EvaluateEx("SUM( {&amp;lt; Person={'John'} &amp;gt;} Amount)").Number;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 11:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391752#M8419</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-02-16T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense API - getting Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391753#M8420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use this package &lt;A href="https://github.com/qmoni/qliksense-api" title="https://github.com/qmoni/qliksense-api"&gt;https://github.com/qmoni/qliksense-api&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Sep 2018 01:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1391753#M8420</guid>
      <dc:creator>rodolfoviolac</dc:creator>
      <dc:date>2018-09-22T01:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense API - getting Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1624066#M11310</link>
      <description>&lt;P&gt;&lt;SPAN class="login-bold"&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2647" target="_self"&gt;Ruanhaese&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; i am trying to connect Qlik sense engine through some API.&amp;nbsp; i don't have knowledge on java script or .Net.&lt;/P&gt;&lt;P&gt;can you suggest me which method&amp;nbsp; will be easier to connect and authenticate? and also can you provide me brief explanation along with some code if possible?&lt;/P&gt;&lt;P&gt;Thanks in anticipation..&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2019 08:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-API-getting-Data/m-p/1624066#M11310</guid>
      <dc:creator>KumaRan</dc:creator>
      <dc:date>2019-09-16T08:44:08Z</dc:date>
    </item>
  </channel>
</rss>

