<?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: How to create one field using multiple fields from previous tables? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-one-field-using-multiple-fields-from-previous/m-p/1353449#M415592</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;I feel you need preceding load instead of resident.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,if(P=Q,1,0) as NewField;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(X=1,'True','False') as P,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Y=0,'True','False') as Q;&lt;/P&gt;&lt;P&gt;Load X,Y,Z from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87749"&gt;Benefit of using Preceding load ..&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/preceding-load-qlikview/" title="https://www.quickintelligence.co.uk/preceding-load-qlikview/"&gt;https://www.quickintelligence.co.uk/preceding-load-qlikview/&lt;/A&gt;&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>Fri, 21 Apr 2017 05:24:47 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2017-04-21T05:24:47Z</dc:date>
    <item>
      <title>How to create one field using multiple fields from previous tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-one-field-using-multiple-fields-from-previous/m-p/1353448#M415591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Table like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&amp;nbsp; using A table, i am creating&amp;nbsp; a new fields like&amp;nbsp; P and Q. By using resident load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(X=1,'True','False') as P,&lt;/P&gt;&lt;P&gt;if(Y=0,'True','False') as Q&lt;/P&gt;&lt;P&gt;Resident A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to create another field like 'Z' help of&amp;nbsp; A and B table fields( X, P, Q)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create one field using multiple fields from previous tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 02:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-one-field-using-multiple-fields-from-previous/m-p/1353448#M415591</guid>
      <dc:creator />
      <dc:date>2017-04-21T02:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create one field using multiple fields from previous tables?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-one-field-using-multiple-fields-from-previous/m-p/1353449#M415592</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;I feel you need preceding load instead of resident.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,if(P=Q,1,0) as NewField;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(X=1,'True','False') as P,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Y=0,'True','False') as Q;&lt;/P&gt;&lt;P&gt;Load X,Y,Z from xyz;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/87749"&gt;Benefit of using Preceding load ..&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/preceding-load-qlikview/" title="https://www.quickintelligence.co.uk/preceding-load-qlikview/"&gt;https://www.quickintelligence.co.uk/preceding-load-qlikview/&lt;/A&gt;&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>Fri, 21 Apr 2017 05:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-one-field-using-multiple-fields-from-previous/m-p/1353449#M415592</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-04-21T05:24:47Z</dc:date>
    </item>
  </channel>
</rss>

