<?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: adding calculated values in dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847659#M1012704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If know the solution then it would be much appreciable .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 06:23:32 GMT</pubDate>
    <dc:creator>sarfaraz_sheikh</dc:creator>
    <dc:date>2015-04-17T06:23:32Z</dc:date>
    <item>
      <title>adding calculated values in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847655#M1012700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck in one&amp;nbsp; problem ....Look at my table below ...I want to add one more value in Remarks which will show the percentage between two fields.There is requirement like this from user..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example:&amp;nbsp; CExcellent is what Percentage of AFaboulous&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83878" alt="2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83878_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I want the output like below snapshot ....Look at below snapshot conversion values has added there ..but my concern is i should get percetage there and calculation will be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;57000 / 212000 * 100 = 27% ......27 % should show as Sum of salary of conversion value.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83882" alt="3.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83882_3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with below code ..........but not getting as expected ...i think i am doing wrong somewhere ..kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 11:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847655#M1012700</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-04-16T11:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding calculated values in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847656#M1012701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any help would be much appriciable ....Dear &lt;A href="https://community.qlik.com/qlik-users/4003"&gt;hic&lt;/A&gt; please suggest any way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 11:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847656#M1012701</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-04-16T11:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: adding calculated values in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847657#M1012702</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;what is the expression for that conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 11:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847657#M1012702</guid>
      <dc:creator />
      <dc:date>2015-04-16T11:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: adding calculated values in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847658#M1012703</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 am using below code to achive the same .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;'Conversion' AS Remarks,&lt;/P&gt;&lt;P&gt;Lookup('SALARY','Remarks','CExcellent','Raw') / SALARY&amp;nbsp; * 100 AS SALARY&lt;/P&gt;&lt;P&gt;resident Raw where Wildmatch(Remarks,'AFaboulous');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 11:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847658#M1012703</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-04-16T11:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: adding calculated values in dimension</title>
      <link>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847659#M1012704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If know the solution then it would be much appreciable .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarfaraz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 06:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adding-calculated-values-in-dimension/m-p/847659#M1012704</guid>
      <dc:creator>sarfaraz_sheikh</dc:creator>
      <dc:date>2015-04-17T06:23:32Z</dc:date>
    </item>
  </channel>
</rss>

