<?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: How to use set analysis to compare filtered and unfiltered data in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592785#M43579</link>
    <description>Hey there Felipedl,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciated. I had to modify the expression just a bit to ignore&lt;BR /&gt;current selections.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One I added the '1' at the beginning of the set analysis expression, it&lt;BR /&gt;worked perfectly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the modified expression:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sum( {1}&lt;BR /&gt;CreditDet_NetSalesAmt)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciated. I have been pulling my hair out over this one for days.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later, have a good one, snookersanders&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Jun 2019 19:48:00 GMT</pubDate>
    <dc:creator>snookersanders</dc:creator>
    <dc:date>2019-06-17T19:48:00Z</dc:date>
    <item>
      <title>How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592327#M43521</link>
      <description>&lt;P&gt;&lt;EM&gt;I am trying to list two numbers.&amp;nbsp; A. The amount of sales for&amp;nbsp;SaleDate 2015 and B. The amount of credits with CreditDate in 2015.&amp;nbsp; I thought this would do it:&amp;nbsp; Sum( {1&amp;lt;CreditDate_RetailPeriod={SaleDate_RetailPeriod}&amp;gt;} CreditDet_NetSalesAmt), but that returns zero.&amp;nbsp; The idea is that I have a KPI which shows total sales and which the user may filter by SaleDate_RetailPeriod, but at the same time, I want to show total credits for the same retail period chosen by the user, but apply it to CreditDate instead of SaleDate and NOT show credits ONLY in the SaleDate period.&amp;nbsp; If I used two filters for the dates, that implies an AND, and I'm really looking for an OR on the two selections.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592327#M43521</guid>
      <dc:creator>snookersanders</dc:creator>
      <dc:date>2024-11-16T20:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592612#M43568</link>
      <description>Can you share some data to the problem you're trying to solve?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 17 Jun 2019 13:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592612#M43568</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-06-17T13:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592732#M43572</link>
      <description>Hello felipedl,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is my first time using the Qlik Community and asking a question, so&lt;BR /&gt;I'll see if I can put together a small sample set of data to show the issue&lt;BR /&gt;and I'll post back when done.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciated. Snookersanders&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2019 17:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592732#M43572</guid>
      <dc:creator>snookersanders</dc:creator>
      <dc:date>2019-06-17T17:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592769#M43576</link>
      <description>You could try using the following expression:&lt;BR /&gt;Sum( {&amp;lt;CreditDate_RetailPeriod=p(SaleDate_RetailPeriod)&amp;gt;} CreditDet_NetSalesAmt)&lt;BR /&gt;&lt;BR /&gt;That would put in the CreditDate_RetailPeriod the possible values for SaleDate_RetailPeriod into the CrediDate.&lt;BR /&gt;So, if the user selects 2 or more dates in the SaleDate_RetailPeriod, it will put them into the CreditDate_RetailPeriod in the expression.</description>
      <pubDate>Mon, 17 Jun 2019 19:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592769#M43576</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-06-17T19:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592785#M43579</link>
      <description>Hey there Felipedl,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciated. I had to modify the expression just a bit to ignore&lt;BR /&gt;current selections.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One I added the '1' at the beginning of the set analysis expression, it&lt;BR /&gt;worked perfectly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here's the modified expression:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sum( {1}&lt;BR /&gt;CreditDet_NetSalesAmt)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Much appreciated. I have been pulling my hair out over this one for days.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Later, have a good one, snookersanders&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jun 2019 19:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592785#M43579</guid>
      <dc:creator>snookersanders</dc:creator>
      <dc:date>2019-06-17T19:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use set analysis to compare filtered and unfiltered data</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592803#M43580</link>
      <description>Awsome, glad it helped even though you had to tweak it a little.&lt;BR /&gt;&lt;BR /&gt;Felipe.</description>
      <pubDate>Mon, 17 Jun 2019 20:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-set-analysis-to-compare-filtered-and-unfiltered-data/m-p/1592803#M43580</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-06-17T20:53:07Z</dc:date>
    </item>
  </channel>
</rss>

