<?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: string comparison of columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353248#M616738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, you can easily remove the first dimension List (you might not require it). I just added it show all the servers in all the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 12:36:52 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2017-06-12T12:36:52Z</dc:date>
    <item>
      <title>string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353234#M616724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have server list (let's say A,B,C ) in 3 different columns of different excels which are not at all linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to subtract the list of servers (B+C) from A and create one column D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the expression (something like),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(match(A,B)=0,B) ,it is giving me values but when I am adding all these columns in one table then it is creating duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what is wrong here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353234#M616724</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353235#M616725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is C used here?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(match(A,B)=0,B)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to do here? Can you provide 4-5 lines of data to show how the data looks like and what is the end result you are looking to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353235#M616725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353236#M616726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not use column C - Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was something that I was just trying with 2 columns,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the output to be like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166525_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; But column A ,B and C are from different excels with no linking,hence there are multiple duplicates that are coming when I am trying to make straight table out of that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope you understood my requirement.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353236#M616726</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353237#M616727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your load script, you can try someting like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;TableToExclude:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD B as D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [Excel2.xlsx] ();&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;CONCATENATE (TableToExclude)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD C AS D&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [Excel3.xlsx] (); // Duplicates don't really matter much&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ServerList:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOCONCATENATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD A AS D // ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM [Excel1.xlsx] ()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE Not Exists(D, A);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table TableToExclude;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[Edit] Modified example to never generate duplicates, even if Excel1 contains them too...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353237#M616727</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T11:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353238#M616728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166532_Capture.PNG" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353238#M616728</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T11:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353239#M616729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can you add or subtract string values? Am I missing something here? How is x-(x+z) = y? Which sort of math is that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353239#M616729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T11:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353240#M616730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably something along the lines of: "Return me all server names in A that do not occur in either B or C"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353240#M616730</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353241#M616731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am looking for this output only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353241#M616731</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T12:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353242#M616732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya, I am soo sry as I was in meetings side by side and i wanted to implement this logic asap , i could not write my requirement properly. I have the same requirement that you mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways,my bad.&lt;SPAN style="font-size: 10pt;"&gt;And thanx for reverting.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353242#M616732</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T12:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353243#M616733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer the Attached qlikview document in the earlier reply then.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353243#M616733</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353244#M616734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. I got it. See the solution(s) below.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353244#M616734</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-06-12T12:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353245#M616735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I missed on one thing, I need the output in straight table not in list boxes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I am adding all in one table ,it is creating duplicates that I was mentioning earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the sample output table that I have added above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353245#M616735</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353246#M616736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Here it is...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/166538_Capture.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353246#M616736</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353247#M616737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to answer your question, when you include multiple fields from non linked table in a table. It works like a cross join, hence you will see every item from List1 would have every corresponding item from &lt;SPAN style="font-size: 13.3333px;"&gt;List1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353247#M616737</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353248#M616738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, you can easily remove the first dimension List (you might not require it). I just added it show all the servers in all the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353248#M616738</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2017-06-12T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: string comparison of columns</title>
      <link>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353249#M616739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.I got the output as expected. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In addition, I have to add columns B and C in the table as well but that I will figure out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u soooooooooooooooooooooo much &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 12:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/string-comparison-of-columns/m-p/1353249#M616739</guid>
      <dc:creator>anjali0108</dc:creator>
      <dc:date>2017-06-12T12:39:48Z</dc:date>
    </item>
  </channel>
</rss>

