<?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: No results with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301829#M405642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's crucial to add context to any issue description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understood, and what your original post is missing, you are trying to use your expression in a chart with dimension date and you expect the value for the previous month to appear on the line with the current month date.&lt;/P&gt;&lt;P&gt;Obviously, that's out of the aggregation scope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can circumvent this by adding the TOTAL qualifier to your sum aggregation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( &lt;STRONG&gt;TOTAL&lt;/STRONG&gt; {YourSet}&amp;gt;} date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2017 19:55:30 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-05-19T19:55:30Z</dc:date>
    <item>
      <title>No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301807#M405620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use set analysis a lot and get (mostly) the results I expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think next expression is rather simple but it dont gives any result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a table I have a date and an amount.&lt;/P&gt;&lt;P&gt;Now I want to compare total amount with the total amount of previous month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date is in a listbox.&lt;/P&gt;&lt;P&gt;I have a variable : only(addmonths(&lt;SPAN style="font-size: 13.3333px;"&gt;getfieldselections(&lt;/SPAN&gt;date),-1))&lt;/P&gt;&lt;P&gt;The variable has the correct value when I show it in a textbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To calculate total sum of previous month I use the expression&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;date={$(variable)}&amp;gt;} amount)&lt;/P&gt;&lt;P&gt;But result = -&lt;/P&gt;&lt;P&gt;" &lt;/P&gt;&lt;P&gt;Must be a very simple expression I suppose, but just don't see what I am doing wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301807#M405620</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T14:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301808#M405621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a single selection made in date field? Also, do you get the same format as your date field for the variable named "variable"? If the answer to the above two question is yes, then try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;date={&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;variable)&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;}&amp;gt;} amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;date={&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;$(&lt;SPAN style="color: #ff0000;"&gt;=$(&lt;/SPAN&gt;variable)&lt;SPAN style="color: #ff0000;"&gt;)"&lt;/SPAN&gt;}&amp;gt;} amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301808#M405621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-19T14:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301809#M405622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;date={'$(variable)'}&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301809#M405622</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301810#M405623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;date={&lt;SPAN style="color: #ff0000;"&gt;"$(=Date(&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;$(&lt;/SPAN&gt;variable)&lt;SPAN style="color: #ff0000;"&gt;))"&lt;/SPAN&gt;}&amp;gt;} amount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 14:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301810#M405623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301811#M405624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It still doesn't work. Perhaps it's better I first start my weekend and try after the weekend again with a clear mind.&lt;/P&gt;&lt;P&gt;Thank you all for your quick respons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 16:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301811#M405624</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301812#M405625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the value of the variable show?&amp;nbsp; And what does your Date field look like?&lt;/P&gt;&lt;P&gt;As a shot in the dark you could try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;date={'(variable)'}&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 17:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301812#M405625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T17:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301813#M405626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable has the same format as the datefield itself. For instance 1-5-2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 18:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301813#M405626</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T18:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301814#M405627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell us, How you define the variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 18:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301814#M405627</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-19T18:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301815#M405628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=only(addmonths(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;getfieldselections(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;date),-1))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 18:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301815#M405628</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T18:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301816#M405629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You need to have it ignore the date selection and just use variable.&amp;nbsp; Like:&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;=sum({&amp;lt;date={'$(variable)'}, date=&amp;gt;} amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301816#M405629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301817#M405630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you need Only() here? Create variable like below in overview of variable&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=AddMonths(GetFieldSelections(date), -1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then check that variable in Text Object? &lt;STRONG&gt;=VaribleName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then look whether it's working or not then we can talk about set analysis? Or provide application to look&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301817#M405630</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-19T19:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301818#M405631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to check what is getting calculated in set expression, In a straight table keep header of the expression column blank so that formula itself is a label. Now let us know what value do you see after date=, inside curly bracket?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301818#M405631</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-19T19:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301819#M405632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only is one of the many scenarios I tried. I tried without too. Textbox gives correct result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:17:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301819#M405632</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301820#M405633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest looking here&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;‌ and/or providing a sample so that we can see the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301820#M405633</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-19T19:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301821#M405634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your syntax may or may not be right but you'll never get a value for previous month if you don't add the Date= to your set analysis.&lt;/P&gt;&lt;P&gt;When someone selects a date from a filter, Qlikview is limiting the data to just that month.&amp;nbsp; When you're using set analysis it will operate against ONLY that filtered subset of data.&amp;nbsp; So data is filtered to current month and set analysis is looking for prior month.&amp;nbsp; You'll never get a number unless you have the set analysis ignore the filter selection and only look at the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301821#M405634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T19:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301822#M405635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct me if I am wrong. But doesn't set analysis overrules selections made ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301822#M405635</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T19:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301823#M405636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(MonthStart(Date#(date, 'YYYY-MM')), 'YYYY-MM') as date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; amount;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;date, amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-05, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-04, 340&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-03, 260&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main thing to note here is that I used a format of YYYY-MM for my date field and this format is needed to be used in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My variable name is vVar&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(MonthStart(Max(date), -1), 'YYYY-MM')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And my expression is&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;date = {'$(=vVar)'}&amp;gt;}amount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301823#M405636</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-19T19:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301824#M405637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is says sum({date=1-5-2016}&amp;gt;}amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301824#M405637</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T19:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301825#M405638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you forgot the initial curly bracket before the date, I think it should have single quote around your date. Can you share complete expression you are using now after applying suggestions from others?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301825#M405638</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2017-05-19T19:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: No results with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301826#M405639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I use this expression. I get an extra row, where the value in the dimension date column equals the var value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am gonna quit now, my boss has to pay me overtime &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;Nice weekend to you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 19:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-results-with-set-analysis/m-p/1301826#M405639</guid>
      <dc:creator>curiousfellow</dc:creator>
      <dc:date>2017-05-19T19:47:32Z</dc:date>
    </item>
  </channel>
</rss>

