<?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 it works here in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48743#M784076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to learn exact functionality of each function which use in your expression go to help menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max()&lt;/P&gt;&lt;P&gt;addMonths()&lt;/P&gt;&lt;P&gt;date()&lt;/P&gt;&lt;P&gt;and Num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : In your expression you can avoid Date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2018 11:20:15 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2018-03-19T11:20:15Z</dc:date>
    <item>
      <title>how it works here</title>
      <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48741#M784074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how this variable works&lt;/P&gt;&lt;P&gt;vNoOfMonthsDisplay&amp;nbsp; =12&lt;/P&gt;&lt;P&gt;vMonth=Num(AddMonths(Date(Max([Month Year])),-vNoOfMonthsDisplay))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ==this how works?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48741#M784074</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how it works here</title>
      <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48742#M784075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It takes the Max(Month Year) and takes it back 12 months. Not exactly sure what you are not clear about...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48742#M784075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-19T11:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: how it works here</title>
      <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48743#M784076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to learn exact functionality of each function which use in your expression go to help menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;max()&lt;/P&gt;&lt;P&gt;addMonths()&lt;/P&gt;&lt;P&gt;date()&lt;/P&gt;&lt;P&gt;and Num()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : In your expression you can avoid Date()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48743#M784076</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-19T11:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: how it works here</title>
      <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48744#M784077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Num(AddMonths(Date(Max([Month Year])),-12))&amp;nbsp;&amp;nbsp; &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;You are pulling max from the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Month Year] field and then going 12 months back, post this you are converting it to Num format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48744#M784077</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-19T11:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: how it works here</title>
      <link>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48745#M784078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;With my understand of expression, The code will roll-out for 12 months.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;Ex: If you want to show case last 12 months trend from current month this code will helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: 'trebuchet ms', geneva;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #000000; font-family: 'trebuchet ms', geneva;"&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva; color: #000000;"&gt;&lt;STRONG&gt;Venkata Sreekanth&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 11:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-it-works-here/m-p/48745#M784078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-19T11:50:17Z</dc:date>
    </item>
  </channel>
</rss>

