<?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: Creating chart with Sum expression and multiple condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383946#M491660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the &amp;lt; in front of pname_pcd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 15:09:16 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2012-09-04T15:09:16Z</dc:date>
    <item>
      <title>Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383940#M491654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;I am trying to develop a bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;In the expression tab i have two expressions.&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;One of them shows me the selection value, while other gives me a benchmark value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Now for creating the benchmark bar i have to apply the following crtieria :&lt;/P&gt;&lt;OL style="background-color: #eef4f9; font-size: 12px; list-style-position: initial; list-style-image: initial; padding: 0 0 0 2.25em; color: #636363; font-family: Arial;"&gt;&lt;LI&gt;It follows a particular business line only.&lt;/LI&gt;&lt;LI&gt;It should not be affected by the salesman selection.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;So i wrote the expression as&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;sum ( {&amp;lt;businessline={'RT'}&amp;gt;}&amp;nbsp; {&amp;lt;salesman_name=&amp;gt;} ear_prem_usd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Now, because i have two conditions in the sume expressions, the second condition is overriding the first condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Please help....&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;Its really important and urgent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 14:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383940#M491654</guid>
      <dc:creator />
      <dc:date>2012-09-04T14:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383941#M491655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-family: Arial; color: #636363; font-size: 12px;"&gt;sum ( {&amp;lt;businessline={'RT'},salesman_name=&amp;gt;} ear_prem_usd)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 14:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383941#M491655</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-09-04T14:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383942#M491656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you have 2 conditions because you need them. What's wrong with this? The first condition says to sum all business line = 'RT' while the second one says it will sum ALL salesman with businessline = 'RT' . Is this what you need?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 14:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383942#M491656</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2012-09-04T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383943#M491657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mwoolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it, but it gives an syntax error for the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383943#M491657</guid>
      <dc:creator />
      <dc:date>2012-09-04T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383944#M491658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach a screen shot of the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383944#M491658</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-09-04T15:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383945#M491659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="21317" class="jive-image-thumbnail jive-image" onclick="" alt="error.jpg" src="https://community.qlik.com/legacyfs/online/21317_error.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Attached is the error screenshot mwoolf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383945#M491659</guid>
      <dc:creator />
      <dc:date>2012-09-04T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383946#M491660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the &amp;lt; in front of pname_pcd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383946#M491660</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-09-04T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383947#M491661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mwoolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks a lot for the help and guidance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this has really solved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to qv11. can you please provide me with some suggestions and tips.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383947#M491661</guid>
      <dc:creator />
      <dc:date>2012-09-04T15:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating chart with Sum expression and multiple condition</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383948#M491662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never used v11. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 15:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-chart-with-Sum-expression-and-multiple-condition/m-p/383948#M491662</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-09-04T15:13:52Z</dc:date>
    </item>
  </channel>
</rss>

