<?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 How to arrive new dimension using  already loaded dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920771#M319017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; &amp;amp; Plan dimension and units and values in pivot , now I want to arrive dimesion c = Plan - actual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to arrive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 10:14:26 GMT</pubDate>
    <dc:creator>vikasmahajan</dc:creator>
    <dc:date>2015-08-12T10:14:26Z</dc:date>
    <item>
      <title>How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920771#M319017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; following data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual&amp;nbsp; &amp;amp; Plan dimension and units and values in pivot , now I want to arrive dimesion c = Plan - actual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to arrive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:14:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920771#M319017</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T10:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920772#M319018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is needed as a dimension or Expression? And are you trying to do it in a pivot table as a calculated dimension or in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920772#M319018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-12T10:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920773#M319019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test qvw is attached please find and i want it in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920773#M319019</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T10:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920774#M319020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mytab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE &lt;/P&gt;&lt;P&gt;[ &lt;/P&gt;&lt;P&gt;&amp;nbsp; Cat,Qty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Planned, 1000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forcast,2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Planned, 3000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Forcast,6000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Cat&lt;/P&gt;&lt;P&gt;&amp;nbsp; NEWCATEGORY&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below expression..&lt;/P&gt;&lt;P&gt;IF(Cat = 'NEWCATEGORY', sum(TOTAL {&amp;lt;Cat = {'Planned'}&amp;gt;}Qty)-sum(TOTAL{&amp;lt;Cat = {'Forcast'}&amp;gt;}Qty),sum(Qty))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920774#M319020</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-12T10:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920775#M319021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish I will check and reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920775#M319021</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T10:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920776#M319022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;Suppose I have 2 more dimension below cat dimension like grp1,grp2 then result will come same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920776#M319022</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T11:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920777#M319023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;should I use aggr ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920777#M319023</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T11:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920778#M319024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide data.. I can't reply without checking !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920778#M319024</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-12T11:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920779#M319025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached new qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920779#M319025</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920780#M319026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I have the result also which you are looking for your new file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920780#M319026</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-08-12T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920781#M319027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Result -4000 is correct as per your script but when I apply in production environment result is appear!&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920781#M319027</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-12T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to arrive new dimension using  already loaded dimension</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920782#M319028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached exact data with my requirement is show NEWCAT as&amp;nbsp; forcast - plan in dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 05:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-arrive-new-dimension-using-already-loaded-dimension/m-p/920782#M319028</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2015-08-13T05:24:32Z</dc:date>
    </item>
  </channel>
</rss>

