<?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 Create Field in one table By using field in another table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554505#M479684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an inline :&lt;/P&gt;&lt;P&gt;items id , item descriptions,&lt;/P&gt;&lt;P&gt;1, Purchase&lt;/P&gt;&lt;P&gt;2,Sale&lt;/P&gt;&lt;P&gt;3,etc&lt;/P&gt;&lt;P&gt;4,Others Reciepts/issues&lt;/P&gt;&lt;P&gt;5,Other Reciepts/Issues&lt;/P&gt;&lt;P&gt;6,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I also have another table in which i&amp;nbsp; Got details of quantities.&lt;/P&gt;&lt;P&gt;where quantities have both Negetive and positive values .&lt;/P&gt;&lt;P&gt;Now i need&lt;/P&gt;&lt;P&gt;To Give them quantity details either purchase , or sale or other reciept or issues .But for issues and reciepts, i have to distinguish on the basis of their quantity and id if id is 4 and quantity positive reiciept other wise issues.. please help me. than you.&lt;/P&gt;&lt;P&gt;Here is the attachment also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sandeep subedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 06:05:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-23T06:05:58Z</dc:date>
    <item>
      <title>Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554505#M479684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an inline :&lt;/P&gt;&lt;P&gt;items id , item descriptions,&lt;/P&gt;&lt;P&gt;1, Purchase&lt;/P&gt;&lt;P&gt;2,Sale&lt;/P&gt;&lt;P&gt;3,etc&lt;/P&gt;&lt;P&gt;4,Others Reciepts/issues&lt;/P&gt;&lt;P&gt;5,Other Reciepts/Issues&lt;/P&gt;&lt;P&gt;6,..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I also have another table in which i&amp;nbsp; Got details of quantities.&lt;/P&gt;&lt;P&gt;where quantities have both Negetive and positive values .&lt;/P&gt;&lt;P&gt;Now i need&lt;/P&gt;&lt;P&gt;To Give them quantity details either purchase , or sale or other reciept or issues .But for issues and reciepts, i have to distinguish on the basis of their quantity and id if id is 4 and quantity positive reiciept other wise issues.. please help me. than you.&lt;/P&gt;&lt;P&gt;Here is the attachment also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: sandeep subedi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554505#M479684</guid>
      <dc:creator />
      <dc:date>2014-01-23T06:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554506#M479685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandeep ,&lt;/P&gt;&lt;P&gt;you need to use nested if gor checking the conditions whether to take Reciepts or Issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well can you provide the sample or explain in detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554506#M479685</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-23T06:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554507#M479686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you are using applymap(). Try using an IF along with the applymap for such exceptional cases, like:&lt;/P&gt;&lt;P&gt;If(ID=4 , If(Qty&amp;gt;0,'Reciept' , 'Issues'), ApplyMap( 'MapTable' , ID)) as QtyDetails&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554507#M479686</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-23T06:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554508#M479687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached one eg above. please Sir , have a look at it once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 06:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554508#M479687</guid>
      <dc:creator />
      <dc:date>2014-01-23T06:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554509#M479688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey sundeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this then you will get the quantity also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quantity:&lt;/P&gt;&lt;P&gt;Mapping&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\rb4\Downloads\EG.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consolidated:&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('Quantity',ID) as Quantity&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\rb4\Downloads\EG.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet 1$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554509#M479688</guid>
      <dc:creator />
      <dc:date>2014-01-23T07:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554510#M479689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this way I will get&amp;nbsp; purchase , sales , but if i need to distinguish misc reciept or issues that i need to do on the basis of quantity being positive or negetive. how can i solve it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554510#M479689</guid>
      <dc:creator />
      <dc:date>2014-01-23T07:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create Field in one table By using field in another table.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554511#M479690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reply me .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Field-in-one-table-By-using-field-in-another-table/m-p/554511#M479690</guid>
      <dc:creator />
      <dc:date>2014-01-23T09:13:38Z</dc:date>
    </item>
  </channel>
</rss>

