<?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: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595202#M479068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achieved by removing Month Field from your both expressions..&lt;/P&gt;&lt;P&gt;Something like below...&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: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Ship Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&lt;/SPAN&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=Year(today()))'&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Gross Sales Amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Try this... hope it will help you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 15:20:33 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-02-17T15:20:33Z</dc:date>
    <item>
      <title>How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595196#M479062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped? Currently I am trying to achieve it by using this: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Gross Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ship Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Year(today()))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ship Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Month(today()))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Gross Sales Amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Last Year same month:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ship Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Year(today-1)))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ship Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=Month(today()))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Gross Sales Amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Orders Shipped&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Shipped',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Unique Order Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;null&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;The problem with those expressions is that it only lets me see the current status for February if I click on any other month the bar chart says "No Data To Display".&amp;nbsp; How do I fix this? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 14:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595196#M479062</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2014-02-17T14:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595197#M479063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following is definitely wrong as it will show your year for yesterday. Amend it as follows :&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: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Ship Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=Year(today())-1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Ship Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=Month(today()))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Gross Sales Amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;posting a sample application would help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595197#M479063</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-02-17T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595198#M479064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will happen because you have fixed the Month as February.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595198#M479064</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-17T15:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595199#M479065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the set identifier from $ into 1. $ takes into account all selections, even your month selection. But that depends on where you select a month. As Ioannis suggested, it would be good to have a sample document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595199#M479065</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-17T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595200#M479066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="Bar Chart.png" class="jive-image" src="/legacyfs/online/53319_Bar Chart.png" /&gt;&lt;/P&gt;&lt;P&gt;I want the&amp;nbsp; document to open up like this. For it to open with the current month selected however if I wish to see other months for example January's month sales for this year and last year it tells me "No Data to Display"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595200#M479066</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2014-02-17T15:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595201#M479067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohhh ok Thanks! I am new to QlikView. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595201#M479067</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2014-02-17T15:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595202#M479068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be achieved by removing Month Field from your both expressions..&lt;/P&gt;&lt;P&gt;Something like below...&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: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Ship Year]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'&lt;/SPAN&gt;&lt;STRONG style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;$(=Year(today()))'&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Gross Sales Amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&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;&lt;BR /&gt;&lt;/SPAN&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;Try this... hope it will help you.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595202#M479068</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-17T15:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595203#M479069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's only showing February data because you are limiting the data set with you set analysis expression i.e. sum({&amp;lt;...[Ship Month] = {$(=Month(Today()))}&amp;gt;}...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would you like it to show when a user selects a specific month? If you want to to show the corresponding month's data, it might be better to use the Max() function in set analysis. Try replacing your Year(Today()) and Month(Today()) functions with Max([ShipYear]) and Max([Ship Month]). Now, when a user selects a month other than the most recent month, it will show that month's data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note, as Ioannis pointed out, your previous year set analysis expression needs to be corrected to [Ship Year] = {$(=Year(Today()-1))} (don't put the subtraction inside the Today() function).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595203#M479069</guid>
      <dc:creator />
      <dc:date>2014-02-17T15:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595204#M479070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's something different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your dimension is a field containing MonthYear combinations. In every set analysis, set this field to Nothing, e.g. [Ship MonthYear] =, [Ship Year] = ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then replace the $(=Month(today())) part in your set analysis with the following: $(=Max([Ship Month])). Ship Month will now be set to the maximum available value from the list, instead of the fixed value of todays month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595204#M479070</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-17T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595205#M479071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*I added your expressions but I realized I need to stop fixing February. But it still doesn't do what I want.&amp;nbsp; &lt;/P&gt;&lt;P&gt;This shows this year's current month gross sales but when I try to add last year same month it does this:&lt;IMG __jive_id="53324" alt="Bar Chart 1.png" class="jive-image" src="/legacyfs/online/53324_Bar Chart 1.png" /&gt;&lt;/P&gt;&lt;P&gt;When I want it to do this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="53325" alt="Bar Chart.png" class="jive-image" src="/legacyfs/online/53325_Bar Chart.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595205#M479071</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2014-02-17T15:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a bar chart that shows current month gross sales amount, orders shipped and last year same month gross sales amount and orders shipped?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595206#M479072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the max() function. Year(Max([Ship Year])) and Month(Max([Ship Month]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-create-a-bar-chart-that-shows-current-month-gross-sales/m-p/595206#M479072</guid>
      <dc:creator />
      <dc:date>2014-02-17T15:37:10Z</dc:date>
    </item>
  </channel>
</rss>

