<?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: can't Fetching the Data from Azure in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1973886#M415</link>
    <description>&lt;P&gt;In this post, I am going to share a step-by-step guideline to take Panda Express Guest Survey on &lt;A href="https://takesurvey.onl/pandaexpress-com-feedback-survey/" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;www.pandaexpress.com/feedback&lt;/STRONG&gt;&lt;/A&gt; to win a Free coupon code. You can also get other details related to the Panda Express Survey.&lt;/P&gt;</description>
    <pubDate>Sat, 27 Aug 2022 16:44:20 GMT</pubDate>
    <dc:creator>brianjustin</dc:creator>
    <dc:date>2022-08-27T16:44:20Z</dc:date>
    <item>
      <title>can't Fetching the Data from Azure</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1972341#M404</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to fetch the data from Azure Database. Connections are properly made. In my Database, files are (Example)&lt;/P&gt;&lt;P&gt;stock_2020.xlsx&lt;/P&gt;&lt;P&gt;stock_2021.xlsx&lt;/P&gt;&lt;P&gt;stock_2022.xlsx&lt;/P&gt;&lt;P&gt;1. I want to fetch the latest data.&amp;nbsp; if I use 'For Each *** in Filelist' method. It runs good but not fetching the files.---&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vExcel_FileLocation='[lib://Azure_Cloud_Data:Azure_Storage_Interface_Data_008]';&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I used this ----For Each Files in filelist ('$(vExcel_FileLocation)/Stock*.xlsx')&lt;/P&gt;&lt;P&gt;2. Also I tried storing the maxYear in a variable and used it in the path---&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SET vMaxFileYear= 'Num(Date(Year(Today())))';&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; FROM [lib://Azure_Cloud_Data:Azure_Storage_Sales_Fileshare(Azure)/Stock_$(vMaxFileYear).xlsx]&lt;/P&gt;&lt;P&gt;Note: 'For each' method is perfectly working on Qlik sense Desktop but not in Cloude&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 23:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1972341#M404</guid>
      <dc:creator>Rishi_Revanth123</dc:creator>
      <dc:date>2025-03-19T23:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: can't Fetching the Data from Azure</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1973886#M415</link>
      <description>&lt;P&gt;In this post, I am going to share a step-by-step guideline to take Panda Express Guest Survey on &lt;A href="https://takesurvey.onl/pandaexpress-com-feedback-survey/" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;www.pandaexpress.com/feedback&lt;/STRONG&gt;&lt;/A&gt; to win a Free coupon code. You can also get other details related to the Panda Express Survey.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2022 16:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1973886#M415</guid>
      <dc:creator>brianjustin</dc:creator>
      <dc:date>2022-08-27T16:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: can't Fetching the Data from Azure</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1981343#M457</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/195107"&gt;@Rishi_Revanth123&lt;/a&gt;&amp;nbsp;&lt;A href="https://www.baycare-patientportal.com/" target="_self"&gt;BayCare Patient Portal App&lt;/A&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have to fetch the data from Azure Database. Connections are properly made. In my Database, files are (Example)&lt;/P&gt;
&lt;P&gt;stock_2020.xlsx&lt;/P&gt;
&lt;P&gt;stock_2021.xlsx&lt;/P&gt;
&lt;P&gt;stock_2022.xlsx&lt;/P&gt;
&lt;P&gt;1. I want to fetch the latest data.&amp;nbsp; if I use 'For Each *** in Filelist' method. It runs good but not fetching the files.---&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Let vExcel_FileLocation='[lib://Azure_Cloud_Data:Azure_Storage_Interface_Data_008]';&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I used this ----For Each Files in filelist ('$(vExcel_FileLocation)/Stock*.xlsx')&lt;/P&gt;
&lt;P&gt;2. Also I tried storing the maxYear in a variable and used it in the path---&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; SET vMaxFileYear= 'Num(Date(Year(Today())))';&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; FROM [lib://Azure_Cloud_Data:Azure_Storage_Sales_Fileshare(Azure)/Stock_$(vMaxFileYear).xlsx]&lt;/P&gt;
&lt;P&gt;Note: 'For each' method is perfectly working on Qlik sense Desktop but not in Cloude&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;That is the thing that I was searching for, what a data present here at this site, thank you administrator.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 04:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/1981343#M457</guid>
      <dc:creator>Lolale</dc:creator>
      <dc:date>2022-09-16T04:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: can't Fetching the Data from Azure</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/2016907#M640</link>
      <description>&lt;P&gt;Create a data factory.&lt;BR /&gt;Create Azure Storage and Azure SQL Database linked services.&lt;BR /&gt;Create Azure Blob and Azure SQL Database datasets.&lt;BR /&gt;Create a pipeline contains a Copy activity.&lt;BR /&gt;Start a pipeline run.&lt;BR /&gt;Monitor the pipeline and activity runs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Diana&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 09:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/can-t-Fetching-the-Data-from-Azure/m-p/2016907#M640</guid>
      <dc:creator>Dianah</dc:creator>
      <dc:date>2022-12-15T09:15:33Z</dc:date>
    </item>
  </channel>
</rss>

