<?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 problem in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019427#M345041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a straight table which has a column of sum of sales. Now the requirement is to add a column sum(sales) with condition on another column which is Revenue.so it should be sum(sales) if rev&amp;gt;0.&lt;/P&gt;&lt;P&gt;I added both the columns but both were giving the same result, which I thought was fine, but for a particular bill that was not true so&amp;nbsp; I added the dimension 'bill' to the table and chose the option sum of rows on conditional sum of sales column. That gives the perfect answer to the solution.&amp;nbsp; BUT the problem is neither I can have dimension 'bill' in my table nor the straight table. and if i remove the dimension bill it gives the same sum of sales for both columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this possible that adding a dimension can alter the result of expression. how to deal with this. please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Apr 2016 14:39:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-12T14:39:11Z</dc:date>
    <item>
      <title>problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019427#M345041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working with a straight table which has a column of sum of sales. Now the requirement is to add a column sum(sales) with condition on another column which is Revenue.so it should be sum(sales) if rev&amp;gt;0.&lt;/P&gt;&lt;P&gt;I added both the columns but both were giving the same result, which I thought was fine, but for a particular bill that was not true so&amp;nbsp; I added the dimension 'bill' to the table and chose the option sum of rows on conditional sum of sales column. That gives the perfect answer to the solution.&amp;nbsp; BUT the problem is neither I can have dimension 'bill' in my table nor the straight table. and if i remove the dimension bill it gives the same sum of sales for both columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this possible that adding a dimension can alter the result of expression. how to deal with this. please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 14:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019427#M345041</guid>
      <dc:creator />
      <dc:date>2016-04-12T14:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019428#M345042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try with aggregation, like&lt;/P&gt;&lt;P&gt;=aggr (sum (sales),bill)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019428#M345042</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-12T16:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019429#M345043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this, but for this I willl have to add bill as dimension in my table, which is not required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019429#M345043</guid>
      <dc:creator />
      <dc:date>2016-04-12T16:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019430#M345044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share sample QVW for reference or at least temp data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 17:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019430#M345044</guid>
      <dc:creator />
      <dc:date>2016-04-12T17:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019431#M345045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this...&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;rev={"&amp;gt;0"}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 17:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019431#M345045</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-04-12T17:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019432#M345046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes I tried this but when I add dimension bill to this table it alter the result. then it shows different sum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 18:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019432#M345046</guid>
      <dc:creator />
      <dc:date>2016-04-12T18:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: problem in table</title>
      <link>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019433#M345047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 02:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/problem-in-table/m-p/1019433#M345047</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-04-13T02:16:30Z</dc:date>
    </item>
  </channel>
</rss>

