<?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: Get  Excel column list   that it's value  doesn't exist  in SQl column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755782#M453765</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9564"&gt;@emyemyemy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Sql&lt;BR /&gt;select product as sqlproduct&lt;BR /&gt;from `DB`.`Table`&amp;nbsp; group by&amp;nbsp; product;&lt;/P&gt;&lt;P&gt;LOAD product as excelProduct,date,CC&lt;BR /&gt;[D:\\All Documents\file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is sheet)&lt;/P&gt;&lt;P&gt;where date=today(1) AND CC='360' &lt;STRONG&gt;and not Exists(sqlproduct,product );&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Oct 2020 09:23:12 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-10-26T09:23:12Z</dc:date>
    <item>
      <title>Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755611#M453755</link>
      <description>&lt;P&gt;I want to select the products from my excel column 'ExcelProduct' that are not exist in my sql column&amp;nbsp; SqlProduct:&lt;/P&gt;&lt;P&gt;I tried this :&amp;nbsp;&lt;/P&gt;&lt;P&gt;sql&lt;BR /&gt;select product as sqlproduct&lt;BR /&gt;from `DB`.`Table`&amp;nbsp; group by&amp;nbsp; product;&lt;/P&gt;&lt;P&gt;let vProductlist= peek('sqlproduct');&lt;/P&gt;&lt;P&gt;LOAD product as excelProduct,date,CC&lt;BR /&gt;[D:\\All Documents\file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is sheet)&lt;/P&gt;&lt;P&gt;where date=today(1) AND CC='360' and not Exists(product,$(vProductlist));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use&amp;nbsp; not in ($(vProductlist)) but it's only&amp;nbsp; works with sql query&amp;nbsp; !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for any help or attention!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755611#M453755</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2024-11-16T17:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755664#M453760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9564"&gt;@emyemyemy&lt;/a&gt;, try with:&amp;nbsp;&lt;SPAN&gt;and not Exists('sqlproduct', product);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 17:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755664#M453760</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-10-24T17:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755766#M453762</link>
      <description>&lt;P&gt;Hi Ruben !&lt;/P&gt;&lt;P&gt;It gives&amp;nbsp; me all&amp;nbsp; count productExcel&amp;nbsp; ignoring&amp;nbsp; the condition&amp;nbsp; 'CC='360' :&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; 5 productExcel where CC=360 and 2 productExcel=361&amp;nbsp; the result shows&amp;nbsp; 7 for count(productExcel) ignoring the where CC=360 while it takes&amp;nbsp; today's date !&lt;/P&gt;&lt;P&gt;,I can't figure out !&lt;/P&gt;&lt;P&gt;I want to limit my result on specific productExcel that are not exist in my productsql list where CC='360'!&lt;/P&gt;&lt;P&gt;Thank you for your help&amp;nbsp; !&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 08:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755766#M453762</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2020-10-26T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755780#M453764</link>
      <description>&lt;P&gt;Try it in this way:&lt;/P&gt;&lt;P&gt;sql select product from `DB`.`Table` group by product;&lt;/P&gt;&lt;P&gt;LOAD product,date,CC from [D:\\All Documents\file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is sheet)&lt;BR /&gt;where date=today(1) AND CC='360' and not Exists(product);&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 09:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755780#M453764</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-10-26T09:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755782#M453765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9564"&gt;@emyemyemy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;Sql&lt;BR /&gt;select product as sqlproduct&lt;BR /&gt;from `DB`.`Table`&amp;nbsp; group by&amp;nbsp; product;&lt;/P&gt;&lt;P&gt;LOAD product as excelProduct,date,CC&lt;BR /&gt;[D:\\All Documents\file.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is sheet)&lt;/P&gt;&lt;P&gt;where date=today(1) AND CC='360' &lt;STRONG&gt;and not Exists(sqlproduct,product );&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 09:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755782#M453765</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-10-26T09:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755876#M453777</link>
      <description>&lt;P&gt;Thank you for help , It misses&amp;nbsp; only&amp;nbsp; the ( '' )&amp;nbsp; &amp;nbsp;:&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;and not Exists('sqlproduct',product );&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 12:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755876#M453777</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2020-10-26T12:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get  Excel column list   that it's value  doesn't exist  in SQl column</title>
      <link>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755897#M453778</link>
      <description>&lt;P&gt;Hi Ruben !&lt;/P&gt;&lt;P&gt;I had problem with my DB&amp;nbsp; , It works perfectly thank you for help .&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 13:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-Excel-column-list-that-it-s-value-doesn-t-exist-in-SQl/m-p/1755897#M453778</guid>
      <dc:creator>emyemyemy</dc:creator>
      <dc:date>2020-10-26T13:20:35Z</dc:date>
    </item>
  </channel>
</rss>

