<?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: Inter field calculations in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418913#M155835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;field1,field2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2, 3&lt;/P&gt;&lt;P&gt;3, 5&lt;/P&gt;&lt;P&gt;4, 7&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt; tab2:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;,field1/field2 as field3&lt;/P&gt;&lt;P&gt;Resident tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 04:53:06 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2013-05-02T04:53:06Z</dc:date>
    <item>
      <title>Inter field calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418912#M155834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to do inter field dividation . field1/field2 at sript level how could i do it ,pls give me suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 04:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418912#M155834</guid>
      <dc:creator />
      <dc:date>2013-05-02T04:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inter field calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418913#M155835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;field1,field2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2, 3&lt;/P&gt;&lt;P&gt;3, 5&lt;/P&gt;&lt;P&gt;4, 7&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt; tab2:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;,field1/field2 as field3&lt;/P&gt;&lt;P&gt;Resident tab1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 04:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418913#M155835</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-02T04:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inter field calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418914#M155836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u shushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done same&amp;nbsp; in if condition but it did not shows result &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(cond=true,field1/field2) as sales&amp;nbsp;&amp;nbsp; But it shows field1 in sales.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 05:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418914#M155836</guid>
      <dc:creator />
      <dc:date>2013-05-02T05:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Inter field calculations</title>
      <link>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418915#M155837</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;Below script is working for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;field1,field2,cond&lt;/P&gt;&lt;P&gt;1, 2,T&lt;/P&gt;&lt;P&gt;2, 4,f&lt;/P&gt;&lt;P&gt;3, 9,T&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;if(cond='T',field1/field2) as test&lt;/P&gt;&lt;P&gt;Resident tab1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 05:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inter-field-calculations/m-p/418915#M155837</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-02T05:54:48Z</dc:date>
    </item>
  </channel>
</rss>

