<?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: Show 12 months when One month is selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328695#M410721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an error in expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 14:26:33 GMT</pubDate>
    <dc:creator>natisham</dc:creator>
    <dc:date>2017-07-18T14:26:33Z</dc:date>
    <item>
      <title>Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328693#M410719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart trying to show the last 12 months beginning with the month I select. My current dimension is MonthYear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is sum({&amp;lt;MonthYear=&amp;gt;}[MACHINE HOURS])* avg({&amp;lt;MonthYear=&amp;gt;}[WORK PCT]/100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it down to ignore the month year I select to show past months. But my chart keeps showing from Jun 2017 back to Feb 2016. How can I have the chart show all 12 months starting with my selected monthyear. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328693#M410719</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T14:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328694#M410720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you create MonthYear field in the script? Assuming it is created like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Date(MonthStart(DateField), 'MMM YYYY') as MonthYear&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;MonthYear = {"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -12), 'MMM YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM YYYY'))"}, Year&amp;gt;}&lt;/SPAN&gt; [MACHINE HOURS])* Avg({&amp;lt;MonthYear = &lt;SPAN style="color: #ff0000;"&gt;{"$(='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -12), 'MMM YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM YYYY'))"}, Year&amp;gt;}&lt;/SPAN&gt; [WORK PCT]/100)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328694#M410720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T14:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328695#M410721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get an error in expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328695#M410721</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T14:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328696#M410722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what is the error say &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328696#M410722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T14:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328697#M410723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natasha,&lt;/P&gt;&lt;P&gt;This is easy if you have a master calendar with a sequential numerical field for your months, not resetting at a new year. So if Dec 2016 had MonthID 67 say Jan 2017 would be 68.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a MonthID like that then something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;MonthID = {"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&amp;gt;='&lt;/SPAN&gt;$(=-12+max(MonthID))'"}, &lt;/SPAN&gt;MonthYear=&amp;gt;}[MACHINE HOURS]) might work for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;There's bound to be a syntax error in there but I hope you get the gist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Andrew&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328697#M410723</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2017-07-18T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328698#M410724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My monthyear in the calendar is date(monthstart(TempDate), 'MMM-YYYY') as MonthYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I updated expression to : Sum({&amp;lt;MonthYear = {"$(='&amp;gt;=' &amp;amp; date(AddMonths(Max(MonthYear), -12), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; date(Max(MonthYear), 'MMM-YYYY'))"}, Year&amp;gt;} [MACHINE HOURS])* Avg({&amp;lt;MonthYear = {"$(='&amp;gt;=' &amp;amp; date(AddMonths(Max(MonthYear), -12), 'MMM-YYYY') &amp;amp; '&amp;lt;=' &amp;amp; date(Max(MonthYear), 'MMM-YYYY'))"}, Year&amp;gt;} [WORK PCT]/100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i change the MonthYear on my list box the data is changing for each month and getting incorrect data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328698#M410724</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T15:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328699#M410725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So based on your selection in MonthYear, wouldn't the number change because your are going to see 12 months from the selected date?? Is that not what you want? What are you hoping to see if Jan2017 is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328699#M410725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T15:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328700#M410726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Jan 2017 is selected then I would like to see Jan 2017 - Jan 2016. It is a bar graph, so each bar would represent a different month. So when i select Feb 2017. The bars represent feb 2017-feb 2016. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328700#M410726</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328701#M410727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay so now we know what you want, can you tell me what the above expression is doing when you select Jan 2017? It is not showing Jan 2017 - Jan 2016? Showing another range of period?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328701#M410727</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T15:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328702#M410728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I click on Jan 2017 I see Feb 2016 to June 2017. If I click on Feb 2017, the same months Feb - June stay but the data changes. When i used expression :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;MonthYear=&amp;gt;}[MACHINE HOURS])* avg({&amp;lt;MonthYear=&amp;gt;}[WORK PCT]/100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I got the right data but still showed feb 2016 to June 2017 no matter what month i clicked on. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328702#M410728</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T16:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328703#M410729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is strange, would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328703#M410729</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328704#M410730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant share the qvd due to privacy but I have added some screenshots. I need to have my other graphs remain as is. So i cant touch the master calendar to much. In the bar graph I use dimension Monthyear.&lt;IMG alt="graph.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170607_graph.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Then My expression is :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="expression.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/170608_expression.PNG" style="height: 49px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;And my Calendar:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Calender1.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/170615_Calender1.PNG" style="height: auto;" /&gt;&lt;IMG alt="Calender2.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/170616_Calender2.PNG" style="height: 330px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328704#M410730</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T16:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328705#M410731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of this expression in a text box object?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;='&amp;gt;=' &amp;amp; Date(AddMonths(Max(MonthYear), -12), 'MMM YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(MonthYear), 'MMM YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 17:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328705#M410731</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T17:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328706#M410732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="express.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170625_express.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328706#M410732</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T19:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328707#M410733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is what you see, I won't really know what you might be doing wrong because that proves to me that you should only see from May 2016 to May 2017 (assuming you have selected May 2017 or May 2017 is your max date.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328707#M410733</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T19:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328708#M410734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you help with writing it into my expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;MonthYear=&amp;gt;}[MACHINE HOURS])* avg({&amp;lt;MonthYear=&amp;gt;}[WORK PCT]/100)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328708#M410734</guid>
      <dc:creator>natisham</dc:creator>
      <dc:date>2017-07-18T19:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show 12 months when One month is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328709#M410735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what I was trying to do &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.... But I don't really know how your data is set&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 19:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-12-months-when-One-month-is-selected/m-p/1328709#M410735</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-18T19:36:10Z</dc:date>
    </item>
  </channel>
</rss>

