<?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: Date picker in set analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1748011#M64109</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/120016"&gt;@DevelopCal&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say you have DateField and You've associated model, The below expression will give by default filter selection&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In case, If you want to use the same what you have done in the date picket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;&lt;STRONG&gt;DateField=P(DateField),&lt;/STRONG&gt; Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In case, If you required to get Max Date - Then you can call as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;DateField={"$(=Max(DateField))"}, Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 09:32:45 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2020-09-29T09:32:45Z</dc:date>
    <item>
      <title>Date picker in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747739#M64105</link>
      <description>&lt;P&gt;How can i add the month selected in the "date picker" and recalculate the following KPI depending on selection?&lt;/P&gt;&lt;P&gt;=Money(avg(distinct{&amp;lt;Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vMesultimo=Date(Max(Month),'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:39:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747739#M64105</guid>
      <dc:creator>DevelopCal</dc:creator>
      <dc:date>2021-04-02T08:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date picker in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747741#M64106</link>
      <description>&lt;P&gt;How is Month field created in the script? Is it just Month(Date) as Month or do you have Month stored as a Date?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747741#M64106</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-28T14:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date picker in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747744#M64107</link>
      <description>&lt;P&gt;just Month in the loading script&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747744#M64107</guid>
      <dc:creator>DevelopCal</dc:creator>
      <dc:date>2020-09-28T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Date picker in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747993#M64108</link>
      <description>&lt;P&gt;is there any option?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1747993#M64108</guid>
      <dc:creator>DevelopCal</dc:creator>
      <dc:date>2020-09-29T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Date picker in set analysis</title>
      <link>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1748011#M64109</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/120016"&gt;@DevelopCal&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say you have DateField and You've associated model, The below expression will give by default filter selection&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In case, If you want to use the same what you have done in the date picket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;&lt;STRONG&gt;DateField=P(DateField),&lt;/STRONG&gt; Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In case, If you required to get Max Date - Then you can call as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=Money(avg(distinct{&amp;lt;DateField={"$(=Max(DateField))"}, Month={"$(vMesultimo)"}&amp;gt;}PayingCustomer),'###,##€',',','.')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-picker-in-set-analysis/m-p/1748011#M64109</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-09-29T09:32:45Z</dc:date>
    </item>
  </channel>
</rss>

