<?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: Stacked Bar Chart - Closed vs Open in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622417#M1114699</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish:&lt;/P&gt;&lt;P&gt;That worked. Thanks a lot.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 06:08:36 GMT</pubDate>
    <dc:creator>jmonroe918</dc:creator>
    <dc:date>2014-02-25T06:08:36Z</dc:date>
    <item>
      <title>Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622410#M1114692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a stacked bar chart that will display a list of Sites as my dimension and whether the site has open vs closed Status of Audits performed. There is a "closed" status and then there are several "open" status. What expressions do I use for the two parts of the stacked bars?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622410#M1114692</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-02-24T06:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622411#M1114693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let us know the dimensions related to your questions.&lt;/P&gt;&lt;P&gt;Also, are you going to count number of sited open or close?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me give you an example which will give you count of Orders by date...&lt;/P&gt;&lt;P&gt;Dimension = Date&lt;/P&gt;&lt;P&gt;Expression 1 = COUNT({&amp;lt;OrderStatus = {'Open'}&amp;gt;}OrderID)&lt;/P&gt;&lt;P&gt;Expression 2 = COUNT({&amp;lt;OrderStatus = {'Close'}&amp;gt;}OrderID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622411#M1114693</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-24T06:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622412#M1114694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to post qvw file or sample data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622412#M1114694</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-24T06:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622413#M1114695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use two dimension one site and then the Status&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622413#M1114695</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-02-24T06:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622414#M1114696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. It think the expressions you created are what I need, however Expression 1 needs to be any record that is not 'Closed'. There are other statuses (Originiation, Investigation, etc). How do I work the modifhier to exclude "Closed". Here are my expressions:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Closed audits:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Internal Audits.Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Closed'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Internal Audits.Audit No]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Open (not closed) audits&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Internal Audits.Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; - {'*Closed*'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Internal Audits.Audit No]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I'm getting an error in the second expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Jeff&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622414#M1114696</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-02-24T15:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622415#M1114697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn’t figure out how to attach the file, so I decided to email it to you until I figure it out.&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;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622415#M1114697</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-02-24T15:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622416#M1114698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;&amp;gt; in Set Analysis -=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[Internal Audits.Status]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt; -= {'Closed'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;[Internal Audits.Audit No]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 15:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622416#M1114698</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-24T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622417#M1114699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish:&lt;/P&gt;&lt;P&gt;That worked. Thanks a lot.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 06:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622417#M1114699</guid>
      <dc:creator>jmonroe918</dc:creator>
      <dc:date>2014-02-25T06:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622418#M1114700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how will you calculate&amp;nbsp;&amp;nbsp;&amp;nbsp; open =Findings+Origination&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 06:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622418#M1114700</guid>
      <dc:creator />
      <dc:date>2014-02-25T06:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Closed vs Open</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622419#M1114701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that my answer helped you.&lt;/P&gt;&lt;P&gt;Kindly close this thread by selecting correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 06:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Closed-vs-Open/m-p/622419#M1114701</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-25T06:57:01Z</dc:date>
    </item>
  </channel>
</rss>

