<?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: Create a calculated field in a table from other fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79232#M779429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use a preceding load like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center] &amp;amp;'-'&amp;amp; CCDESC as Group;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Cost Center]='0506','IT Planning and Compliance',[Cost Center Description]) as CCDESC &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 17:49:52 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-04-09T17:49:52Z</dc:date>
    <item>
      <title>Create a calculated field in a table from other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79230#M779427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Cost Center]='0506','IT Planning and Compliance',[Cost Center Description]) as CCDESC, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center] &amp;amp;'-'&amp;amp; CCDESC as Group&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;The error I get is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field not found - &amp;lt;CCDESC&amp;gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79230#M779427</guid>
      <dc:creator>adurgani</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create a calculated field in a table from other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79231#M779428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use CCDESC in the same load.&lt;/P&gt;&lt;P&gt;Either you will have to do a preload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR use 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; if([Cost Center]='0506','IT Planning and Compliance',[Cost Center Description]) as CCDESC,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center] &amp;amp;'-'&amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Cost Center]='0506','IT Planning and Compliance',[Cost Center Description])&lt;/SPAN&gt; as Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 17:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79231#M779428</guid>
      <dc:creator>boorgura</dc:creator>
      <dc:date>2018-04-09T17:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create a calculated field in a table from other fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79232#M779429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or use a preceding load like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableName:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center] &amp;amp;'-'&amp;amp; CCDESC as Group;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cost Center], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Cost Center]='0506','IT Planning and Compliance',[Cost Center Description]) as CCDESC &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 17:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-calculated-field-in-a-table-from-other-fields/m-p/79232#M779429</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-04-09T17:49:52Z</dc:date>
    </item>
  </channel>
</rss>

