<?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: Formula Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677043#M668598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I feel dumb, I can do that but then I loose the granularity that I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 12:21:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-22T12:21:33Z</dc:date>
    <item>
      <title>Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677041#M668596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="10-22-2014 7-18-02 AM.jpg" class="jive-image" src="/legacyfs/online/69450_10-22-2014 7-18-02 AM.jpg" style="width: 620px; height: 126px;" /&gt;&lt;/P&gt;&lt;P&gt;I have created a Qlikview app but ran into an issue with rolling up totals based on a dimension. Here is a snapshot of the app and the expressions I am using. What I am looking to do is roll up the totals for each distinct dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two expressions pulling from the same table, one that pulls the positive number as sales and the second to pull the negative numbers as credits. What I need to do is roll up the numbers based on a second dimension. for example: Instead of seeing all of the transactions for 3Fish I would only see the total of sales and the total of credits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales: sum(if(Total_Merchandise_Dollars &amp;gt;=1, Total_Merchandise_Dollars) - (Total_Other_Pricing))&lt;/P&gt;&lt;P&gt;Credits: sum(if(Total_Merchandise_Total &amp;lt;=0, Total_Merchandise_Dollars) - (Total_Other_Pricing))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any assistance is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677041#M668596</guid>
      <dc:creator />
      <dc:date>2014-10-22T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677042#M668597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;What I need to do is roll up the numbers based on a second dimension. for example: Instead of seeing all of the transactions for 3Fish I would only see the total of sales and the total of credits.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Then remove the other dimensions so that only the Customer Name is used as dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677042#M668597</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677043#M668598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I feel dumb, I can do that but then I loose the granularity that I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677043#M668598</guid>
      <dc:creator />
      <dc:date>2014-10-22T12:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677044#M668599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can use a pivot table then and expand the dimensions at need to see the lower granularity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677044#M668599</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-22T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677045#M668600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what I am about to attempt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677045#M668600</guid>
      <dc:creator />
      <dc:date>2014-10-22T12:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Formula Help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677046#M668601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exactly what I need but it will suffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 12:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-Help/m-p/677046#M668601</guid>
      <dc:creator />
      <dc:date>2014-10-22T12:46:41Z</dc:date>
    </item>
  </channel>
</rss>

