<?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 Exclude date from my KPI Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393114#M810013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I ignore dimensions in setanalysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 19:18:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-10-18T19:18:04Z</dc:date>
    <item>
      <title>How to Exclude date from my KPI Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393112#M810011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to Qlik, I have business requirement in sales dash board below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Showing YTD &amp;amp; pre YTD, MTD&amp;amp; Prve Month MTD, WTD &amp;amp; Prev Week WTD, I got these KPI's, the problem is if user select any store, product, category geographic dimension it would be change as per user selection. If user select any dates (year, month, quarter, week , day) this would not change bcz it is all calculated on date range in KPI .&lt;/P&gt;&lt;P&gt;I used below set analysis to get these KPI's:&lt;/P&gt;&lt;P&gt;YTD calucuation:=Num(Sum({1&amp;lt;ShippedDate={"&amp;gt;=$(=YearStart(Max({1}ShippedDate)))&amp;lt;=$(=YearEnd(Max({1}ShippedDate)))"}&amp;gt;} SalePrice),'#,##0')&lt;/P&gt;&lt;P&gt;Please help me out on the same. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393112#M810011</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude date from my KPI Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393113#M810012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your '1' inside sum will ignore all selections. You need to specify what you want to ignore in the set analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393113#M810012</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-18T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude date from my KPI Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393114#M810013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I ignore dimensions in setanalysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393114#M810013</guid>
      <dc:creator />
      <dc:date>2017-10-18T19:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude date from my KPI Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393115#M810014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;Ignore_Dimension_1,&lt;SPAN style="font-size: 13.3333px;"&gt;Ignore_Dimension_2,&lt;SPAN style="font-size: 13.3333px;"&gt;Ignore_Dimension_3&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393115#M810014</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-10-18T20:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude date from my KPI Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393116#M810015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you , I have changed my formula like below and it works as expected:&lt;/P&gt;&lt;P&gt;=Num(Sum({$&amp;lt;YearID=, MonthNumber=, QuarterID=, WeekName=, ShippedDate=, _OrderDate=,_ShippedDate=,ShippedDate={"&amp;gt;=$(=YearStart(Max({1}ShippedDate)))&amp;lt;=$(=YearEnd(Max({1}ShippedDate)))"}&amp;gt;} SalePrice),'#,##0')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 21:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-date-from-my-KPI-Set-analysis/m-p/1393116#M810015</guid>
      <dc:creator />
      <dc:date>2017-10-18T21:28:00Z</dc:date>
    </item>
  </channel>
</rss>

