<?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: set analysis dates and calendar object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626821#M230383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Hoping my issue in the set analysis can be solved even though I'm using a variable to drive the set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 09:50:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-09T09:50:11Z</dc:date>
    <item>
      <title>set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626814#M230376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two questions that I would really appreciate assistance with please:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. When trying to setup a calendar object, it only seems to want to use either a current dimension in the model or a variable.&lt;/P&gt;&lt;P&gt;How would I make it like any regular calendar picker to make the user select any date they would like and not really a date based on an object in the model?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Based on the above, lets say I create a variable called test into which the date that the user selected gets stored. In my set analysis, I would like test to only count records where the date the user picks is between two date dimensions in the model. I used two variables to store each of the dimension values called vEff_From and vEff_To.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;$(test) = {"&amp;gt;=$(vEff_From)&amp;lt;=$(vEff_To)"},[Beneficiary Type] = {"D"}, [Beneficiary Relationship Type] = {"SP"}&amp;gt;} [Member Number] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of the date format of vEff_From is "2002/05/01 12:00:00 AM". Now when the user selects a date from the calendar object which is going to be stored in variable test, I doubt the format might have time in it like this one above? Reason I'm questioning this is because my set analysis might not calculate correctly. PS: I don't need the time component in vEff_From and vEff_To so if you validate my set analysis but first need me to change any of date formats, please let me know about the change I should make as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really would appreciate assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626814#M230376</guid>
      <dc:creator />
      <dc:date>2014-05-08T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626815#M230377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikAsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Whenever you create a calendar object, you have to give either&amp;nbsp; a field or a variable. Then Min and Max date you also have to give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create it like a normal calendar where user can make the selection by just giving it the Min and Max date, but it will make no sense until it reflects changes on selection made. For that you have to link it either with a field, so the selection will be reflected in that field and to other objects..or else you can link it with a variable which stores the date selected and use that variable to get the desired results based on the date selected by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Your second question is not clear...and specifically I must say not making sense, coz you want count of records as per date selected by user falling to dimensions. Can please explain it in better way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626815#M230377</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626816#M230378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes, I have want the latter to happen, in other words the date that the user selects gets stored into the variable I have called test. So based on what you said, I just created the variable called test which will store the user date selection. I then specified min date as 2000/01/01 and max date as date(now()).&lt;/P&gt;&lt;P&gt;I noticed though that the system is storing the date into my variable test as a number and not a date.&lt;/P&gt;&lt;P&gt;How would I make it store it as the format above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. For your second question, please see the sample below and how I'm trying to tie it back to my set analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it makes more sense now? You were right so far in what you presumed it to be that I required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="1073"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="99"&gt;Member Number&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="155"&gt;=test&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="131"&gt;Effective from Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="126"&gt;Effective to Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="118"&gt;Status Description&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="177"&gt;Beneficiary Relationship Type&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;Beneficiary Type&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="169"&gt;=count([Member Number])&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl66" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;468908 (4)&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2002/05/01 12:00:00 AM&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;2002/05/01 00:00&lt;/TD&gt;&lt;TD align="right" class="xl69" style="border-top: none; border-left: none;"&gt;9999/12/31 00:00&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;Active&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;SP&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;468908 (0)&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2002/05/01 12:00:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;MM&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;P&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;468908 (1)&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2002/05/01 12:00:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;SP&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;468908 (2)&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2002/05/01 12:00:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;CH&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;468908 (3)&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;2002/05/01 12:00:00 AM&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;CH&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl70" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 12:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626816#M230378</guid>
      <dc:creator />
      <dc:date>2014-05-08T12:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626817#M230379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikAsh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selection the date will be stored as number only in the variable, what you can do is apply the date function on the variable, as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date($(=test))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 13:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626817#M230379</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626818#M230380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you once again.&lt;/P&gt;&lt;P&gt;I have tried various combinations of date functions but to no avail. I would really like to send you my sample app ... I am unable to add it though as I don't have that option (I only have add video and images). I don't have the advanced editor option anywhere.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 05:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626818#M230380</guid>
      <dc:creator />
      <dc:date>2014-05-09T05:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626819#M230381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The document upload option is in the advanced editor - click "Use advanced editor" at the top right of the reply screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 08:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626819#M230381</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-09T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626820#M230382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached the QV app that I needed help with in so far as my set analysis is concerned. I made notes on the app itself but please let me know if further clarity is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 08:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626820#M230382</guid>
      <dc:creator />
      <dc:date>2014-05-09T08:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626821#M230383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Hoping my issue in the set analysis can be solved even though I'm using a variable to drive the set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 09:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626821#M230383</guid>
      <dc:creator />
      <dc:date>2014-05-09T09:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626822#M230384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 10:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626822#M230384</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-09T10:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626823#M230385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen your application just now.&lt;/P&gt;&lt;P&gt;In the second expression SET ANALYSIS, you have given "$(test)"&lt;/P&gt;&lt;P&gt;Is it a variable..??&lt;/P&gt;&lt;P&gt;If yes then where have you created it coz in Variable overview I can't find it.&lt;/P&gt;&lt;P&gt;And your variable "vEff_From" and "vEff_To" don't have any value or expression, so what are you are comparing here in the second expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 11:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626823#M230385</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-09T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626824#M230386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, when I attached the file, I changed to more meaningful variable names so they are slightly different from the set analysis I sent originally ito the names. I have however managed to find the solution in the response from Jonathan (in case you also want to look at it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for assisting me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 18:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626824#M230386</guid>
      <dc:creator />
      <dc:date>2014-05-09T18:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626825#M230387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;It works perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 18:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626825#M230387</guid>
      <dc:creator />
      <dc:date>2014-05-09T18:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626826#M230388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now that my data set has been fully loaded and when I did a more detailed test, I'm finding that my counts are at least three times more than what they should be. So I assume it might be that I need a distinct count. When I &lt;/P&gt;&lt;P&gt;tried to say count distinct at the start of the set analysis, it does not take the syntax. When I tried it inside the set on [Member Number], then my counts get even larger..&lt;/P&gt;&lt;P&gt;count({$&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Ben Event Effective from Date] = {"&amp;lt;=$(=Date(vUserInput))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Ben Event Effective to Date] = {"&amp;gt;=$($=Date(vUserInput))"},&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Beneficiary Type] = {"P"}, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Beneficiary Relationship Type] =,&lt;/P&gt;&lt;P&gt;&amp;nbsp; //[Beneficiary Relationship Type] = {"SP"}, &lt;/P&gt;&lt;P&gt;&amp;nbsp; [Status Description] = {"Active"}&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;gt;} distinct [Member Number] )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly I also noticed that only when I change the&amp;nbsp; [Status Description] to "Resigned" that the date filtering does not seem to restrict to dates within the specified vUserInput range but seems to bring back effective dates out of the range as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was wondering if you perhaps had any ideas as to what could be wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would really appreciate your assistance.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626826#M230388</guid>
      <dc:creator />
      <dc:date>2014-05-14T08:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626827#M230389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might want to ask these questions in a new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its hard to diagnose these problems without looking at the data. You could upload your QVD:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To reduce the size, make some selections and then click File | Reduce Data | Keep Possible Values&lt;/LI&gt;&lt;LI&gt;If the data is sensitive, you can scramble the some fields so that the sensitive data is encrypted.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626827#M230389</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-05-14T09:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis dates and calendar object</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626828#M230390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. After alot of web issues I've logged a new post "Dates in my set."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 11:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-dates-and-calendar-object/m-p/626828#M230390</guid>
      <dc:creator />
      <dc:date>2014-05-21T11:47:26Z</dc:date>
    </item>
  </channel>
</rss>

