<?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 do I create Qlik Sense mashups using .Net in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764265#M2387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution I tried out right now is to use the single objects for the app and to embed them onto my .Net website using iframes. I tried this from my Qlik Sense desktop on my local host .Net website, and it works fine. I then replaced the single object URLs for my desktop app with the single objects from our Qlik Sense server for the iframe. I use qlik tickets for the authentication into Qlik. My website has a few different iframes on a few different pages. And I have 2 problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On initial load, the first few pages load fine, but then I start getting "You have no access pass" errors. After a couple more refreshes it work fine. The error appears randomly throughout the session. &lt;/LI&gt;&lt;LI&gt;Even though I am accessing different iframes, in the same session, my current selections are not carried over from page to page. It worked fine when I was pointing to the single objects from my Qlik Sense Desktop.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any ideas on what might be causing this issue? &lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 14:47:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-25T14:47:36Z</dc:date>
    <item>
      <title>How do I create Qlik Sense mashups using .Net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764263#M2385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We recently purchased a Qlik Sense server and have a couple of apps on it. Now our customer wants us to create a website that has some of the sheets and objects from the sheet embedded in certain pages. I was planning on using .Net to create the mashups.&lt;/P&gt;&lt;P&gt;1. How do I create the .net mash ups?&lt;/P&gt;&lt;P&gt;2. What files do I need to include in my project?&lt;/P&gt;&lt;P&gt;3. How does it handle authentication. My .Net app has a login page that does the authentication, and I have figured out how to implement the ticket solution for Qlik Sense and have a qlikticket returned from the QPS. But how do I use these qlik tickets to pass in my authentication for the mashup?&lt;/P&gt;&lt;P&gt;I am sorry that my questions are basic as I am very new to Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 21:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764263#M2385</guid>
      <dc:creator />
      <dc:date>2015-02-20T21:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create Qlik Sense mashups using .Net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764264#M2386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;there is a .Net SDK for Qlik Sense which you can use to interact with Qlik Sense. The .Net SDK can be used to develop a varaiaty of applications such as ASP.NET, WinForms and WPF.&lt;BR /&gt;For more information see &lt;A href="https://help.qlik.com/sense/en-us/developer"&gt;https://help.qlik.com/sense/en-us/developer&lt;/A&gt; under "Qlik Sense .NET SDK".&lt;BR /&gt;The .Net SDK has a generic mashup called single that can be used with the WebBrowser control from the .Net SDK, see reference help on SingleUrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mashups are composed by html and JavaScript files that interact with Qlik Sense, you can find videos and examples on the community. You may also &lt;BR /&gt;have a look at Mashups on the help site &lt;A href="https://help.qlik.com/sense/en-us/developer"&gt;https://help.qlik.com/sense/en-us/developer&lt;/A&gt; under Qlik Sense Workbench.&lt;BR /&gt;You can also develop the mashup with Visual Studio and copy the files to Qlik Sense thru the QRS Rest APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;BR /&gt;Lars-Göran Book&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 08:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764264#M2386</guid>
      <dc:creator />
      <dc:date>2015-02-25T08:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create Qlik Sense mashups using .Net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764265#M2387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution I tried out right now is to use the single objects for the app and to embed them onto my .Net website using iframes. I tried this from my Qlik Sense desktop on my local host .Net website, and it works fine. I then replaced the single object URLs for my desktop app with the single objects from our Qlik Sense server for the iframe. I use qlik tickets for the authentication into Qlik. My website has a few different iframes on a few different pages. And I have 2 problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On initial load, the first few pages load fine, but then I start getting "You have no access pass" errors. After a couple more refreshes it work fine. The error appears randomly throughout the session. &lt;/LI&gt;&lt;LI&gt;Even though I am accessing different iframes, in the same session, my current selections are not carried over from page to page. It worked fine when I was pointing to the single objects from my Qlik Sense Desktop.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any ideas on what might be causing this issue? &lt;/P&gt;&lt;P&gt;Thank You!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 14:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764265#M2387</guid>
      <dc:creator />
      <dc:date>2015-02-25T14:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create Qlik Sense mashups using .Net</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764266#M2388</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;SPAN&gt;This article (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://msdn.microsoft.com/en-us/library/ie/ee330736(v=vs.85).aspx#websocket_maxconn" rel="nofollow"&gt;http://msdn.microsoft.com/en-us/library/ie/ee330736(v=vs.85).aspx#websocket_maxconn&lt;/A&gt;&lt;SPAN&gt;) will help you with the first problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To share the selection see the code snippet below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var mySession = Session.WithApp(yourAppIdentifier, SessionType.Default);&lt;/P&gt;&lt;P&gt;var uri = location.SongleUrl(yourAppIdentifier, "objectId", session:mySession);&lt;/P&gt;&lt;P&gt;myWebBrowserCtrl.Navigate(uri, null, null, "");&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 15:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-do-I-create-Qlik-Sense-mashups-using-Net/m-p/764266#M2388</guid>
      <dc:creator />
      <dc:date>2015-02-26T15:31:08Z</dc:date>
    </item>
  </channel>
</rss>

