<?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: Compare 2 WildMatch outputs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102964#M603215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but what is the relation between the two ID fields? Are they located in one table or in different tables, linked to each other or unlinked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 22:44:33 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-10-12T22:44:33Z</dc:date>
    <item>
      <title>Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102959#M603210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a solution to compare 2 WildMatch outputs in Qlik Sense Expression. In fact a way to code nested &lt;SPAN style="font-size: 13.3333px;"&gt;WildMatch &lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my first list of id's generated by first Wildmatch expression And Second list of Id's generated by Second Wildmatch expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want common Id's from either of the lists &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: I want something like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if (&amp;nbsp;&amp;nbsp; wildmatch(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(File_Text_2,'$(vFileText2)*'),id_2),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(WildMatch(File_Text,'$(vFileText)*'),id_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),id_1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Explanation:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; if(WildMatch(File_Text_2,'$(vFileText2)*'),id_2)&amp;nbsp; : This generates list of id_2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(WildMatch(File_Text,'$(vFileText)*'),id_1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : This generates list of id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to list the common id's that are present in both the lists id_2 &amp;amp; Id_1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 19:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102959#M603210</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-12T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102960#M603211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't really see how one or the other expressions used will create a &lt;EM&gt;list&lt;/EM&gt; of IDs when used in a Qliksense expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you maybe upload a small sample QVF with some sample records that show your current status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 20:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102960#M603211</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-12T20:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102961#M603212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. I am using the expression inside a filter pan to display the list of ID's. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: " =if(WildMatch(File_Text,'$(vFileText)*'),id)&amp;nbsp; " This expression when used in a filter pan lists all the id's in my filter pane when my input box(vFileText) string match with the string present in m field(File_text). Thus I can select/un select the ID's i wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 20:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102961#M603212</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-12T20:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102962#M603213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so you are using these expressions as calculated dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does your data model look like? What's the relation between&amp;nbsp; the IDs and the File texts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102962#M603213</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-12T21:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102963#M603214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct I am using expressions as calculated dimensions. Is there a way to save the output of the expression in a variables and compare and generate a list of common ID's ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can literally see what are some of the common ID"s from both the filter panes but wanted to list the common fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding Data model, Its a many to many relationship between ID and File Texts. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 21:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102963#M603214</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-12T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102964#M603215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but what is the relation between the two ID fields? Are they located in one table or in different tables, linked to each other or unlinked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 22:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102964#M603215</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-12T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102965#M603216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are in one table. ID_2 is just a duplicate of ID_1. I created a duplicate column wondering it would make my task easier. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 13:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102965#M603216</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-15T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102966#M603217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that there is a misunderstanding of the WILDMATCH. Actually this function delivers just &lt;STRONG&gt;one&lt;/STRONG&gt; value (or NULL) indication the position of the search-values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 13:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102966#M603217</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-10-15T13:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102967#M603218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;if(WildMatch(File_Text_2,'$(vFileText2)*'),id_2)&amp;nbsp; expression in the filter pane and I was able to see the list of id_2. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;I wonder if the output of WildMatch is either a position/Null then how come the " if statement " is able to convert the output to boolean.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 14:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102967#M603218</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-15T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102968#M603219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually do not think that this formula may work.&lt;/P&gt;&lt;P&gt;Can you post some examples please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to compare data, you may rather check the EXISTS-function (or probably work with JOINs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 15:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102968#M603219</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-10-15T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102969#M603220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter. Could you let me know if I can use Exists in Qlik Sense Expressions ? to create calculated dimensions ? in filter pane ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use this but it says incomplete visualization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Exists(File_Text_2,'$(vFileText2)*'),id_2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File_Text_2 is the field which contains 1 word strings&lt;/P&gt;&lt;P&gt;vFilteTxt2 is an input box variable where i enter a string value to see if it is present in the field or not&lt;/P&gt;&lt;P&gt;Finally I wanted to display all id's correspond to a match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 21:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102969#M603220</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-15T21:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102970#M603221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So basically you have one column with text and one with IDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a filter pane, try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( Only({&amp;lt;ID = p({&amp;lt;Text = {"$(vText1)*"}&amp;gt;}) * p({&amp;lt;Text = {"$(vText2)*"}&amp;gt;}) &amp;gt;} ID), ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in a chart expression to get the concatenated common IDs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;ID = p({&amp;lt;Text = {"$(vText1)*"}&amp;gt;}) * p({&amp;lt;Text = {"$(vText2)*"}&amp;gt;}) &amp;gt;} &lt;/SPAN&gt;DISTINCT ID,', ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 21:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102970#M603221</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-15T21:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102971#M603222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome first option worked for me. Could you explain what have you done here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102971#M603222</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-16T15:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102972#M603223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am not familiar with QSense, but think that EXISTS-function works only in script, not in expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 11:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102972#M603223</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-10-17T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102973#M603224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a translation of your requirements to set analysis, the two p() functions are each returning your list of IDs that are related to a search of your variables in Text column. The intersection operator &lt;STRONG&gt;* &lt;/STRONG&gt;is then returning the intersection (the IDs that are in common in both lists).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not familiar with set analysis, that's an advanced topic, but very powerful.&lt;/P&gt;&lt;P&gt;Start with&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 15:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102973#M603224</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-17T15:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102974#M603225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stefan. I am aware of Set analysis and tried something below to check the count of items in the list but it never worked for me. May I know what does p() do ? Looks like P() can help with nested set analysis ? &lt;A href="https://community.qlik.com/thread/68931"&gt;P() &amp;amp;amp; E() and where do you use them?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;File_Text={'$(#vFileText)*'}&amp;gt;*&amp;lt;File_Text_2={'$(#vFileText2)*'}&amp;gt;}id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression when coded as an expression for KPI chart it returns 0 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102974#M603225</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-18T14:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102975#M603226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If field File_Text_2 is just a duplicate of field File_Text and you are filtering different sets (that's just an assumption, because you don't talk much about the filter context or show samples), then it's no surprise that the intersection of the record sets is an empty set, isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 21:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102975#M603226</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-18T21:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102976#M603227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right it is resulting in empty dataset. How is this different from what you have come up with since even you were also using intersection operator * along with returned lists. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 20:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102976#M603227</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-19T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102977#M603228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've calculated the intersection of the related ID field values (to define the element set), while you were calculating the intersection on the record set level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 20:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102977#M603228</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-19T20:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Compare 2 WildMatch outputs</title>
      <link>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102978#M603229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I see. Thanks for the help. I marked the correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 20:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Compare-2-WildMatch-outputs/m-p/102978#M603229</guid>
      <dc:creator>vsabbise</dc:creator>
      <dc:date>2018-10-19T20:31:29Z</dc:date>
    </item>
  </channel>
</rss>

