<?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: Creating new field based on existing fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052700#M353195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Feb 2016 11:02:51 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-17T11:02:51Z</dc:date>
    <item>
      <title>Creating new field based on existing fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052697#M353192</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 please help me on this? Thanks for your time. Please find the attached example CALL data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my fact table, i have a CAL_ID field and Segment_ID Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One call may have multiple segments (Segment ID is unique) and can be answered by persons sitting at different vendor locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a field based on "Receiver_Location_Name", whether call had been transferred from other location or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex from sample data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a call 4 with two segments 1004 (received from location ABC) and 1005 (transferred to location STV from ABC). I have also included field "Transferred" which actually need to be derived.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create this field for large dataset? if then what might be the quality of data, since we can not cross check the whole dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052697#M353192</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-02-17T10:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field based on existing fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052698#M353193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Cal_ID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Seg_ID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Receiver_Name as Receiver_Location_Name, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transferred&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;Data.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, table is Sheet1$);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&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; If(Cal_ID = Peek('Cal_ID'), If(Peek('Receiver_Location_Name') = Receiver_Location_Name, 1, 0), 1) as New_Transferred&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By Cal_ID, Seg_ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114944_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 10:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052698#M353193</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-17T10:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field based on existing fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052699#M353194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052699#M353194</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-02-17T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field based on existing fields</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052700#M353195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 11:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-based-on-existing-fields/m-p/1052700#M353195</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-17T11:02:51Z</dc:date>
    </item>
  </channel>
</rss>

