<?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: Comparing two values in two tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123070#M891098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Kaushik,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;i tried this. However there was an error which said Name is not found..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 12:02:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-17T12:02:04Z</dc:date>
    <item>
      <title>Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123068#M891096</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;I am fairly new to Qlikview. I have come across a problem.&lt;/P&gt;&lt;P&gt;I have loaded the names of places from an excel sheet in the script. in the next table, i would like to check if a column name present in this tables has values same as the names imported earlier. if it does, i would want to set a flag as yes else as no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be something like this&lt;/P&gt;&lt;P&gt;LOAD Name&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;user as User1 ,&lt;/P&gt;&lt;P&gt;if( user=name,yes,no) as flag&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help in framing the if statement for this&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/Comparing-two-values-in-two-tables/m-p/1123068#M891096</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123069#M891097</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;You should use the exists function. like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Name&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Doc1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;user as User1 ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Exists( user,Name),'yes','no') as flag&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 11:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123069#M891097</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-17T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123070#M891098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi Kaushik,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;i tried this. However there was an error which said Name is not found..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 12:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123070#M891098</guid>
      <dc:creator />
      <dc:date>2016-08-17T12:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123071#M891099</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;use the same field name as it is in your source, because qlik is case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 16:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123071#M891099</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-17T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123072#M891100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check this link &lt;A href="https://community.qlik.com/thread/206859"&gt;Compare two column values and create a new column&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 04:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123072#M891100</guid>
      <dc:creator />
      <dc:date>2016-08-18T04:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123073#M891101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have used the same upper case in both the instances. However there is still an error which says Name not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 05:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123073#M891101</guid>
      <dc:creator />
      <dc:date>2016-08-18T05:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123074#M891102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can join the two tables and then put the if condition as &lt;/P&gt;&lt;P&gt;if(User=Name,'yes','no')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 05:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123074#M891102</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-08-18T05:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing two values in two tables</title>
      <link>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123075#M891103</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;Is it possible for you to share the data with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 11:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Comparing-two-values-in-two-tables/m-p/1123075#M891103</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-08-18T11:12:08Z</dc:date>
    </item>
  </channel>
</rss>

