<?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 Create new table with no records in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2513921#M14773</link>
    <description>&lt;P&gt;Is this possible? I want to create a new table in script that data will be added to with cancatenate and in a loop?&lt;/P&gt;&lt;P&gt;WeeklyStreaks:&lt;BR /&gt;LOAD&lt;BR /&gt;QuotaSalesRegion,&lt;BR /&gt;WeekStartDate,&lt;BR /&gt;Year,&lt;BR /&gt;Week,&lt;BR /&gt;Month,&lt;BR /&gt;WeeklySales,&lt;BR /&gt;WeeklyQuota,&lt;BR /&gt;QuotaMetFlag,&lt;BR /&gt;0 AS Streak&lt;BR /&gt;WHERE 0; // Empty initial table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It does error out. So syntax might not be correct .&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2025 19:25:03 GMT</pubDate>
    <dc:creator>dwighttrumbower</dc:creator>
    <dc:date>2025-04-10T19:25:03Z</dc:date>
    <item>
      <title>Create new table with no records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2513921#M14773</link>
      <description>&lt;P&gt;Is this possible? I want to create a new table in script that data will be added to with cancatenate and in a loop?&lt;/P&gt;&lt;P&gt;WeeklyStreaks:&lt;BR /&gt;LOAD&lt;BR /&gt;QuotaSalesRegion,&lt;BR /&gt;WeekStartDate,&lt;BR /&gt;Year,&lt;BR /&gt;Week,&lt;BR /&gt;Month,&lt;BR /&gt;WeeklySales,&lt;BR /&gt;WeeklyQuota,&lt;BR /&gt;QuotaMetFlag,&lt;BR /&gt;0 AS Streak&lt;BR /&gt;WHERE 0; // Empty initial table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It does error out. So syntax might not be correct .&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 19:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2513921#M14773</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2025-04-10T19:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create new table with no records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2513922#M14774</link>
      <description>&lt;P&gt;Hi, try this:&lt;/P&gt;&lt;P&gt;WeeklyStreaks:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Null() as QuotaSalesRegion,&lt;/P&gt;&lt;P&gt;Null() as WeekStartDate,&lt;/P&gt;&lt;P&gt;Null() as Year,&lt;/P&gt;&lt;P&gt;Null() as Week,&lt;/P&gt;&lt;P&gt;Null() as Month,&lt;/P&gt;&lt;P&gt;Null() as WeeklySales,&lt;/P&gt;&lt;P&gt;Null() as WeeklyQuota,&lt;/P&gt;&lt;P&gt;Null() as QuotaMetFlag,&lt;/P&gt;&lt;P&gt;Null() as Streak&lt;/P&gt;&lt;P&gt;Autogenerate 0;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 19:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2513922#M14774</guid>
      <dc:creator>aitho</dc:creator>
      <dc:date>2025-04-10T19:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create new table with no records</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2514041#M14779</link>
      <description>&lt;P&gt;Thank you, that worked.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 13:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Create-new-table-with-no-records/m-p/2514041#M14779</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2025-04-11T13:51:27Z</dc:date>
    </item>
  </channel>
</rss>

