<?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: SDK in Qliksense ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412703#M8686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK is meant for use by developers familiar with .Net programming. Are you experienced with writing .NET programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 02:42:09 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2017-08-17T02:42:09Z</dc:date>
    <item>
      <title>SDK in Qliksense ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412702#M8685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know about SDK in Qliksense. I came up with two links &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Intro.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/Introduction/Net-Sdk-Intro.htm"&gt;Windows (.NET) applications ‒ Qlik Sense&lt;/A&gt; &amp;amp; &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/Plugins/Content/Introduction/Plugin-Intro.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/Plugins/Content/Introduction/Plugin-Intro.htm"&gt;Qlik Analytics for Visual Studio ‒ Qlik Sense&lt;/A&gt;. I need some guidance on how do I connect my qliksense on to SDK. Can someone explain &amp;amp; guide me from where I have to start with. Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412702#M8685</guid>
      <dc:creator>santho_ak</dc:creator>
      <dc:date>2017-08-16T19:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: SDK in Qliksense ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412703#M8686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK is meant for use by developers familiar with .Net programming. Are you experienced with writing .NET programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 02:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412703#M8686</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-08-17T02:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: SDK in Qliksense ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412704#M8687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to check out the "Getting started" section of that first link you posted: &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/GettingStarted/Getting-Started-Steps.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/GettingStarted/Getting-Started-Steps.htm"&gt;Getting started with the Qlik Sense .NET SDK ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also a number of examples illustrating how to connect at this location: &lt;A href="https://github.com/AptkQlik/PublicExamples" title="https://github.com/AptkQlik/PublicExamples"&gt;GitHub - AptkQlik/PublicExamples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The connection process depends on your security configurations, but a typical process would be to use the NTLM connection approach in which case you should have a look at this example: &lt;A href="https://github.com/AptkQlik/PublicExamples/tree/master/ConnectServerNTLM" title="https://github.com/AptkQlik/PublicExamples/tree/master/ConnectServerNTLM"&gt;PublicExamples/ConnectServerNTLM at master · AptkQlik/PublicExamples · GitHub&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 08:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412704#M8687</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2017-08-17T08:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: SDK in Qliksense ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412705#M8688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This example can also be a good place to start: &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/CodeExamples/App-Traverse.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/NetSDKAPI/Content/CodeExamples/App-Traverse.htm"&gt;App traverser - extract information from applications ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That example illustrates how to traverse and inspect the contents of an app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 08:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SDK-in-Qliksense/m-p/1412705#M8688</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2017-08-17T08:27:14Z</dc:date>
    </item>
  </channel>
</rss>

