<?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 to get the data in Qliksense .Net SDK? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-the-data-in-Qliksense-Net-SDK/m-p/828558#M2775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your first senario there is probably not an InitialDataFetch defined on the chart, which means that it will not have any data until you call GetData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To identify the number of records in a object the hypercube has a Size which indicates the size of the hypercube. Size.Cx indicates the number of columns and Size.Cy indicates the number of rows.&lt;/P&gt;&lt;P&gt;Note that there is a limit of max 10000 elements (NxPage.Left * NxPage.Height) that can be retreived in a GetData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lars-Göran Book&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 07:30:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-20T07:30:48Z</dc:date>
    <item>
      <title>How to get the data in Qliksense .Net SDK?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-the-data-in-Qliksense-Net-SDK/m-p/828557#M2774</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 trying to get the data from Qliksense Objects. I'm using below code to achieve 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_14312661193148194 jive_text_macro" jivemacro_uid="_14312661193148194"&gt;
&lt;P&gt;Datapage = ((ITable)child).DataPages;&lt;/P&gt;
&lt;P&gt;foreach (NxDataPage NxData in Datapage)&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;var matrix = NxData.Matrix;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm getting zero records for some tables. Even if it has records. i got another code to get the data from&amp;nbsp; help.qlik.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14312661268118292 jive_text_macro" jivemacro_uid="_14312661268118292"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN class="token keyword" style="color: #0077aa; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; first10ElementsPage &lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token keyword" style="color: #0077aa; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="class-name token" style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;NxPage&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; Top &lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token number" style="color: #990055; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; Height &lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token number" style="color: #990055; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;10&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;IEnumerable&lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;NxDataPage&lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; tableData &lt;/SPAN&gt;&lt;SPAN class="token operator" style="color: #a67f59; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background: rgba(255, 255, 255, 0.498039);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; myTable&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function" style="color: #dd4a68; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;GetData&lt;SPAN class="token punctuation" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token keyword" style="color: #0077aa; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;new&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;]&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; first10ElementsPage &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But the Problem here is Height parameter (Number of Rows). it is dynamic. How to identify the number of records in an object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there any other method to achieve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please help me.....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks and Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Prabhu Appu&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 14:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-the-data-in-Qliksense-Net-SDK/m-p/828557#M2774</guid>
      <dc:creator>prabhuappu</dc:creator>
      <dc:date>2015-05-10T14:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the data in Qliksense .Net SDK?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-the-data-in-Qliksense-Net-SDK/m-p/828558#M2775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your first senario there is probably not an InitialDataFetch defined on the chart, which means that it will not have any data until you call GetData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To identify the number of records in a object the hypercube has a Size which indicates the size of the hypercube. Size.Cx indicates the number of columns and Size.Cy indicates the number of rows.&lt;/P&gt;&lt;P&gt;Note that there is a limit of max 10000 elements (NxPage.Left * NxPage.Height) that can be retreived in a GetData.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Lars-Göran Book&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 07:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-the-data-in-Qliksense-Net-SDK/m-p/828558#M2775</guid>
      <dc:creator />
      <dc:date>2015-05-20T07:30:48Z</dc:date>
    </item>
  </channel>
</rss>

