<?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: Create a separate field/table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629294#M1092500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp1:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;EmpId,Nm&lt;/P&gt;&lt;P&gt;1,Jebamalai.Pushparaj&lt;/P&gt;&lt;P&gt;2,Raj ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Emp1)&lt;/P&gt;&lt;P&gt;Emp2: &lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;EmpId,Nm1&lt;/P&gt;&lt;P&gt;1,Jebamalai.Dass&lt;/P&gt;&lt;P&gt;2,Raj ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load EmpId, Nm, If(Nm &amp;lt;&amp;gt; Nm1,Nm1) Resident Emp1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Emp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2014 08:32:47 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-05-12T08:32:47Z</dc:date>
    <item>
      <title>Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629291#M1092497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a new table/field by comparing fields in two different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table I : User ID : Jebamalai.Pushparaj&lt;/P&gt;&lt;P&gt;Table II : User ID : Jebamalai.Dass&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These two have same employee ID in both fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to generate a table/field where User IDs are different for the same employee IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629291#M1092497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T08:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629292#M1092498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;I assume you wanted to do it in the UI instead of script. I'd suggest using straight table with simple IF statement comparing both the fields. Post your sample app and one of us can mock up something for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629292#M1092498</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2014-05-12T08:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629293#M1092499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Base 1 and Base 2 are the same kind of tables connected by ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to list the users who has different mail IDs compared between.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this User2 has different mail ID which I want to list in another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jeba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629293#M1092499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T08:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629294#M1092500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp1:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;EmpId,Nm&lt;/P&gt;&lt;P&gt;1,Jebamalai.Pushparaj&lt;/P&gt;&lt;P&gt;2,Raj ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Emp1)&lt;/P&gt;&lt;P&gt;Emp2: &lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;EmpId,Nm1&lt;/P&gt;&lt;P&gt;1,Jebamalai.Dass&lt;/P&gt;&lt;P&gt;2,Raj ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load EmpId, Nm, If(Nm &amp;lt;&amp;gt; Nm1,Nm1) Resident Emp1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Emp1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629294#M1092500</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-12T08:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629295#M1092501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629295#M1092501</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-12T08:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a separate field/table</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629296#M1092502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a Lot Boss.It worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 08:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-separate-field-table/m-p/629296#M1092502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-12T08:45:21Z</dc:date>
    </item>
  </channel>
</rss>

