<?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 Single Excel with multiple sheet names load in to Qlik Sense automatically by month in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2058110#M12157</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have one Excel file with multiple sheets with month wise. every month one sheet will be added in the same excel.&lt;/P&gt;
&lt;P&gt;How do we automate this excel in Qlik Sense?&lt;/P&gt;
&lt;P&gt;Sample:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Jan 2022]);&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Feb 2022]);&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Mar 2022]);&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2023 18:19:24 GMT</pubDate>
    <dc:creator>24_02_SRR</dc:creator>
    <dc:date>2023-04-06T18:19:24Z</dc:date>
    <item>
      <title>Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2058110#M12157</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have one Excel file with multiple sheets with month wise. every month one sheet will be added in the same excel.&lt;/P&gt;
&lt;P&gt;How do we automate this excel in Qlik Sense?&lt;/P&gt;
&lt;P&gt;Sample:&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Jan 2022]);&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Feb 2022]);&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;ID,&lt;BR /&gt;App,&lt;BR /&gt;C,&lt;BR /&gt;D,&lt;BR /&gt;E,&lt;BR /&gt;F, G, H&lt;/P&gt;
&lt;P&gt;FROM [lib://AttachedFiles/Test.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Mar 2022]);&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 18:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2058110#M12157</guid>
      <dc:creator>24_02_SRR</dc:creator>
      <dc:date>2023-04-06T18:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2058281#M12159</link>
      <description>&lt;P&gt;Hi, I think you still haveto do something like this:&amp;nbsp;&lt;A href="https://qlikviewcookbook.com/2008/09/loading-multiple-excel-sheets/" target="_blank"&gt;https://qlikviewcookbook.com/2008/09/loading-multiple-excel-sheets/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 08:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2058281#M12159</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-07T08:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060000#M12175</link>
      <description>&lt;P&gt;Thanks for your idea, but we are loading the data from google worksheet directly. So is there any other method to automate the load part?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 10:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060000#M12175</guid>
      <dc:creator>24_02_SRR</dc:creator>
      <dc:date>2023-04-13T10:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060011#M12176</link>
      <description>&lt;P&gt;Google worksheets has it's own connector on recent versions of Qlik Sense, for older versions you can use the web connectors. Once connected the procedure is similar, you can follow this video:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=Q2wbg0G54xY" target="_blank"&gt;https://www.youtube.com/watch?v=Q2wbg0G54xY&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 11:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060011#M12176</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-04-13T11:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060063#M12177</link>
      <description>&lt;P&gt;If the sheet-names are known or if they could be derived with any logic you may just loop through these values. It may simply a list like:&lt;/P&gt;
&lt;P&gt;for each vSheet in 'Jan 2022', 'Feb 2022', ...&lt;/P&gt;
&lt;P&gt;or calculated like:&lt;/P&gt;
&lt;P&gt;for i = 0 to (((year(today())*12)+month(today()))-((year(makedate(2022))*12)+month(makedate(2022)))-1)&lt;BR /&gt;&amp;nbsp; &amp;nbsp;let vSheet = date(addmonths(makedate(2022), $(i)), 'MMM YYYY');&lt;BR /&gt;&amp;nbsp; &amp;nbsp;load * from&amp;nbsp;&lt;SPAN&gt;FROM [lib://AttachedFiles/Test.xlsx]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(ooxml, embedded labels, table is [$(vSheet)]);&lt;BR /&gt;next&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060063#M12177</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-04-13T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Single Excel with multiple sheet names load in to Qlik Sense automatically by month</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060227#M12180</link>
      <description>&lt;P&gt;Thanks Marcus. This logic working fine for us.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 18:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Single-Excel-with-multiple-sheet-names-load-in-to-Qlik-Sense/m-p/2060227#M12180</guid>
      <dc:creator>24_02_SRR</dc:creator>
      <dc:date>2023-04-13T18:22:25Z</dc:date>
    </item>
  </channel>
</rss>

