<?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 expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702277#M253388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a problem with the vCurrentDays variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Month={$(vCurrentYearMonth)}, Day={'&amp;gt;=1 &amp;lt;=$(vCurrentDays) '},Year={$(=only(Year))},ItemNumber={'76319','76329'} &amp;gt;} Items)&lt;/P&gt;&lt;P&gt;First of all – Day is numeric, so I removed the quoatationsigns surrounding  {'&amp;gt;=1 &amp;lt;=$(vCurrentDays) '} to {&amp;gt;=1 &amp;lt;=$(vCurrentDays) } so far so good.&lt;/P&gt;&lt;P&gt;But removing the quotations makes a fault later on after {&amp;gt;=1 &amp;lt;=$(vCurrentDays )},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Søren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fra: JOSE MARIA TOS MIÑANA &lt;/P&gt;&lt;P&gt;Sendt: 27. oktober 2014 19:09&lt;/P&gt;&lt;P&gt;Til: Schou, Hans Henrik Søren (SSC009)&lt;/P&gt;&lt;P&gt;Emne: Re:  - SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from JOSE MARIA TOS MIÑANA&amp;lt;http://community.qlik.com/people/chema.tos?et=watches.email.thread&amp;gt; in App Development - View the full discussion&amp;lt;http://community.qlik.com/message/642473?et=watches.email.thread#642473&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 09:40:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-28T09:40:23Z</dc:date>
    <item>
      <title>SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702270#M253381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to count how many items I got in stock this month compared to what was in stock at the same time last year.&lt;/P&gt;&lt;P&gt;So something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {&amp;lt;MONTH&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vCurrentYearMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;},MONTH = {&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vLastyearMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;,ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'76319','76329'} &amp;gt;} Items&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) plus the big problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I want to count this month 27 days of oktober 2014 and 27 days oktober 2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702270#M253381</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702271#M253382</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;This year i mean 2014 oct upto 27 days Count of Items&lt;/P&gt;&lt;P&gt;Count({&amp;lt;month={'Oct'}, Day={'&amp;gt;=1 &amp;lt;=27'},Year={2014}&amp;gt;} Items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous year i mean 2013 oct upto 27 days Count of Items&lt;/P&gt;&lt;P&gt;Count({&amp;lt;month={'Oct'}, Day={'&amp;gt;=1 &amp;lt;=27'},Year={2013}&amp;gt;} Items)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702271#M253382</guid>
      <dc:creator />
      <dc:date>2014-10-27T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702272#M253383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok yes that would work, - but the amount of days is variable.&lt;/P&gt;&lt;P&gt;If you use the variable vCurrentyearMonth on the 22. oktober or any other date the amount of days differ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702272#M253383</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702273#M253384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can derive from the date as a day and as a month and as a year then u will get it right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702273#M253384</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702274#M253385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I not sure&lt;/P&gt;&lt;P&gt;I want to compare 2014 to 2013&lt;/P&gt;&lt;P&gt;so if I use a variable to set current month I get 27 days&lt;/P&gt;&lt;P&gt;But If i use a variable to set month last year i get&amp;nbsp; 31 days&lt;/P&gt;&lt;P&gt;I need to compare the same amount of days as days in current month this year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702274#M253385</guid>
      <dc:creator />
      <dc:date>2014-10-27T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702275#M253386</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;Can you post your expression of variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 12:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702275#M253386</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-10-27T12:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702276#M253387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set this variable:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;vCurrentDays =&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; Day(Today())&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Current Year:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Month={&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(vCurrentYearMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;}, Day={&amp;lt;=$(&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;vCurrentDays)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;},Year={$(=only(Year))}&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'76319','76329'} &lt;/SPAN&gt;&amp;gt;} Items)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Previous Year:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Month={&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;$(vCurrentYearMonth)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;}, Day={&amp;lt;=$(&lt;SPAN style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;vCurrentDays)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;},Year={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;$(=only(Year)-1)&lt;/SPAN&gt;}&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;={'76319','76329'} &lt;/SPAN&gt;&amp;gt;} Items)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702276#M253387</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2014-10-27T18:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702277#M253388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JOSE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a problem with the vCurrentDays variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Month={$(vCurrentYearMonth)}, Day={'&amp;gt;=1 &amp;lt;=$(vCurrentDays) '},Year={$(=only(Year))},ItemNumber={'76319','76329'} &amp;gt;} Items)&lt;/P&gt;&lt;P&gt;First of all – Day is numeric, so I removed the quoatationsigns surrounding  {'&amp;gt;=1 &amp;lt;=$(vCurrentDays) '} to {&amp;gt;=1 &amp;lt;=$(vCurrentDays) } so far so good.&lt;/P&gt;&lt;P&gt;But removing the quotations makes a fault later on after {&amp;gt;=1 &amp;lt;=$(vCurrentDays )},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Søren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fra: JOSE MARIA TOS MIÑANA &lt;/P&gt;&lt;P&gt;Sendt: 27. oktober 2014 19:09&lt;/P&gt;&lt;P&gt;Til: Schou, Hans Henrik Søren (SSC009)&lt;/P&gt;&lt;P&gt;Emne: Re:  - SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from JOSE MARIA TOS MIÑANA&amp;lt;http://community.qlik.com/people/chema.tos?et=watches.email.thread&amp;gt; in App Development - View the full discussion&amp;lt;http://community.qlik.com/message/642473?et=watches.email.thread#642473&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702277#M253388</guid>
      <dc:creator />
      <dc:date>2014-10-28T09:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702278#M253389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try these Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Curent Year: SUM({&amp;lt;fYear={$(vMaxYear)},fMonth={$(vMaxMonth)},[%Master Date]={"&amp;lt;=$(='$(vToday)')"} &amp;gt;}[Net value])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previous Year: SUM({&amp;lt;fYear={$(vPreviousYear)},fMonth={$(vMaxMonth)},[%Master Date]={"&amp;lt;=$(='$(vlastMaxDate)')"}&amp;gt;}[Net value_NETWR])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vMaxYear:=max(fYear)&lt;/P&gt;&lt;P&gt;vMaxMonth: =max(fMonth)&lt;/P&gt;&lt;P&gt;vToday: =date(Today(),'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;vLastMaxDate: =date((Today()-365),'DD-MM-YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 09:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702278#M253389</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702279#M253390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi alkesh&lt;/P&gt;&lt;P&gt;max(fyear) - what is fYear - I get an error using that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702279#M253390</guid>
      <dc:creator />
      <dc:date>2014-10-28T10:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702280#M253391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used fYear because I had fYear as the Year filed, you use you Year field and correspondingly replace all fields with your relevant fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702280#M253391</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T10:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702281#M253392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK I tried that OK&lt;/P&gt;&lt;P&gt;What is %Master Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702281#M253392</guid>
      <dc:creator />
      <dc:date>2014-10-28T10:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702282#M253393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its the date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702282#M253393</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T10:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702283#M253394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same requirement for my client and after a lot of research, I finally created the expressions which I shared.&lt;/P&gt;&lt;P&gt;You just need to tweak it a little to fit in with your data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 10:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702283#M253394</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T10:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702284#M253395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I´m trying - but not beeing especially good with the syntaxes I run into trouble like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/69841_screenshot.2.jpg" style="width: 620px; height: 48px;" /&gt;&lt;/P&gt;&lt;P&gt;Where the expression dies and i cant find the error - even Expression is OK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702284#M253395</guid>
      <dc:creator />
      <dc:date>2014-10-28T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702285#M253396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the problem with the variable? Have you added the variable as the other ones you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could set the expression without the variable and see if it works, you need to have Day field as numeric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #808080; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10.6666669845581px; font-family: inherit;"&gt;vCurrentDays =&lt;/EM&gt;&lt;/SPAN&gt; Day(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Current Year:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Month={&lt;SPAN style="color: #808080; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10.6666669845581px; font-family: inherit;"&gt;$(vCurrentYearMonth)&lt;/EM&gt;&lt;/SPAN&gt;}, Day={&amp;lt;=$(=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Day(Today())&lt;/SPAN&gt;},Year={$(=only(Year))}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;,ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;={'76319','76329'}&lt;/SPAN&gt;&amp;gt;} Items)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Previous Year:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Month={&lt;SPAN style="color: #808080; font-size: 8pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;EM style="font-weight: inherit; font-size: 10.6666669845581px; font-family: inherit;"&gt;$(vCurrentYearMonth)&lt;/EM&gt;&lt;/SPAN&gt;}, Day={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;&amp;lt;=$(=&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;Day(Today())&lt;/SPAN&gt;},Year={&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px;"&gt;$(=only(Year)-1)&lt;/SPAN&gt;}&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;,ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt;"&gt;={'76319','76329'} &lt;/SPAN&gt;&amp;gt;} Items)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702285#M253396</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2014-10-28T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702286#M253397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;AAR= {$(vMaxYear)}, MAANED = {$(vMaxMonth)}, DATE = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;{"&amp;lt;=$(='$(vToday)')"} &amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You made a syntax error, " " are missing..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 11:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702286#M253397</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702287#M253398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I got the ”” but still get an error or no data&lt;/P&gt;&lt;P&gt;Using the “ ”   and the ‘ ‘ around the vToday makes it searching for a text field, - right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fra: Alkesh Sharma &lt;/P&gt;&lt;P&gt;Sendt: 28. oktober 2014 12:24&lt;/P&gt;&lt;P&gt;Til: Schou, Hans Henrik Søren (SSC009)&lt;/P&gt;&lt;P&gt;Emne: Re:  - SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Alkesh Sharma&amp;lt;http://community.qlik.com/people/alkesh.sharma?et=watches.email.thread&amp;gt; in App Development - View the full discussion&amp;lt;http://community.qlik.com/message/643101?et=watches.email.thread#643101&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702287#M253398</guid>
      <dc:creator />
      <dc:date>2014-10-28T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702288#M253399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may not see it because of the color but vToday is not recognized as a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fra: Alkesh Sharma &lt;/P&gt;&lt;P&gt;Sendt: 28. oktober 2014 12:24&lt;/P&gt;&lt;P&gt;Til: Schou, Hans Henrik Søren (SSC009)&lt;/P&gt;&lt;P&gt;Emne: Re:  - SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community&amp;lt;http://community.qlik.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET Analysis expression help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Alkesh Sharma&amp;lt;http://community.qlik.com/people/alkesh.sharma?et=watches.email.thread&amp;gt; in App Development - View the full discussion&amp;lt;http://community.qlik.com/message/643101?et=watches.email.thread#643101&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 12:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702288#M253399</guid>
      <dc:creator />
      <dc:date>2014-10-28T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: SET Analysis expression help</title>
      <link>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702289#M253400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Soren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you need to learn the qlikview basics before you go on to these complicated expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vToday is a Variable. you have to set a this variable and then use it in the expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess you just copies what I gave you and trying to run it. It doesn't work like this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SET-Analysis-expression-help/m-p/702289#M253400</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-28T14:31:10Z</dc:date>
    </item>
  </channel>
</rss>

