<?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: .Net SDK  Field  missing  GetData in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-Field-missing-GetData/m-p/2058946#M18391</link>
    <description>&lt;P&gt;You're probably looking at an outdated example. Where did you find it? That method was removed in version v16.0.1 of the SDK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;REMOVED:&lt;/STRONG&gt; Removed deprecated promoted methods associated with property structure content of engine objects. Deprecated since v13.18.0.&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And the "GetAppFields" method returns instances of "IAppField" not "Field". You'll find the documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you simply want to retrieve all field values, then you can use this method:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.GetAllFieldValues.htm#Qlik_Sense_Client_IAppField_GetAllFieldValues_System_Int32_" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.GetAllFieldValues.htm#Qlik_Sense_Client_IAppField_GetAllFieldValues_System_Int32_&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 06:57:31 GMT</pubDate>
    <dc:creator>Øystein_Kolsrud</dc:creator>
    <dc:date>2023-04-11T06:57:31Z</dc:date>
    <item>
      <title>.Net SDK  Field  missing  GetData</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-Field-missing-GetData/m-p/2057937#M18385</link>
      <description>&lt;P&gt;I have installed the Qlik SDK from NuGet v16.3.0 -&amp;nbsp; I have been following though some examples to get values from fields:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;var fields = application.GetAppFields();&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;foreach (var field in fields)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;textSB.AppendLine("Field Name: '" + field.Name + "'");&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;var p = new List&amp;lt;NxPage&amp;gt; { new NxPage { Height = 5, Width = 1 } };&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;var dataPages = field.GetData(p);&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;However&amp;nbsp; &amp;nbsp;"Field" class defined does not have a GetData method - what am i missing.&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="van_nanney_0-1680781229962.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/104407iB774914F7AE39A02/image-size/medium?v=v2&amp;amp;px=400" role="button" title="van_nanney_0-1680781229962.png" alt="van_nanney_0-1680781229962.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I get all the values of the field via the SDK ???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 11:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-Field-missing-GetData/m-p/2057937#M18385</guid>
      <dc:creator>van_nanney</dc:creator>
      <dc:date>2023-04-06T11:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: .Net SDK  Field  missing  GetData</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-Field-missing-GetData/m-p/2058946#M18391</link>
      <description>&lt;P&gt;You're probably looking at an outdated example. Where did you find it? That method was removed in version v16.0.1 of the SDK:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/ReleaseNotes.htm&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;REMOVED:&lt;/STRONG&gt; Removed deprecated promoted methods associated with property structure content of engine objects. Deprecated since v13.18.0.&lt;HR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And the "GetAppFields" method returns instances of "IAppField" not "Field". You'll find the documentation here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you simply want to retrieve all field values, then you can use this method:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.GetAllFieldValues.htm#Qlik_Sense_Client_IAppField_GetAllFieldValues_System_Int32_" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/February2023/Subsystems/NetSDKAPIref/Content/Qlik.Sense.Client.IAppField.GetAllFieldValues.htm#Qlik_Sense_Client_IAppField_GetAllFieldValues_System_Int32_&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 06:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Net-SDK-Field-missing-GetData/m-p/2058946#M18391</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2023-04-11T06:57:31Z</dc:date>
    </item>
  </channel>
</rss>

