<?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 to Download an Excel sheet from Microsoft Teams Files Location in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741148#M8377</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36636"&gt;@male_carrasco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't address Teams and Excel, but you might get some ideas for what you need to do from this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/" target="_blank"&gt;https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are only interested in that one file you should be able to get the Id without doing the loop, by adding a WHERE statement to the first table. You may be able to do a filter on the initial load, but if not you can do it on a preceding load.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Id_Table:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;*&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;WHERE Match(Name, '*Filename.xlsx')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;Text(UniqueId) as UniqeId,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;etc...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you say that it's not working, is the variable v3rdWorkday not containing the ID, or is it another issue?&lt;/P&gt;&lt;P&gt;I think what the issue might be is that you are missing single quotes around $(vFile), so the match line should start:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if Match('$(vFile)', '*3rd Workday etc.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 22:27:05 GMT</pubDate>
    <dc:creator>stevedark</dc:creator>
    <dc:date>2020-09-03T22:27:05Z</dc:date>
    <item>
      <title>How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1738617#M8365</link>
      <description>&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;I need to download an excel sheet which is presented at Microsoft Teams Files location. There is an option which gives two paths&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Microsoft Teams&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;A href="https://teams.microsoft.com/l/file/A13BD6C7-2239-489F-BE70-0A120829ECAE?tenantId=a1f1e214-7ded-45b6-81a1-9e8ae3459641&amp;amp;fileType=xlsx&amp;amp;objectUrl=https%3A%2F%2Fapps.jci.com%2Fsites%2FCTWAAReporting%2FShared%20Documents%2FGeneral%2F2020-05-13%20Client%20Migrations%20Progress%20Report2.xlsx&amp;amp;baseUrl=https%3A%2F%2Fapps.jci.com%2Fsites%2FCTWAAReporting&amp;amp;serviceName=teams&amp;amp;threadId=19:5a3b41f0f8fd41169a88b122479f8029@thread.tacv2&amp;amp;groupId=4bc7aad9-de1d-4f4e-ae0e-e9666fb976d6" target="_blank"&gt;https://teams.microsoft.com/l/file/A13BD6C7?tenantId=-81a1-9e8ae3459641&amp;amp;fileType=xlsx&amp;amp;objectUrl=https%3A%2F%2Fapps.jci.com%2Fsites%2F%2FShared%20Documents%2FGeneral%2F2020-05-13%20Client%20Migrations%20Progress%20Report2.xlsx&amp;amp;baseUrl=https%3A%2F%2Fapps.***.com%2Fsites%2FCTWAA&amp;amp;serviceName=teams&amp;amp;threadId=19:029@thread.tacv2&amp;amp;groupId=4bc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Sharepoint&lt;/P&gt;&lt;P&gt;&lt;A href="https://apps.***.com/sites/****/_layouts/15/WopiFrame2.aspx?sourcedoc={70-0a120829ecae}&amp;amp;action=edit" target="_blank"&gt;https://apps.***.com/sites/****/_layouts/15/WopiFrame2.aspx?sourcedoc={70-0a120829ecae}&amp;amp;action=edit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="teams.png" style="width: 0px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39578i2E10246784FD44AE/image-size/large?v=v2&amp;amp;px=999" width="0" height="0" role="button" title="teams.png" alt="teams.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;One top right corner, there are three dots, when I click on it, it gives me two options of link which I stated above. Can you please guide me which connector works for this scenario. I have Nov 2017 Web connector too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1738617#M8365</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2021-04-02T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1738860#M8366</link>
      <description>&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;As far as I know, the MS Teams files are stored in Sharepoint. So you can use the Qlik Office 365 Sharepoint connector.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1738860#M8366</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-08-26T14:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739100#M8367</link>
      <description>&lt;P&gt;Hi Fosuzuki,&lt;/P&gt;&lt;P&gt;We don't have Office 365 Share point connector. Is there any other way we can do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739100#M8367</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2020-08-27T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739105#M8368</link>
      <description>&lt;P&gt;Hi - Are you using the Qlik Web Connectors&amp;nbsp;&lt;SPAN&gt;Nov 2017 release then? Can't you update to the latest version and try the Office 365 Sharepoint connector?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 11:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739105#M8368</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2020-08-27T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739629#M8369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28676"&gt;@fosuzuki&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the Qlik Office 365 Sharepoint connector, however, I tried to set up to found the file and I can't.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you know how to obtain the file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sharepoint.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39757iD894906AAFFA3DB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="sharepoint.PNG" alt="sharepoint.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ps: Thank &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16339"&gt;@rohitk1609&lt;/a&gt;&amp;nbsp;for your post.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 13:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1739629#M8369</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2020-08-29T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1740038#M8370</link>
      <description>&lt;P&gt;I can't update it because we are using MongoDB connector also which would be depreciated in latest release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 20:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1740038#M8370</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2020-08-31T20:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741101#M8371</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36636"&gt;@male_carrasco&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'd recommend you to use the ListFolders together with the ListFiles to look around for other folders/subfolders.&lt;/P&gt;&lt;P&gt;Are you using WebConnectors with QlikView or Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 19:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741101#M8371</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-09-03T19:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741107#M8372</link>
      <description>&lt;P&gt;Can you please explain me in detail step wise "u&lt;SPAN&gt;se the ListFolders together with the ListFiles&lt;/SPAN&gt;"?&lt;/P&gt;&lt;P&gt;I am using Web connector Nov 2017 with Qlik Sense&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 19:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741107#M8372</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2020-09-03T19:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741120#M8373</link>
      <description>&lt;P&gt;Thank &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28676"&gt;@fosuzuki&lt;/a&gt;&amp;nbsp;&amp;nbsp;for your reply!&lt;BR /&gt;I'm using Sense. I solved it! but now, I have a new challenge.&lt;BR /&gt;I found the files, but I'm trying to&amp;nbsp;loading data from the files. Every month I will load a new file from the folder (Same format, fields).&lt;BR /&gt;If you know how to read the data from several files I will appreciate a clue.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40071i2773AA1976F3A070/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="Capture2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741120#M8373</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2020-09-03T20:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741134#M8374</link>
      <description>&lt;P&gt;Nice!&lt;/P&gt;&lt;P&gt;Now you need to use the GetFile function, and input the UniqueId for the file you need.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741134#M8374</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-09-03T20:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741135#M8375</link>
      <description>&lt;P&gt;I meant that you should start with ListFolders to get a list of folders. Then, take one of these folders, and use it with ListFiles to get the files from this folder.&lt;/P&gt;&lt;P&gt;And then iterate through this process until you find the file you need.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 21:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741135#M8375</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2020-09-03T21:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741139#M8376</link>
      <description>&lt;P&gt;Yes, I did but I&amp;nbsp;will load a new file every month, so I will get a new&amp;nbsp;Unique Id for every file, so every month I will have to add it to my script.&lt;BR /&gt;Is it possible to automate it on the script only one time?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started with this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 551px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40073i06D164A8CD2C04A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="Capture3.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;But&amp;nbsp;It's not working...&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 21:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741139#M8376</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2020-09-03T21:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741148#M8377</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36636"&gt;@male_carrasco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't address Teams and Excel, but you might get some ideas for what you need to do from this blog post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/" target="_blank"&gt;https://www.quickintelligence.co.uk/cloud-file-services-qlik-sense/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are only interested in that one file you should be able to get the Id without doing the loop, by adding a WHERE statement to the first table. You may be able to do a filter on the initial load, but if not you can do it on a preceding load.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Id_Table:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;*&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;WHERE Match(Name, '*Filename.xlsx')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;Text(UniqueId) as UniqeId,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;etc...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you say that it's not working, is the variable v3rdWorkday not containing the ID, or is it another issue?&lt;/P&gt;&lt;P&gt;I think what the issue might be is that you are missing single quotes around $(vFile), so the match line should start:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if Match('$(vFile)', '*3rd Workday etc.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 22:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741148#M8377</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-03T22:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741177#M8378</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748"&gt;@stevedark&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;I did some steps but I can't load the files.&lt;BR /&gt;1) I loaded the list files from Teams.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40082iAD9BAF780D284E0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.PNG" alt="Capture4.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2) I tried to load the files&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture5.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40083iF36233961DB5C38E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture5.PNG" alt="Capture5.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3) but it has an error.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture6.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40084iA49A68E031931546/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture6.PNG" alt="Capture6.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any advice?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 01:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741177#M8378</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2020-09-04T01:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741202#M8379</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36636"&gt;@male_carrasco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to be able to run a LOAD directly from a URL you would need to have your server switched to legacy mode in QMC. If this is not set then you will get an error message saying that you can only load from libraries. I'm guessing that is set correctly to allow you to load direct from URLs?&lt;/P&gt;&lt;P&gt;You can always test QWC statements by copying and pasting the URL into a browser. If you can't copy it from the progress dialog then you should be able to find it in the log file for the app reload, or store it to a text file like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tmpConn:
LOAD
   'https://qwc.server:5555/etc.etc.' as Connection
AUTOGENERATE(1);

STORE tmpConn INTO [lib://mylibrary/QWCURL.txt] (txt);

DROP TABLE tmpConn;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you paste the URL into your browser you will either get some data or an error message. That error message could be very useful. Depending on your QWC settings you may need to RDP to the QWC server to get a full message, as by default it gives out generic messages to calls from remote machines.&lt;/P&gt;&lt;P&gt;I don't think that the data that comes back from that stream will be a QVX, I think it is more likely to be a binary stream of that Excel file. In which case, the format specifier would not be (qvx) on the end, rather the same (ooxml, etc.) that you have when loading the spreadsheet from a file connection. If when you paste the URL into your browser it downloads the Excel file this is what you will need to use.&lt;/P&gt;&lt;P&gt;Hopefully one of those things will point you in the right direction a little.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 06:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741202#M8379</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-04T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741300#M8380</link>
      <description>&lt;P&gt;Thanks a lot for your help&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748" target="_blank" rel="noopener"&gt;@stevedark&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I did it! but on QLIK&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_heart_eyes:"&gt;😍&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On Sense, I can't&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":weary_face:"&gt;😩&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741300#M8380</guid>
      <dc:creator>male_carrasco</dc:creator>
      <dc:date>2020-09-04T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Download an Excel sheet from Microsoft Teams Files Location</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741306#M8381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36636"&gt;@male_carrasco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That being the case you have two choices, one is to put Sense into Legacy mode. This will allow you to run script that works on QlikView against Sense. This is not the recommended route.&lt;/P&gt;&lt;P&gt;The other way is that you create a generic Get connection to somewhere random (e.g.&amp;nbsp;&lt;A href="https://jsonplaceholder.typicode.com/posts" target="_blank"&gt;https://jsonplaceholder.typicode.com/posts&lt;/A&gt;) and then use the WITH CONNECTION statement to replace the URL with the one you have constructed from variables, like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;WITH CONNECTION
      (
      URL "http://localhost:5555/etc.&amp;amp;ID=$(vID)&amp;amp;etc."
      );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Details on WITH CONNECTION are here:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm#WITH-CONNECTION-keyword" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm#WITH-CONNECTION-keyword&lt;/A&gt;&lt;/P&gt;&lt;P&gt;A blog post (on a different topic) that explains it and shows it in use is here:&lt;BR /&gt;&lt;A href="https://www.quickintelligence.co.uk/reading-rss-feeds-with-qlik-rest-connector/" target="_blank"&gt;https://www.quickintelligence.co.uk/reading-rss-feeds-with-qlik-rest-connector/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that allows you to get it created in Sense.&lt;/P&gt;&lt;P&gt;If you have access to both, there is always the cheating method of having QlikView load the data from source, then write to QVD and then have Sense pick up from there.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 14:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-Download-an-Excel-sheet-from-Microsoft-Teams-Files/m-p/1741306#M8381</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-09-04T14:08:09Z</dc:date>
    </item>
  </channel>
</rss>

