<?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: Display Current Month Selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528721#M1150194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can consider this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections (FieldName [, ValueSep [, MaxValues]])&amp;nbsp; -&amp;gt; Returns a string with the current selections in a field. ValueSep is the separator to be put between field values. The default is ', '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxvalues is the maximum number of field values to be individually listed. When a larger number of values is selected the format 'x of y values' will be used instead. The default is 6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;getfieldselections ( Year ) &lt;/P&gt;&lt;P&gt;getfieldselections ( Year, '; ' ) &lt;/P&gt;&lt;P&gt;getfieldselections ( Year, '; ' , 10 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 01:47:30 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2013-07-02T01:47:30Z</dc:date>
    <item>
      <title>Display Current Month Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528720#M1150193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line graph that displays all months selected and also a test box that should only display the amount for the most recent month selected.&amp;nbsp; What is the expression that could make this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have but it is pulling YTD not just the amount in the last month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[acct month] = {$(=Max([acct month]))},[acct year] = {$(=Max([acct year]))} , [acct month] = &amp;gt;} [trans amt])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 23:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528720#M1150193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-01T23:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528721#M1150194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can consider this function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections (FieldName [, ValueSep [, MaxValues]])&amp;nbsp; -&amp;gt; Returns a string with the current selections in a field. ValueSep is the separator to be put between field values. The default is ', '. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maxvalues is the maximum number of field values to be individually listed. When a larger number of values is selected the format 'x of y values' will be used instead. The default is 6. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples&lt;/P&gt;&lt;P&gt;getfieldselections ( Year ) &lt;/P&gt;&lt;P&gt;getfieldselections ( Year, '; ' ) &lt;/P&gt;&lt;P&gt;getfieldselections ( Year, '; ' , 10 ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 01:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528721#M1150194</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2013-07-02T01:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528722#M1150195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that the second assignment for [acct month] is overriding the first. Try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[acct month] = {$(=Max([acct month]))},[acct year] = {$(=Max([acct year]))}&amp;gt;} [trans amt])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression assumes that [acct month] is a numeric field with the month number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 06:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528722#M1150195</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-02T06:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Current Month Selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528723#M1150196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 16:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Current-Month-Selected/m-p/528723#M1150196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T16:26:02Z</dc:date>
    </item>
  </channel>
</rss>

