<?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 Concatenate table based on criteria in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-table-based-on-criteria/m-p/102305#M509701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;i have a TableC that i would like to concatenate to my Master Sales Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to concatenate based on a criteria which follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;if&lt;/SPAN&gt; D&lt;/STRONG&gt;ay (based on Today date) is between 1-3 &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt; load all data from TableC &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/SPAN&gt; SalesDate&amp;gt; Month Start Date of the previous month&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;if &lt;/STRONG&gt;Day (based on Today date) is between 5-31 &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt; load all data from TableC &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/SPAN&gt; SalesDate&amp;gt; Month Start Date of the current month&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the right syntax to do this?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 14:39:44 GMT</pubDate>
    <dc:creator>qlikviewaf</dc:creator>
    <dc:date>2018-07-18T14:39:44Z</dc:date>
    <item>
      <title>Concatenate table based on criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-based-on-criteria/m-p/102305#M509701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;i have a TableC that i would like to concatenate to my Master Sales Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to concatenate based on a criteria which follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;if&lt;/SPAN&gt; D&lt;/STRONG&gt;ay (based on Today date) is between 1-3 &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt; load all data from TableC &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/SPAN&gt; SalesDate&amp;gt; Month Start Date of the previous month&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #ff0000;"&gt;if &lt;/STRONG&gt;Day (based on Today date) is between 5-31 &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;then&lt;/STRONG&gt;&lt;/SPAN&gt; load all data from TableC &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/SPAN&gt; SalesDate&amp;gt; Month Start Date of the current month&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the right syntax to do this?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 14:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-based-on-criteria/m-p/102305#M509701</guid>
      <dc:creator>qlikviewaf</dc:creator>
      <dc:date>2018-07-18T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate table based on criteria</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-table-based-on-criteria/m-p/102306#M509702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;load &lt;STRONG&gt;*&lt;/STRONG&gt; from TableC &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;where&lt;/STRONG&gt;&lt;/SPAN&gt; SalesDate &amp;gt;&lt;STRONG&gt;=&lt;/STRONG&gt; monthstart(today(), (day(today())&amp;lt;=3)); &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-table-based-on-criteria/m-p/102306#M509702</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-07-19T12:17:44Z</dc:date>
    </item>
  </channel>
</rss>

