<?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: Automatic login in Sharepoint 365 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306227#M406587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guzman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use Reload the script automatically by using macro. This will fetch data automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG&gt;Sub ReloadDoc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Save&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG&gt;End sub&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2017 02:27:00 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-07-14T02:27:00Z</dc:date>
    <item>
      <title>Automatic login in Sharepoint 365</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306226#M406586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to retrieve data from a Sharepoint 365 list into QlikView, and Sharepoint ask me for a login before let me get the data. So in this case, I have to select "Open URL" from the file menu, put the Sharepoint URL, log me in the site (using the embedded browser in the QlikView Environment), and then yes, I can get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fact is that I have to schedule this reload to be executed automatically, so Qlikview should make the login process by itself and then load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying with a vbScript that perform the process automatically, this process run and logged in to Sharepoint successfully, but this login is not recognized by Qlikvew reload process, only works if I make the login process manually through "Open URL" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objIE = CreateObject("InternetExplorer.Application.1")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call objIE.Navigate URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea to do this? Does anyone know if there is a way to execute the exact "Open URL" option with a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and let me know if you need any additional information.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 18:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306226#M406586</guid>
      <dc:creator />
      <dc:date>2017-07-13T18:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic login in Sharepoint 365</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306227#M406587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guzman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use Reload the script automatically by using macro. This will fetch data automatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG&gt;Sub ReloadDoc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Reload&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;STRONG style="color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; ActiveDocument.Save&lt;/STRONG&gt;&lt;/P&gt;&lt;P dir="ltr" style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;&lt;STRONG&gt;End sub&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 02:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306227#M406587</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-14T02:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic login in Sharepoint 365</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306228#M406588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anil, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I tried with that, but then of to make the login process and wait some seconds to be sure that the user is really logged in, the reload fails because it continues not recognizing the login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any other idea to try?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 15:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306228#M406588</guid>
      <dc:creator />
      <dc:date>2017-07-14T15:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic login in Sharepoint 365</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306229#M406589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any luck??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 19:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-login-in-Sharepoint-365/m-p/1306229#M406589</guid>
      <dc:creator>aarkay29</dc:creator>
      <dc:date>2018-07-19T19:09:36Z</dc:date>
    </item>
  </channel>
</rss>

