<?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: Two fields as one filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-fields-as-one-filter/m-p/696154#M251538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincet,&lt;/P&gt;&lt;P&gt;That is you need to analyse the data you are having man.&lt;/P&gt;&lt;P&gt;what if the values are different as&lt;/P&gt;&lt;P&gt;Date1=2010&lt;/P&gt;&lt;P&gt;Date2=2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can use join as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date1 as Date_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From----&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2L:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Date2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Date2 as Date_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will derieve a new column as Date_New as combination of&amp;nbsp; two dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Aug 2014 12:41:00 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2014-08-01T12:41:00Z</dc:date>
    <item>
      <title>Two fields as one filter</title>
      <link>https://community.qlik.com/t5/QlikView/Two-fields-as-one-filter/m-p/696153#M251537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a data model defined, and I'm using two fields of dates:&lt;/P&gt;&lt;P&gt;- Date_1: 2010, 2011, 2012&lt;/P&gt;&lt;P&gt;- Date_2: 2012, 2013, 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already tried to rename these two fields as one unique field through the script, but I created an circular reference (redundancy in the database).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I create, without modifying the script, one unique filter named Date_3 with the following values: 2010, 2011, 2012, 2013, 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 12:31:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-fields-as-one-filter/m-p/696153#M251537</guid>
      <dc:creator />
      <dc:date>2014-08-01T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Two fields as one filter</title>
      <link>https://community.qlik.com/t5/QlikView/Two-fields-as-one-filter/m-p/696154#M251538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vincet,&lt;/P&gt;&lt;P&gt;That is you need to analyse the data you are having man.&lt;/P&gt;&lt;P&gt;what if the values are different as&lt;/P&gt;&lt;P&gt;Date1=2010&lt;/P&gt;&lt;P&gt;Date2=2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you can use join as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date1 as Date_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From----&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table2L:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Date2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;from------&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join(Table1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;P_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Date2 as Date_New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Drop Table Table2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will derieve a new column as Date_New as combination of&amp;nbsp; two dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 12:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-fields-as-one-filter/m-p/696154#M251538</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-01T12:41:00Z</dc:date>
    </item>
  </channel>
</rss>

