<?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: Fetching raw data values using Qlik Engine JSON Api in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/107700#M1479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is definitely what you would use the Engine API for. The exact endpoints to use would depend on what type of selections and data extraction you want to do, but if you just want to do a selection on a field and then extract the "Sum(Sales)", then you could use these two endpoints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html" title="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html"&gt;https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html" title="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html"&gt;https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more complex data extraction you might need to use a hypercube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there are any ready API's available for this in Java though, but I have a very experimental one that I could put up on git hub if you like. Otherwise the most common languages to use for this are JavaScript and C#. This is the most popular one in JavaScript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-int…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is for C#:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This project illustrates how to use hypercubes for selection and data extraction using C#:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/5818518b9fa7b8156fa73588" title="https://developer.qlik.com/garden/5818518b9fa7b8156fa73588"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 06:48:28 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2018-10-17T06:48:28Z</dc:date>
    <item>
      <title>Fetching raw data values using Qlik Engine JSON Api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/107699#M1478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Qlik sheet in which I have added a few dimensions and measures. eg. Geography and Sales.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to use the Engine JSON Api to get data values on the fly. i.e I want to pass a selection eg. Geography = 'XYZ' through the API and get the resulting raw Sales values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;How can I do this?&lt;/LI&gt;&lt;LI&gt;Should I use a table or hypercubes or fields or can I directly use the dimensions and measures ?&lt;/LI&gt;&lt;LI&gt;What APIs should I use?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am planning to implement this code in JAVA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 07:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/107699#M1478</guid>
      <dc:creator>gokulmanojnair</dc:creator>
      <dc:date>2018-10-16T07:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching raw data values using Qlik Engine JSON Api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/107700#M1479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is definitely what you would use the Engine API for. The exact endpoints to use would depend on what type of selections and data extraction you want to do, but if you just want to do a selection on a field and then extract the "Sum(Sales)", then you could use these two endpoints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html" title="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html"&gt;https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Field-SelectValues.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html" title="https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html"&gt;https://help.qlik.com/en-US/sense-developer/September2018/apis/EngineAPI/services-Doc-Evaluate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more complex data extraction you might need to use a hypercube.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there are any ready API's available for this in Java though, but I have a very experimental one that I could put up on git hub if you like. Otherwise the most common languages to use for this are JavaScript and C#. This is the most popular one in JavaScript:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-introduction.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/APIs/Content/Sense_ClientAPIs/enigmajs/enigmajs-int…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is for C#:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm" title="https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-Sdk-Intro.htm"&gt;https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/NetSDKAPI/Content/Sense_NetSDKAPI/Introduction/Net-…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This project illustrates how to use hypercubes for selection and data extraction using C#:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.qlik.com/garden/5818518b9fa7b8156fa73588" title="https://developer.qlik.com/garden/5818518b9fa7b8156fa73588"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 06:48:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/107700#M1479</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-10-17T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching raw data values using Qlik Engine JSON Api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/1512184#M9556</link>
      <description>&lt;P&gt;Hi Yko,&lt;/P&gt;&lt;P&gt;I am planning to read the data from qlik sense using engine JSON api through java code.&lt;/P&gt;&lt;P&gt;Could you please provide me the&amp;nbsp;Java Api code.It will be really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deeksha&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/1512184#M9556</guid>
      <dc:creator>deeksha_yekkant</dc:creator>
      <dc:date>2018-11-26T12:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fetching raw data values using Qlik Engine JSON Api</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/1512700#M9559</link>
      <description>&lt;P&gt;Hmm... Looking at my old code, I don't think it will be very helpful. It's a mess, and it only supports desktop connections anyway.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Fetching-raw-data-values-using-Qlik-Engine-JSON-Api/m-p/1512700#M9559</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2018-11-27T09:02:00Z</dc:date>
    </item>
  </channel>
</rss>

