<?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: getting two fields in a same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407461#M426039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a flag under each table.&lt;/P&gt;&lt;P&gt;TABLE1&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'First Table' as Flag1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;TABLE2&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'Second Table' as Flag2&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please use the above expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Karthik&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 12:57:40 GMT</pubDate>
    <dc:creator>karthikoffi27se</dc:creator>
    <dc:date>2017-09-13T12:57:40Z</dc:date>
    <item>
      <title>getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407456#M426034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get the two fields from difffernt table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i need to create a flag comparing the values of these two fields ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407456#M426034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T12:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407457#M426035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is&amp;nbsp; relation between this tables and with fields also you can create another link table to get another fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407457#M426035</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407458#M426036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your question is very unspecific, can you post an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general there must be any kind of link between these fields.&lt;/P&gt;&lt;P&gt;Within an application then you may simply use a formula like IF(A = B, 'equal', 'not equal')&lt;/P&gt;&lt;P&gt;Within scripting you need to bring these fields together, mapping might be a possibility, or joining these tables.&lt;/P&gt;&lt;P&gt;mapA: MAPPING LOAD Key, A RESIDENT ...;&lt;/P&gt;&lt;P&gt;CombinedTable: LOAD *, IF(A = B, 'equal', 'not equal') AS Check; LOAD Key, B, APPLYMAP('mapA', Key) AS A .... FROM ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407458#M426036</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-13T12:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407459#M426037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;these tables are linked via one of the field ,&lt;/P&gt;&lt;P&gt;how to do that&lt;/P&gt;&lt;P&gt;not getting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407459#M426037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-13T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407460#M426038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better you post and sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This two fields you want in different table.&lt;/P&gt;&lt;P&gt;2. After getting in different table will it connected to previous table or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407460#M426038</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: getting two fields in a same table</title>
      <link>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407461#M426039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a flag under each table.&lt;/P&gt;&lt;P&gt;TABLE1&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'First Table' as Flag1&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;TABLE2&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'Second Table' as Flag2&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please use the above expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Many Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Karthik&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 12:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/getting-two-fields-in-a-same-table/m-p/1407461#M426039</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2017-09-13T12:57:40Z</dc:date>
    </item>
  </channel>
</rss>

