<?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: Chart Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062260#M355466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already i mentioned my date format but don't working it shows "No data to display".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 11:00:56 GMT</pubDate>
    <dc:creator>khasimvali85</dc:creator>
    <dc:date>2016-05-03T11:00:56Z</dc:date>
    <item>
      <title>Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062253#M355459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Hope you are doing well !&lt;/P&gt;&lt;P&gt;I want to discuss about my Query regarding Chart Expression.&lt;/P&gt;&lt;P&gt;I have table fields like Date, Sales,Product.&lt;/P&gt;&lt;P&gt;The Date field contains monthly wise rows not day wise, Sales and Product.(please find attached file).&lt;/P&gt;&lt;P&gt;My Requirement is Create Line chart and its Dimensions should shows like below&lt;/P&gt;&lt;P&gt;Current Month( May-2016) , Previous Month (Apr-2016) and Last Year Current Month (May-2015) and Expression SUM(Sales).&lt;/P&gt;&lt;P&gt;How do i achieve my requirement?&lt;/P&gt;&lt;P&gt;please suggest any one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Khasim.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062253#M355459</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2016-05-03T09:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062254#M355460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why you want to show them in dimension rather u can easily show them in expression.&lt;/P&gt;&lt;P&gt;pfa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062254#M355460</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-05-03T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062255#M355461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Date = {"$(=Date(Max(Date)))", "$(=Date(AddMonths(Max(Date), -1)))", "$(=Date(AddYears(Max(Date), -1)))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123384_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:49:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062255#M355461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062256#M355462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(monthstart(Date),'MMM YYYY') as MonthYear;&lt;/P&gt;&lt;P&gt;LOAD Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create the Bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;1) CurrentMonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear={"$(=date(max(&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear&lt;/SPAN&gt;),'MMM YYYY'))"}&lt;/SPAN&gt;&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) PreviousMonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; =sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear={"$(=date(addmonths(max(&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear&lt;/SPAN&gt;),-1),'MMM YYYY'))"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) LastYearCurrentMonth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;=sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear={"$(=date(addyears(max(&lt;SPAN style="font-size: 13.3333px;"&gt;MonthYear&lt;/SPAN&gt;),-1),'MMM YYYY'))"}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062256#M355462</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-03T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062257#M355463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note, your excel file contained dates in the wrong format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062257#M355463</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-03T09:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062258#M355464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply, whenever i am trying in my application the given expressions not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 10:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062258#M355464</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2016-05-03T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062259#M355465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess you need to make sure that Date formats match. May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Date = {"$(=Date(Max(Date), '&lt;SPAN style="color: #ff0000;"&gt;YourDateFieldFormatHere&lt;/SPAN&gt;'))", "$(=Date(AddMonths(Max(Date), -1)&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, '&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateFieldFormatHere&lt;/STRONG&gt;'&lt;/STRONG&gt;))", "$(=Date(AddYears(Max(Date), -1)&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;, '&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateFieldFormatHere&lt;/STRONG&gt;'&lt;/STRONG&gt;))"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDateFieldFormatHere &lt;/STRONG&gt;with your DateField Format to make this expression work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 10:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062259#M355465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T10:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062260#M355466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already i mentioned my date format but don't working it shows "No data to display".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062260#M355466</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2016-05-03T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062261#M355467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you made sure that your date is actually read as date?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062261#M355467</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T11:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062262#M355468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate you and always really helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 03:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062262#M355468</guid>
      <dc:creator>khasimvali85</dc:creator>
      <dc:date>2016-05-05T03:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062263#M355469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Year={$(max(Year))},&lt;SPAN style="font-size: 13.3332996368408px;"&gt;Month={$(max(Month))&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;Year={$(max(Year))},&lt;SPAN style="font-size: 13.3332996368408px;"&gt;Month={$(max(Month)-1)&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; =sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 13.3333px;"&gt;Year={$(max(Year)-1)},&lt;SPAN style="font-size: 13.3332996368408px;"&gt;Month={$(max(Month))&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 03:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Expression/m-p/1062263#M355469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T03:55:29Z</dc:date>
    </item>
  </channel>
</rss>

