<?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: Dimension need to neglet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804222#M283938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this expression for the Warehouse stock column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agg(NODISTINCT Sum({$ &amp;lt;Branch={'WareHouse'}&amp;gt;} Stock), Item)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the dimension write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Branch &amp;lt;&amp;gt; 'WareHouse', Branch, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the "Suppress Null Value" box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 16:00:02 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-02-13T16:00:02Z</dc:date>
    <item>
      <title>Dimension need to neglet</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804221#M283937</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 All,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My table contains data 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-713801-78029/pastedImage_0.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="image-1 jive-image" height="120" src="https://community.qlik.com/legacyfs/online/78046_pastedImage_0.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="131" /&gt;&lt;/A&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and need result 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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-713801-78030/pastedImage_2.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG class="jive-image image-2" height="86" src="https://community.qlik.com/legacyfs/online/78062_pastedImage_2.png" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="228" /&gt;&lt;/A&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; actually i need to neglect the dimension to bring the ware house stock.&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ajith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804221#M283937</guid>
      <dc:creator>ajithsachin</dc:creator>
      <dc:date>2015-02-13T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension need to neglet</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804222#M283938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this expression for the Warehouse stock column:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Agg(NODISTINCT Sum({$ &amp;lt;Branch={'WareHouse'}&amp;gt;} Stock), Item)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the dimension write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Branch &amp;lt;&amp;gt; 'WareHouse', Branch, Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check the "Suppress Null Value" box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 16:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804222#M283938</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-02-13T16:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension need to neglet</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804223#M283939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u very much.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 17:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-need-to-neglet/m-p/804223#M283939</guid>
      <dc:creator>ajithsachin</dc:creator>
      <dc:date>2015-02-13T17:59:59Z</dc:date>
    </item>
  </channel>
</rss>

