<?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: Dynamic selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950321#M78304</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you just try with :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({&amp;lt;Year={2022}&amp;gt;} EX_Data )&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 30 Jun 2022 13:43:45 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2022-06-30T13:43:45Z</dc:date>
    <item>
      <title>Dynamic selection</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950293#M78302</link>
      <description>&lt;P&gt;Hello Members,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have written an expression, by default which should give letest month data "sum({&amp;lt;Year={2022},Month={'May'}&amp;gt;} EX_Data )" but when i select another month from filter it should give the selected month value. can some one guide me to write the expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2022 12:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950293#M78302</guid>
      <dc:creator>Maddineni_S</dc:creator>
      <dc:date>2022-06-30T12:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950321#M78304</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you just try with :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sum({&amp;lt;Year={2022}&amp;gt;} EX_Data )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 30 Jun 2022 13:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950321#M78304</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2022-06-30T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic selection</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950579#M78324</link>
      <description>&lt;UL&gt;
&lt;LI&gt;If no selections are made: This will show latest month and latest year&lt;/LI&gt;
&lt;LI&gt;If a month is selected and not year: This will show selected Month and latest year&lt;/LI&gt;
&lt;LI&gt;if year is selected and not month: This will show latest month for selected year&lt;/LI&gt;
&lt;LI&gt;if year and month is selected: This will show selected month and selected year&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;=sum({&amp;lt;
Year={'$(=Max(Year))'}
,Datefield={"&amp;gt;=$(=Date(Monthstart(Max(Datefield))))&amp;lt;=$(=Date(Max(Datefield)))"}
&amp;gt;}EX_Data )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 06:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-selection/m-p/1950579#M78324</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-07-01T06:12:13Z</dc:date>
    </item>
  </channel>
</rss>

