<?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: Ignore data filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200555#M386686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! I have force expression to take into account the date range I want using set analysis as you said but now my problem is that chart is not displaying all the data. Chart dimension is only taken into account the data filtered so I am trying to use set analysis in the dimension but I have no idea on how to specify it for the dimension. How can I specify a set analysis for the chart dimension? Many thanks for all you support and patience &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Oct 2016 14:24:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-04T14:24:29Z</dc:date>
    <item>
      <title>Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200549#M386680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line chart which has an expression defined. The dimension of this chart is based on months of the year. This expression calculates a value based on a date range. This data range is: [Max Date Selected - 365 , Max Date Selected]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem comes when user filter data according to a date. Imagine user selects 01/01/2016 to 01/06/2016. The chart expression would be calculated based on this date range selected but I need expression to take into account below date range: [01/06/2016 - 365 days(a year), 01/06/2016]. The problem is that I do not have the data from &lt;SPAN style="font-size: 13.3333px;"&gt;01/06/2016 - 365 days(a year) to &lt;SPAN style="font-size: 13.3333px;"&gt;01/01/2016 because data is filtered according to date range selected &lt;SPAN style="font-size: 13.3333px;"&gt;01/01/2016 to 01/06/2016.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how can I tell qlikview to calculate the expression using data no filtered (all data)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to display months from &lt;SPAN style="font-size: 13.3333px;"&gt;[01/06/2016 - 365 days(a year), 01/06/2016] showing data calculated for each month using the expression in the same date range &lt;SPAN style="font-size: 13.3333px;"&gt;[01/06/2016 - 365 days(a year), 01/06/2016]&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Chart expression&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Interval(Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Aggr(&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([Order Type Operaciones] ='PM12' and not(IsNull([Equipment Operaciones])) and Len(Trim([Equipment Operaciones]))&amp;gt;0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count({$&amp;lt;[Order Type Operaciones] = {'PM12'},[Actual start (date)]={'&amp;gt;=AddYears($(=MinDateBS),-1)&amp;lt;=$(=MaxDateBS)'}&amp;gt;} [Operation/Activity]) &amp;gt; 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxDateBS - Min({$&amp;lt;[Order Type Operaciones] = {'PM12'},[Actual start (date)]={'&amp;gt;=AddYears($(=MinDateBS),-1)&amp;lt;=$(=MaxDateBS)'}&amp;gt;} [Actual start (date)])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ) / Count({$&amp;lt;[Order Type Operaciones] = {'PM12'},[Actual start (date)]={'&amp;gt;=AddYears($(=MinDateBS),-1)&amp;lt;=$(=MaxDateBS)'}&amp;gt;} [Operation/Activity])&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if (&lt;/P&gt;&lt;P&gt;&amp;nbsp; Count({$&amp;lt;[Order Type Operaciones] = {'PM12'},[Actual start (date)]={'&amp;gt;=AddYears($(=MinDateBS),-1)&amp;lt;=$(=MaxDateBS)'}&amp;gt;} [Operation/Activity]) = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,MaxDateBS - AddYears(MinDateBS,-1)&lt;/P&gt;&lt;P&gt;&amp;nbsp; , if (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Count({$&amp;lt;[Order Type Operaciones] = {'PM12'},[Actual start (date)]={'&amp;gt;=AddYears($(=MinDateBS),-1)&amp;lt;=$(=MaxDateBS)'}&amp;gt;}[Operation/Activity]) = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,(MaxDateBS - AddYears(MinDateBS,-1)) / 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ))&lt;/P&gt;&lt;P&gt;&amp;nbsp; , [Equipment Operaciones]&lt;/P&gt;&lt;P&gt;&amp;nbsp; ) &lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;/ Count({$&amp;lt;[Order Type Operaciones] = {'PM12'}, [Equipment Operaciones]={"=Len(Trim([Equipment Operaciones]))&amp;gt;0"}&amp;gt;} DISTINCT [Equipment Operaciones]),'d') * 24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chart dimension&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Month-Year BS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200549#M386680</guid>
      <dc:creator />
      <dc:date>2016-10-04T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200550#M386681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use set analysis for doing that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(Date), -1), 'MM/DD/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), 'MM/DD/YYYY'))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200550#M386681</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T10:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200551#M386682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I do not understand one thing: If user has previously filtered data by selecting start and end date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Date: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01/01/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;End Date: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01/06/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then data before &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;01/01/2016 is not available because Qlikview has filtered it according date range selected by user despite I use your formula, right? maybe I don't understand Qlikview behaviour at all....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200551#M386682</guid>
      <dc:creator />
      <dc:date>2016-10-04T11:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200552#M386683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be we can both help each other better if are able to provide a sample. I am not 100% sure what you are doing and I think it might help me if I can take a look at how you have setup everything&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 11:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200552#M386683</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200553#M386684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is difficult to show it in a sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically my doubt now is: using set analysis it ignores the filter set? for example if user selects date range [01/05/2016, 01/10/2016], and if I force to take into account date range [01/01/2016,01/10/2016] &lt;SPAN style="font-size: 13.3333px;"&gt;using set analysis&lt;/SPAN&gt;, then Are values in date range [&lt;SPAN style="font-size: 13.3333px;"&gt;01/01/2016, &lt;SPAN style="font-size: 13.3333px;"&gt;01/05/2016&lt;/SPAN&gt;&lt;/SPAN&gt;] being taken? I think so, right? Could you confirm this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, how can I do chart to show values in the same range the expression is calculated? Since data is filtered, only data in range &lt;SPAN style="font-size: 13.3333px;"&gt;[01/05/2016, 01/10/2016] &lt;/SPAN&gt;is shown in the chart. So how can I force chart dimension to take into account the date range I want and to show these values? Can I use set analysis in the chart dimension? If so how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200553#M386684</guid>
      <dc:creator />
      <dc:date>2016-10-04T14:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200554#M386685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To answer you first question, if you have created the range using Max or Min Date, you should be fine. Set analysis will over-ride selections made by using what has been specified in the set modifier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer you second question, although you can use calculated dimensions for this, I would still use set analysis to do this. Set analysis will give better performance compared to a calculated dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:11:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200554#M386685</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T14:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200555#M386686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! I have force expression to take into account the date range I want using set analysis as you said but now my problem is that chart is not displaying all the data. Chart dimension is only taken into account the data filtered so I am trying to use set analysis in the dimension but I have no idea on how to specify it for the dimension. How can I specify a set analysis for the chart dimension? Many thanks for all you support and patience &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200555#M386686</guid>
      <dc:creator />
      <dc:date>2016-10-04T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200556#M386687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to specify the set analysis in the chart expression and the dimension will automatically be take care of. Make sure to ignore selection in other date related fields such as Year, Month, etc where you might make a selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200556#M386687</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200557#M386688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have specified the set analysis in the chart expression but dimension is not being automaticallly adjusted (it only displays values according selected date range). Something is going wrong. Chart Dimension is a date field in the format MM-yyyy (chart displays values for months) and I think it is not ignoring the selection... so I wonder if there is some way to explicitly specify/force to use a set analysis for dimension with the same date range as chart expression. Is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200557#M386688</guid>
      <dc:creator />
      <dc:date>2016-10-04T14:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200558#M386689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you just provide few details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Expression you are using&lt;/P&gt;&lt;P&gt;2) Exact name of your dimensions&lt;/P&gt;&lt;P&gt;3) Exam field names where you are making selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 14:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200558#M386689</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T14:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200559#M386690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only use 1 expression and 1 dimension, see last update in my question above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 15:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200559#M386690</guid>
      <dc:creator />
      <dc:date>2016-10-04T15:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200560#M386691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the name. For instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XYZ_DATE_FIELD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;XYZ_DATE_FIELD = {"$(.....)"}&amp;gt;} SALES)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selections are made in&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XYZ_YEAR_FIELD and XYZ_MONTH_FIELD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make up names, but atleast give me something to work with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 15:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200560#M386691</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-04T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200561#M386692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by selections made? Maybe I don't understand you at all...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 08:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200561#M386692</guid>
      <dc:creator />
      <dc:date>2016-10-05T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200562#M386693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It just mean that do you have fields where you make selections. Like a year selection or a month selection? I don't know how else explain this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200562#M386693</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T09:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200563#M386694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in the chart expression, the only fields that make selections are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MinDateBS and MaxDateBS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;which does the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Min(Basic_Start_Date), 'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Date(Max(Basic_Start_Date), 'DD/MM/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but in these epxression, I do not use set analysis to indicate to take into account the range &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [01/06/2016 - 365 days(a year), 01/06/2016]. It will take into account the range selected by user. Anyway I changed them to take into account the correct range (not selected one) and chart continues not showing all data. Chart displays only the selected range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200563#M386694</guid>
      <dc:creator />
      <dc:date>2016-10-05T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200564#M386695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tony - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea what you are trying to say, but I am going to create my own sample and post it here and hopefully that will resolve your issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just bear with me for 10-15 minutes and hopefully you will like what you will see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200564#M386695</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200565#M386696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I just realized that you did add dimension and expression in your main post. When did you add that information there? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 09:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1200565#M386696</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T09:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore data filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1635248#M446732</link>
      <description>&lt;P&gt;I think he is about&amp;nbsp;accounting a dimensions in max\min&amp;nbsp; in set modifier of set analysis.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 07:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-data-filtering/m-p/1635248#M446732</guid>
      <dc:creator>sup</dc:creator>
      <dc:date>2019-10-15T07:59:54Z</dc:date>
    </item>
  </channel>
</rss>

