<?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: Excel Sheet - Adding Todays Date / Creating Excel Sheet in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519279#M5894</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;in script you can use like this ----&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LET vToday = Date(Today(), 'YYYYMMDD');&lt;BR /&gt;STORE "Your_table_name" [lib://dlpunsr002/"Your_table_name"_$(vToday).csv] (txt);&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Qlik Application Automation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;you need to follow the below steps.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Start Block&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– Begin your automation.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Get Current Date and Time Block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Format:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;YYYYMMDD&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Store as variable&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;vToday&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Run Qlik Script Block&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(if needed)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– Optional, to prepare the table.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Export Table to Excel Block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;“Export Table to Excel”&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;block (available in Qlik Cloud).&lt;/LI&gt;
&lt;LI&gt;Select your app and the table ("Your_table_name").&lt;/LI&gt;
&lt;LI&gt;Set the file name to:
&lt;PRE&gt;&lt;CODE&gt;"Your_table_name"_{{vToday}}.xlsx
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Choose the destination (e.g., Qlik Cloud Storage, S3, OneDrive, etc.).&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I also not have any live example for you&amp;nbsp;&lt;SPAN&gt;in&amp;nbsp;&lt;/SPAN&gt;Qlik Application Automation, but I hope this will work.&lt;/P&gt;</description>
    <pubDate>Wed, 28 May 2025 06:01:46 GMT</pubDate>
    <dc:creator>Sivalingam</dc:creator>
    <dc:date>2025-05-28T06:01:46Z</dc:date>
    <item>
      <title>Excel Sheet - Adding Todays Date / Creating Excel Sheet</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519253#M5892</link>
      <description>&lt;P&gt;Hello! I was hoping someone could give me some assistance on this. I have taken the template that helps export tables from Qlik into Excel. I had two questions -&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Is there anyway to get the "Add Worksheet" block in Excel to add todays date to the sheet?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current Example:&lt;BR /&gt;Sheet Name : Data Listing&lt;BR /&gt;Ideal Sheet Name : Data Listing 27May2025&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Another question, is there anyway to have it create an excel sheet, rather than having to connect to an already existing one? I'd like to provide these reports monthly, with the excel sheet ALSO having the date of the run in it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Workbook Name : Data Listing Output&amp;nbsp;&lt;BR /&gt;Ideal : Data Listing Output 27May2025&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently I have to go through, delete all 15 tables, then run my automations since the sheet names are the same and it fails, the date would help with this issue, but ideally it would be better to seperate each set on its own excel sheet.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 19:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519253#M5892</guid>
      <dc:creator>DataPrecision</dc:creator>
      <dc:date>2025-05-27T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Sheet - Adding Todays Date / Creating Excel Sheet</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519267#M5893</link>
      <description>&lt;P&gt;This use case may be better served using Tabular reporting from within an app.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 00:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519267#M5893</guid>
      <dc:creator>Lisa_P</dc:creator>
      <dc:date>2025-05-28T00:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Sheet - Adding Todays Date / Creating Excel Sheet</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519279#M5894</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;in script you can use like this ----&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LET vToday = Date(Today(), 'YYYYMMDD');&lt;BR /&gt;STORE "Your_table_name" [lib://dlpunsr002/"Your_table_name"_$(vToday).csv] (txt);&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Qlik Application Automation&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;you need to follow the below steps.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Start Block&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– Begin your automation.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Get Current Date and Time Block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Format:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;YYYYMMDD&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Store as variable&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;vToday&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Run Qlik Script Block&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(if needed)&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;– Optional, to prepare the table.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Export Table to Excel Block&lt;/STRONG&gt;:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;“Export Table to Excel”&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;block (available in Qlik Cloud).&lt;/LI&gt;
&lt;LI&gt;Select your app and the table ("Your_table_name").&lt;/LI&gt;
&lt;LI&gt;Set the file name to:
&lt;PRE&gt;&lt;CODE&gt;"Your_table_name"_{{vToday}}.xlsx
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Choose the destination (e.g., Qlik Cloud Storage, S3, OneDrive, etc.).&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I also not have any live example for you&amp;nbsp;&lt;SPAN&gt;in&amp;nbsp;&lt;/SPAN&gt;Qlik Application Automation, but I hope this will work.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 06:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Excel-Sheet-Adding-Todays-Date-Creating-Excel-Sheet/m-p/2519279#M5894</guid>
      <dc:creator>Sivalingam</dc:creator>
      <dc:date>2025-05-28T06:01:46Z</dc:date>
    </item>
  </channel>
</rss>

