<?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 Simple dashboard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825975#M290892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this? In the Data file TotalLineAmount has negative values which indicates the credits. Gross amount is the sum of all positive and negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Dec 2014 19:24:15 GMT</pubDate>
    <dc:creator>AH</dc:creator>
    <dc:date>2014-12-14T19:24:15Z</dc:date>
    <item>
      <title>Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825975#M290892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this? In the Data file TotalLineAmount has negative values which indicates the credits. Gross amount is the sum of all positive and negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would really appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 19:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825975#M290892</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-14T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825976#M290893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what problem are you facing? Can you please explain more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 19:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825976#M290893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-14T19:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825977#M290894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to pull the credit amount in the text box and in the chart. I couldnt do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you help me with that?&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;Regards&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 19:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825977#M290894</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-14T19:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825978#M290895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite clear, what you need, but if you wish to sum credits and revenues separately, you may use a formula like&lt;/P&gt;&lt;P&gt;SUM(IF(Value &amp;lt; 0, Value))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; credits&lt;/P&gt;&lt;P&gt;SUM(IF(Value &amp;gt;=0, Value))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; revenues&lt;/P&gt;&lt;P&gt;SUM(Value)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; gross amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 19:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825978#M290895</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-14T19:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825979#M290896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks Peter fpr your helpful reply.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I want to categorize the amount of credit according to ItemID. SO, how do i want to combine these two expressions?&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;=SUM(IF(LineAmount &amp;lt; 0, LineAmount)) &lt;/DIV&gt;&lt;DIV&gt;=num(Sum({&amp;lt;[ItemID] = {'A', 'B','C','L' }&amp;gt;} LineAmount),'##,##0')&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Shan&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 20:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825979#M290896</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-14T20:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825980#M290897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i actually want is to calculate the credit amount (negative LineAmount) for ItemID A,B,C and L. Gross &amp;amp; Net Quantity for ItemID A,B,C and L. Gross &amp;amp; Net Amount for ItemID A,B,C and L. Your reply contains for All ItemID not for specific items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825980#M290897</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-15T07:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825981#M290898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check are u asking for something like this.&lt;BR /&gt;NOTE:- Check Dimension Tab , Expression Tab and Sorting Tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHEERSSSSSSSSS&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 07:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825981#M290898</guid>
      <dc:creator>ashishkalia</dc:creator>
      <dc:date>2014-12-15T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825982#M290899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=num(Sum({&amp;lt;[ItemID] = {'A', 'B','C','L' }&amp;gt;} [Invoice Qty.]),'##,##0') This expression is giving me Gross Qty as 101&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=num(Sum({&amp;lt;[ItemID] = {'A', 'B','C','L'}&amp;gt;}IF(LineAmount &amp;gt; 0,[Invoice Qty.])),'##,##0') this expression is giving me Net quantity as 115.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like Gross Quantity is less than the Net quantity. That shouldnt be correct. Whats wrong with my expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 08:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825982#M290899</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-15T08:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825983#M290900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahmed&amp;nbsp; Look into ur excel fields u are having -ve qty as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG.&amp;nbsp;&amp;nbsp; Qty= 10,11,12,-13,14,-4,21,-17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Gross qty= 10+11+12+(-13)+14+(-4)+21+(-17)=34&lt;/P&gt;&lt;P&gt;and Net Qty =&amp;nbsp; 10+11+12+14+21=68.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according to ur calculation formula u have implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 09:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825983#M290900</guid>
      <dc:creator>ashishkalia</dc:creator>
      <dc:date>2014-12-15T09:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simple dashboard</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825984#M290901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that makes sense. Thanks for pinting that out Ashish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 10:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-dashboard/m-p/825984#M290901</guid>
      <dc:creator>AH</dc:creator>
      <dc:date>2014-12-15T10:02:42Z</dc:date>
    </item>
  </channel>
</rss>

