<?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 two fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032832#M348514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of my understanding,&amp;nbsp; you are trying to achieve&lt;/P&gt;&lt;P&gt;If document= 'Document2' then Property='Yes' else No.. If this is the scenario try bellow script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333px;"&gt;document= 'Document2','Yes','No') as property&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 18:25:18 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2016-02-15T18:25:18Z</dc:date>
    <item>
      <title>compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032827#M348509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I compare two fields in script.&lt;/P&gt;&lt;P&gt;property 'Yes' - works correctly,&lt;/P&gt;&lt;P&gt;but property 'No' - incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;IMG alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114619_Screenshot_1.png" style="height: auto;" /&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/114624_Screenshot_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Tanks you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032827#M348509</guid>
      <dc:creator />
      <dc:date>2016-02-15T10:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032828#M348510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you explain your requirement in detail?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 17:54:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032828#M348510</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-15T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032829#M348511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thnk for&amp;nbsp;&amp;nbsp; "no" there is data not available &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 17:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032829#M348511</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T17:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032830#M348512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or can u share the script which u hve used to create property?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 17:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032830#M348512</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-15T17:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032831#M348513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Document is repeating multiple times leading to Cartesian Product. Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RowNo() as UI,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(document = 'document2', branch) as branch1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[test (1).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Лист1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;left&amp;nbsp; Join(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD RowNo() as UI,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; branch, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[test (1).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Лист1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([branch] = [branch1], 'Yes', 'No') as property&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 18:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032831#M348513</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T18:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032832#M348514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of my understanding,&amp;nbsp; you are trying to achieve&lt;/P&gt;&lt;P&gt;If document= 'Document2' then Property='Yes' else No.. If this is the scenario try bellow script..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(&lt;SPAN style="font-size: 13.3333px;"&gt;document= 'Document2','Yes','No') as property&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;from Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 18:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032832#M348514</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-15T18:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032833#M348515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'No' works properly too. All branches are possible if you select No. Check your data. Maybe you want to use INNER JOIN instead of LEFT JOIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 18:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032833#M348515</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-15T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032834#M348516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 10pt; font-family: arial, sans-serif;"&gt;I want to get a list of 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;&lt;IMG __jive_id="114727" alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114727_Screenshot_1.png" style="height: 174px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032834#M348516</guid>
      <dc:creator />
      <dc:date>2016-02-16T05:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032835#M348517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;I want to get a list of 2&lt;/SPAN&gt;&lt;IMG alt="Screenshot_1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114746_Screenshot_1.png" style="height: 174px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032835#M348517</guid>
      <dc:creator />
      <dc:date>2016-02-16T05:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: compare two fields</title>
      <link>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032836#M348518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as per the data provided,&amp;nbsp; you will get the&amp;nbsp; all branches for&amp;nbsp; Priority='No'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provide what you are trying to get achieve from the data and logic to achieve the same..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 05:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/compare-two-fields/m-p/1032836#M348518</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-17T05:34:13Z</dc:date>
    </item>
  </channel>
</rss>

