<?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: Equal values in two listboxes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076778#M942265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its better to export the values of list box in excels and now keep both the column in a single excel file and write the formula like if (A1=A2, 'True',False) in the third column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 05:13:33 GMT</pubDate>
    <dc:creator>rajeshforqlikvi</dc:creator>
    <dc:date>2016-01-27T05:13:33Z</dc:date>
    <item>
      <title>Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076771#M942258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone direct me towards a formula I can utilize to find the common values between two different list boxes. This is the formula I am currently using &lt;/P&gt;&lt;P&gt;=if(d2.month=12 and d2.month=11 and match(d1cust.clientid,d1cust.clientid) but it gives me an error. My data has formed some sort of a array and select all doesn't seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 20:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076771#M942258</guid>
      <dc:creator />
      <dc:date>2016-01-26T20:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076772#M942259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of your data model?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076772#M942259</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-26T22:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076773#M942260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post some sample data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076773#M942260</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2016-01-26T22:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076774#M942261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I post the data on Qlik Community? I would have to send you the QVDs and the scripting and the joins I have made between the tables in order for you to accurately analyze the data. I just need a formula which I can use&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112611_Capture.PNG" style="height: auto;" /&gt; in another list box which would give me the IDs which are common in both of the list boxes. What do you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076774#M942261</guid>
      <dc:creator />
      <dc:date>2016-01-26T22:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076775#M942262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this in a&amp;nbsp; new list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ListBox1Field = ListBox2Field,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ListBox1Field &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ListBox1Field =&amp;nbsp; [Nov - 101151]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ListBox2Field = [Dec - 107673]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 22:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076775#M942262</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2016-01-26T22:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076776#M942263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;Field1=P(Field2)&amp;gt;}Field1),Field1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 23:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076776#M942263</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2016-01-26T23:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076777#M942264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your intention is to compare the content of 2 list boxes.. there are 2 scenarios&lt;/P&gt;&lt;P&gt;1) Compare the 2 list boxes, with out selecting others list boxes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; in this case, I suggest compare the 2 fields in the Data modeling(Script) like,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(Field1=Field2,&lt;SPAN style="font-size: 13.3333px;"&gt;Field1&lt;/SPAN&gt;) as New_Field (Use New_Field in List Box)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Comparison depends on the other selections as well, then in List box use the bellow expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;IF(Field1=Field2,'Field1') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 05:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076777#M942264</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-01-27T05:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076778#M942265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its better to export the values of list box in excels and now keep both the column in a single excel file and write the formula like if (A1=A2, 'True',False) in the third column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 05:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076778#M942265</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-27T05:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Equal values in two listboxes</title>
      <link>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076779#M942266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is showing an error on both of the above for Krishna and Sebastian. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(ListBox1Field = ListBox2Field,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ListBox1Field &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(only({&amp;lt;Field1=P(Field2)&amp;gt;}Field1),Field1). I need your help to find the common values for both Dec and Nov.&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112686_Capture.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/112697_Capture1.PNG" style="height: 35px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 14:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Equal-values-in-two-listboxes/m-p/1076779#M942266</guid>
      <dc:creator />
      <dc:date>2016-01-27T14:19:36Z</dc:date>
    </item>
  </channel>
</rss>

