<?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: Logout Mashup Editor in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60187#M3988</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 should put this in the .js file right? I am sorry , I am quite new to the mashup editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 05:27:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-21T05:27:26Z</dc:date>
    <item>
      <title>Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60185#M3986</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 am developing one web application to view qliksense dashboard. Currently trying to figure out on how i can create a logout button for the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate to those who can help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 03:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60185#M3986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T03:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60186#M3987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You could call &lt;A href="https://help.qlik.com/en-US/sense-developer/February2018/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/close-method.htm"&gt;app.close()&lt;/A&gt;. That will close your connection to Qlik Sense, but you will still be authenticated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 05:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60186#M3987</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-21T05:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60187#M3988</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 should put this in the .js file right? I am sorry , I am quite new to the mashup editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 05:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60187#M3988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60188#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a button in the HTML file and connect the click event on that button to the API call. You would typically do that in the js file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 06:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60188#M3989</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-03-21T06:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60189#M3990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot, this helps only to cut of the connection but if you happen to have a code for logging out from the web page , do let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 07:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/60189#M3990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T07:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logout Mashup Editor</title>
      <link>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/1542490#M39143</link>
      <description>&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;I want to take the user to the login page when logout button is clicked. How do you suggest I do that?&lt;/P&gt;&lt;P&gt;Currently I am using this function which is called on click of the logout button. But there is some error because of which this is not working. Can you help out?&lt;/P&gt;&lt;P&gt;function logoutbutton() {&lt;BR /&gt;$.ajax({&lt;BR /&gt;type: 'DELETE',&lt;BR /&gt;url: 'https://' + config.host + config.prefix + 'qps/user'&lt;BR /&gt;});&lt;BR /&gt;};&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 18:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Logout-Mashup-Editor/m-p/1542490#M39143</guid>
      <dc:creator>PoojaG</dc:creator>
      <dc:date>2019-02-11T18:02:17Z</dc:date>
    </item>
  </channel>
</rss>

