<?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: Single field comparison based on month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457698#M796727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a inner join in both the tables to get common data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2018 06:20:49 GMT</pubDate>
    <dc:creator>shiveshsingh</dc:creator>
    <dc:date>2018-01-03T06:20:49Z</dc:date>
    <item>
      <title>Single field comparison based on month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457695#M796724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below fields in my Data model:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My comparing month parameter is Jan&lt;/P&gt;&lt;P&gt;I need to show the Users that are present in Jan and the other months.&lt;/P&gt;&lt;P&gt;For example, for month of Feb, I need to show the Users that are present in both Jan and Feb (Common Users in these months). For Mar, I need to show the Users that are common in Jan and Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression level calculation is requested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457695#M796724</guid>
      <dc:creator>qlikwiz123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single field comparison based on month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457696#M796725</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;Not sure I fully understand the end result but here it's a first go to maybe get more expert attention.&lt;/P&gt;&lt;P&gt;This is what I'm using to load data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Users and Month&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Users,Umonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u1,Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u1,Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u1,May&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u2,Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u2,Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u2,May&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u3,Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u3,Mar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u3,Apr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;u3,Jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// Selection month: just to test different selections&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Smonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Feb,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mar,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Apr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;May,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jun];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188634_Untitled.png" style="height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188635_Untitled.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/188636_Untitled.png" style="height: 355px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 03:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457696#M796725</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2018-01-03T03:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Single field comparison based on month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457697#M796726</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;Can you provide some sample data with excepted result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 06:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457697#M796726</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2018-01-03T06:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Single field comparison based on month</title>
      <link>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457698#M796727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a inner join in both the tables to get common data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 06:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Single-field-comparison-based-on-month/m-p/1457698#M796727</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-01-03T06:20:49Z</dc:date>
    </item>
  </channel>
</rss>

