<?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: Ignoring a dimension in a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643686#M48005</link>
    <description>&lt;P&gt;It is a bit tricky without having a sample to work on.&amp;nbsp; I suggest you to consider to post a sample qvw or a set of transaction data to your question and even in future questions in the community. If you do you will more likely get a more response to your question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case it could be a simple fix to your expression. Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(NODISTINCT rangesum(sum(monthlyRevenues)),year)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Vegar&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 11:09:51 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2019-11-06T11:09:51Z</dc:date>
    <item>
      <title>Ignoring a dimension in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643656#M48001</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a similar issue as explained in &lt;A title="Is it possible to &amp;quot;ignore&amp;quot; dimension for one expression ?" href="https://community.qlik.com/t5/New-to-QlikView/Is-it-possible-to-quot-ignore-quot-dimension-for-one-expression/td-p/443065" target="_self"&gt;this post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If I use to formula from &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;&amp;nbsp;to compute my annual revenues:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(rangesum(sum(monthlyRevenues)),year)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I end up with this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Year&lt;/TD&gt;&lt;TD&gt;Product&lt;/TD&gt;&lt;TD&gt;Stock&lt;/TD&gt;&lt;TD&gt;Annual revenue&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2016&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2858&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2017&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2017&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;9837&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2018&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;14753&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to fill the blank cells with the annual revenues?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643656#M48001</guid>
      <dc:creator>max31</dc:creator>
      <dc:date>2024-11-16T04:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring a dimension in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643659#M48003</link>
      <description>&lt;P&gt;can u share a sample qvw showing your porblem?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 10:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643659#M48003</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2019-11-06T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring a dimension in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643686#M48005</link>
      <description>&lt;P&gt;It is a bit tricky without having a sample to work on.&amp;nbsp; I suggest you to consider to post a sample qvw or a set of transaction data to your question and even in future questions in the community. If you do you will more likely get a more response to your question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case it could be a simple fix to your expression. Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(NODISTINCT rangesum(sum(monthlyRevenues)),year)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Vegar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 11:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643686#M48005</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-06T11:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ignoring a dimension in a table</title>
      <link>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643761#M48015</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; this is what I was looking for!&lt;BR /&gt;&lt;BR /&gt;Usually I would have posted a data sample but I thought this question was simple enough for you to answer.&lt;/P&gt;&lt;P&gt;I guess I was right since you found the solution very quickly&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 13:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ignoring-a-dimension-in-a-table/m-p/1643761#M48015</guid>
      <dc:creator>max31</dc:creator>
      <dc:date>2019-11-06T13:21:23Z</dc:date>
    </item>
  </channel>
</rss>

