<?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 calculated column in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456599#M170464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using &lt;STRONG&gt;resident&lt;/STRONG&gt;and &lt;STRONG&gt;Group by&lt;/STRONG&gt; functions you can do it &lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;test_1:&lt;/P&gt;&lt;P&gt;LOAD A*B as AB,&lt;/P&gt;&lt;P&gt;min(A) as AAB&lt;/P&gt;&lt;P&gt;Resident test1&lt;/P&gt;&lt;P&gt;Group by A,B;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 09:52:13 GMT</pubDate>
    <dc:creator>er_mohit</dc:creator>
    <dc:date>2013-04-16T09:52:13Z</dc:date>
    <item>
      <title>How to create calculated column in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456596#M170461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to created one field (cloumn) in script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using the column again i want to create calucalted column,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i creating calculted column by using field iam getting field not found?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 05:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456596#M170461</guid>
      <dc:creator />
      <dc:date>2013-04-16T05:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create calculated column in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456597#M170462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaganti26,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post a sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Snehal Nabar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 05:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456597#M170462</guid>
      <dc:creator />
      <dc:date>2013-04-16T05:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create calculated column in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456598#M170463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaganti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your description could be a bit more detailed. But I assume the problem you are running into, can be solved by "preceding load". An example can be found on this &lt;A href="http://www.learnqlickview.com/the-power-of-preceding-load/"&gt;website&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or just look in google for "qlikview preceding load".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 08:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456598#M170463</guid>
      <dc:creator>peschu123</dc:creator>
      <dc:date>2013-04-16T08:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create calculated column in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456599#M170464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using &lt;STRONG&gt;resident&lt;/STRONG&gt;and &lt;STRONG&gt;Group by&lt;/STRONG&gt; functions you can do it &lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;test1:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, 5&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;test_1:&lt;/P&gt;&lt;P&gt;LOAD A*B as AB,&lt;/P&gt;&lt;P&gt;min(A) as AAB&lt;/P&gt;&lt;P&gt;Resident test1&lt;/P&gt;&lt;P&gt;Group by A,B;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 09:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456599#M170464</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-04-16T09:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create calculated column in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456600#M170465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Chaganti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;It's very simple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Employee ID, EmpSal, [Emp Special Allowances]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1, 100, 200&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2, 200, 100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;3, 100,150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Take Chart like Straight or any Bar Chart&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 1: Load Data&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 2 : Select New Sheet Object -&amp;gt; Chart -&amp;gt; Bar Chart&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 3: Choose Dimension -&amp;gt; Add Calculated Dimension -&amp;gt; Write like:- Empsal + [Emp Special Allowances]&amp;nbsp; as Net Salary&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 4:&amp;nbsp; Expression as EmpId&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Step 5: Finish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can get best&amp;nbsp; solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ramya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 08:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-calculated-column-in-script/m-p/456600#M170465</guid>
      <dc:creator />
      <dc:date>2015-06-23T08:40:41Z</dc:date>
    </item>
  </channel>
</rss>

