<?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: Bar Chart with two columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088170#M362128</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;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 07:59:53 GMT</pubDate>
    <dc:creator>rajeshforqlikvi</dc:creator>
    <dc:date>2016-01-28T07:59:53Z</dc:date>
    <item>
      <title>Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088169#M362127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, i am very new to qlikview and wondering how to create a bar chart with 1 dimension and 2 expressions. The dimension represents year and first expression represents total number of tickets and second expression represents total number of closed tickets. I was able to show up the total number of tickets but struggling to get the second bar. Not sure if there is any straight method to count the closed tickets using status field. My sample data is as follows:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image 1.png" class="jive-image image-1" src="/legacyfs/online/112783_Image 1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 02:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088169#M362127</guid>
      <dc:creator />
      <dc:date>2016-01-28T02:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088170#M362128</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;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 07:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088170#M362128</guid>
      <dc:creator>rajeshforqlikvi</dc:creator>
      <dc:date>2016-01-28T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088171#M362129</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;for the second expression to count the closed tickets, just do this in the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count({&amp;lt;Status={'Closed'}&amp;gt;} DISTINCT Incident Number)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The above just returns the number of &lt;STRONG&gt;closed&lt;/STRONG&gt; tickets only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088171#M362129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T08:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088172#M362130</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;This may help you&lt;/P&gt;&lt;P&gt;PFA , sample application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Set analysis or If statement to Find Closed Ticket,&lt;/P&gt;&lt;P&gt;Dimension : Year&lt;/P&gt;&lt;P&gt;1) Expression - Count( Distinct Incident Number)&lt;/P&gt;&lt;P&gt;2) Expression&amp;nbsp; =Count({&amp;lt;Status={'Closed'}&amp;gt;} [Incident Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088172#M362130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T08:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088173#M362131</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Year&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;Total Tickets: Count(Distinct [Incident Number])&lt;/P&gt;&lt;P&gt;Close Tickets: &lt;SPAN style="font-size: 13.3333px;"&gt;Count({&amp;lt;Status={'Closed'}&amp;gt;}Distinct [Incident Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088173#M362131</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-28T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088174#M362132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aru,&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;reportedate,status&lt;/P&gt;&lt;P&gt;2016,open&lt;/P&gt;&lt;P&gt;2015,open&lt;/P&gt;&lt;P&gt;2014,open&lt;/P&gt;&lt;P&gt;2016,open&lt;/P&gt;&lt;P&gt;2015,open&lt;/P&gt;&lt;P&gt;2014,open&lt;/P&gt;&lt;P&gt;2016,open&lt;/P&gt;&lt;P&gt;2015,close&lt;/P&gt;&lt;P&gt;2014,close&lt;/P&gt;&lt;P&gt;2016,close&lt;/P&gt;&lt;P&gt;2015,close&lt;/P&gt;&lt;P&gt;2014,close&lt;/P&gt;&lt;P&gt;2011,close&lt;/P&gt;&lt;P&gt;2010,open&lt;/P&gt;&lt;P&gt;2015,open&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/112807_Untitled.png" style="height: 183px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088174#M362132</guid>
      <dc:creator />
      <dc:date>2016-01-28T08:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088175#M362133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raman,&lt;/P&gt;&lt;P&gt;Sorry i do not understand how the load* works. Also not sure why you are repeating the Open and Close 3 times for each year. May i know the rational or how these works? Thank you so much for your reply. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088175#M362133</guid>
      <dc:creator />
      <dc:date>2016-01-28T08:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088176#M362134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;HTH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088176#M362134</guid>
      <dc:creator />
      <dc:date>2016-01-28T08:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088177#M362135</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;Did you tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Dimension: Year&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Expression:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Total Tickets: Count(Distinct [Incident Number])&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Close Tickets: &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Count({&amp;lt;Status={'Closed'}&amp;gt;}Distinct [Incident Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 00:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088177#M362135</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T00:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088178#M362136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan, yes it works. Previously i tried with&amp;nbsp; Count({ $ &amp;lt; Status = {‘Closed’} &amp;gt; }&amp;nbsp; [Incident Number]) but didnt work. What is the meaning of $ sign in the expression? Any way thank you and all the supporters. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 01:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088178#M362136</guid>
      <dc:creator />
      <dc:date>2016-01-29T01:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088179#M362137</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;If you got the Answer please close this thread by giving Correct Answer to the post which helps you in finding the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 01:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088179#M362137</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T01:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart with two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088180#M362138</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;$ means Current Selections, $ is not a mandatory one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the answer close this thread by giving Correct Answers to the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 02:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-with-two-columns/m-p/1088180#M362138</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-01-29T02:18:57Z</dc:date>
    </item>
  </channel>
</rss>

