<?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: Concern on scope of set analytics in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742246#M56822</link>
    <description>&lt;P&gt;woa, thanks for your explanation. I just thought that prefix $, 1 will affect to all fields (include the field specified in the set analytics), then with $, it will be and condition between value in set analytics and current filtered value of app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 06:26:22 GMT</pubDate>
    <dc:creator>thi_pham</dc:creator>
    <dc:date>2020-09-09T06:26:22Z</dc:date>
    <item>
      <title>Concern on scope of set analytics</title>
      <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742228#M56816</link>
      <description>&lt;P&gt;I have a concern on this case,&amp;nbsp;I have a date field which value from 2020-01-01 -&amp;gt; today()&lt;/P&gt;&lt;P&gt;I have a measure like: sum({&amp;lt;Date={"&amp;lt;=$(vMaxDate)"} Sale)&amp;nbsp; with&amp;nbsp;vMaxDate =&amp;nbsp;date(max(Date),'YYYY-MM-DD')&lt;/P&gt;&lt;P&gt;When I filter date = 1 value such as 2020-09-01&lt;/P&gt;&lt;P&gt;Then measure return value of sum sale from 2020-01-01 to&amp;nbsp;2020-09-01. Or just sum sale in 1 date&amp;nbsp;2020-09-01. ????&lt;/P&gt;&lt;P&gt;From my understanding , without specify 1 in the set analytics, the scope of it will be on filtered values -&amp;gt; it should be return sum sale of 1 date only, but when I tried, it actually return sum sale of whole period, how it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742228#M56816</guid>
      <dc:creator>thi_pham</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Concern on scope of set analytics</title>
      <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742233#M56817</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5747"&gt;@thi_pham&lt;/a&gt;&amp;nbsp;, when you are selecting a date, your expression is essentially, becoming like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;Date={"&amp;lt;=selectedDate"} Sale)&lt;/SPAN&gt;&amp;nbsp;. Therefore, it would give sale for all dates '&amp;lt;=' selectedDate.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742233#M56817</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-09-09T06:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concern on scope of set analytics</title>
      <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742236#M56818</link>
      <description>&lt;P&gt;Yes, it will be your mentioned expression.&amp;nbsp;However, my concern is when I filter the date field by selecting 1 date only, the scope of data for this expression is just on 1 date only, not whole dataset.&lt;/P&gt;&lt;P&gt;If it behave like this, then what's different between&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({&amp;lt;Date={"&amp;lt;=selectedDate"} Sale)&amp;nbsp; VS sum({1&amp;lt;Date={"&amp;lt;=selectedDate"} Sale)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742236#M56818</guid>
      <dc:creator>thi_pham</dc:creator>
      <dc:date>2020-09-09T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concern on scope of set analytics</title>
      <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742242#M56820</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5747"&gt;@thi_pham&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With&amp;nbsp;&lt;SPAN&gt;sum({1&amp;lt;Date={"&amp;lt;=selectedDate"} Sale), you are telling to ignore &lt;STRONG&gt;ALL fields'&lt;/STRONG&gt; selection (date field as defined in expression), whereas, without {1}, you are telling to disregard &lt;STRONG&gt;only the Date field&lt;/STRONG&gt; selection (and consider dates as defined in the expression).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742242#M56820</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-09-09T06:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Concern on scope of set analytics</title>
      <link>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742246#M56822</link>
      <description>&lt;P&gt;woa, thanks for your explanation. I just thought that prefix $, 1 will affect to all fields (include the field specified in the set analytics), then with $, it will be and condition between value in set analytics and current filtered value of app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 06:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Concern-on-scope-of-set-analytics/m-p/1742246#M56822</guid>
      <dc:creator>thi_pham</dc:creator>
      <dc:date>2020-09-09T06:26:22Z</dc:date>
    </item>
  </channel>
</rss>

