<?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: How Load data Where (condition) Two columns are the same value each row? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881513#M10106</link>
    <description>&lt;P&gt;can you change date format like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET DateFormat = 'DD/MM/YYYY';&lt;/P&gt;
&lt;P&gt;then try like where col1=col2&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 04:22:00 GMT</pubDate>
    <dc:creator>anat</dc:creator>
    <dc:date>2022-01-17T04:22:00Z</dc:date>
    <item>
      <title>How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881511#M10105</link>
      <description>&lt;P&gt;Where Column1 =Column2 is not working!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying create loading script with condition where each row of 2 columns is equal like:&lt;/P&gt;
&lt;P&gt;Column 1&amp;nbsp; |&amp;nbsp;Column 2&lt;/P&gt;
&lt;P&gt;22/01/2022 | 22/01/2022&lt;/P&gt;
&lt;P&gt;12/01/2022 | 11/01/2022&lt;/P&gt;
&lt;P&gt;09/01/2022 | 09/01/2022&lt;/P&gt;
&lt;P&gt;(after Script load)&lt;/P&gt;
&lt;P&gt;Column 1&amp;nbsp; |&amp;nbsp;Column 2&lt;/P&gt;
&lt;P&gt;22/01/2022 | 22/01/2022&lt;/P&gt;
&lt;P&gt;09/01/2022 | 09/01/2022&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 03:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881511#M10105</guid>
      <dc:creator>bfranc</dc:creator>
      <dc:date>2022-01-17T03:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881513#M10106</link>
      <description>&lt;P&gt;can you change date format like&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SET DateFormat = 'DD/MM/YYYY';&lt;/P&gt;
&lt;P&gt;then try like where col1=col2&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 04:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881513#M10106</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-17T04:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881530#M10107</link>
      <description>&lt;P&gt;Can you provide your script&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 05:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1881530#M10107</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2022-01-17T05:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1882989#M10117</link>
      <description>&lt;P&gt;[firstbuy]:&lt;BR /&gt;LOAD&lt;BR /&gt;Id_user,&lt;BR /&gt;'09 - FirstBuy' AS Path,&lt;BR /&gt;Date_signup_user, //there are hours and minutes&lt;BR /&gt;Date_order,&amp;nbsp;//there are hours and minutes&lt;BR /&gt;Id_order,&lt;BR /&gt;Status_order&lt;BR /&gt;FROM [lib://company/data/alldadosetl.qvd](qvd)&lt;BR /&gt;WHERE date(Date_signup_user,'DD/MM/YYYY') = date(Date_order,'DD/MM/YYYY');&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;//I tried too:&lt;BR /&gt;WHERE date(Date_signup_user) = date(Date_order);&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 18:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1882989#M10117</guid>
      <dc:creator>bfranc</dc:creator>
      <dc:date>2022-01-19T18:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1882990#M10118</link>
      <description>&lt;P&gt;[firstbuy]:&lt;BR /&gt;LOAD&lt;BR /&gt;Id_user,&lt;BR /&gt;'09 - FirstBuy' AS Path,&lt;BR /&gt;Date_signup_user, //there are hours and minutes&lt;BR /&gt;Date_order,&amp;nbsp;//there are hours and minutes&lt;BR /&gt;Id_order,&lt;BR /&gt;Status_order&lt;BR /&gt;FROM [lib://company/data/alldadosetl.qvd](qvd)&lt;BR /&gt;WHERE date(Date_signup_user,'DD/MM/YYYY') = date(Date_order,'DD/MM/YYYY');&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;//I tried too:&lt;BR /&gt;WHERE date(Date_signup_user) = date(Date_order);&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 18:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1882990#M10118</guid>
      <dc:creator>bfranc</dc:creator>
      <dc:date>2022-01-19T18:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: How Load data Where (condition) Two columns are the same value each row?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1890750#M10200</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162216"&gt;@bfranc&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[firstbuy]:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOAD&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id_user,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'09 - FirstBuy' AS Path,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date_signup_user, //there are hours and minutes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date_order,&amp;nbsp;//there are hours and minutes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id_order,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Status_order&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM [lib://company/data/alldadosetl.qvd](qvd)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE Floor(date#(Date_signup_user,'DD/MM/YYYY') )= floor(date#(Date_order,'DD/MM/YYYY'));&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashant Sangle&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 06:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-Load-data-Where-condition-Two-columns-are-the-same-value/m-p/1890750#M10200</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2022-02-09T06:40:13Z</dc:date>
    </item>
  </channel>
</rss>

