<?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 Display Recent Month Red Programs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102802#M756633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using the following to display a count of recent month Red Programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;[MonthYear2] = {'$(=max(MonthYear2))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;(Red)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a list of the recent month Red Programs.&amp;nbsp; What would the correct syntax be to display a list of the recent month Red Programs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>fanninam</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Display Recent Month Red Programs</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102802#M756633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using the following to display a count of recent month Red Programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(&lt;/P&gt;&lt;P&gt;{&amp;lt;&lt;/P&gt;&lt;P&gt;[MonthYear2] = {'$(=max(MonthYear2))'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;(Red)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display a list of the recent month Red Programs.&amp;nbsp; What would the correct syntax be to display a list of the recent month Red Programs?&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/Display-Recent-Month-Red-Programs/m-p/102802#M756633</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Recent Month Red Programs</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102803#M756634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Display the list where? In a chart or list box object or somewhere else?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102803#M756634</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-09-06T13:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display Recent Month Red Programs</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102804#M756635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Object would work.&amp;nbsp; I'm just having a hard time with the syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 13:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102804#M756635</guid>
      <dc:creator>fanninam</dc:creator>
      <dc:date>2018-09-06T13:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display Recent Month Red Programs</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102805#M756636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want count() or list of values to be displayed? And what is the format of your MonthYear2 field? It should have the same format in set analysis may be like below?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=count({&amp;lt; [MonthYear2] = {"$(=Date(max(MonthYear2), 'MMMYYYY'))" } &amp;gt;} Red)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you want to show the list of values in Red field for that max monthyear2 in text object may be use Concat() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= &lt;STRONG style="font-size: 13.3333px;"&gt;Concat({&amp;lt; [MonthYear2] = {"$(=Date(max(MonthYear2), 'MMMYYYY'))" } &amp;gt;} Red, Chr(13))&lt;/STRONG&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 14:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Recent-Month-Red-Programs/m-p/102805#M756636</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-09-06T14:11:29Z</dc:date>
    </item>
  </channel>
</rss>

