<?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 for date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665140#M242114</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: 12.727272033691406px;"&gt;Try this....&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: 12.727272033691406px;"&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: 12.727272033691406px;"&gt;=SUM({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EventDate &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;= {"&amp;gt;=$(=Date($(vMaxDate)-4,'DD.MM.YYYY'))&amp;lt;=$(vMaxDate)"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Account= -{'500','400'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Revenues&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2014 10:36:38 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-07-28T10:36:38Z</dc:date>
    <item>
      <title>set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665132#M242106</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;I am trying to make a table with data for the past 5 days. This is the expression I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt; EventDate = {'$(vMaxDate)'},Account= -{'500','400'} &amp;gt;} Revenues).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the correct way to write this expression so that I have vMaxDate-1, vMaxDate-2......vMaxDate-5 in the set analysis? I have tried having the "-number" in different places in the equation but I keep on getting 0. Help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665132#M242106</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665133#M242107</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;"&gt;Try kind of this&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;"&gt;Sum( {$&amp;lt; EventDate = {'&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=Date(vMaxDate-5))&lt;/SPAN&gt;&amp;lt;=$(=vMaxDate)'},Account= -{'500','400'} &amp;gt;} Revenues)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665133#M242107</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-07-28T10:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665134#M242108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;EventDate &lt;/SPAN&gt;= {"&amp;gt;=$(=Date($(vMaxDate)-4,'DD/MM/YYYY'))&amp;lt;=$(vMaxDate)"},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Account= -{'500','400'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Revenues&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665134#M242108</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T10:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665135#M242109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't work, still getting no values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665135#M242109</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665136#M242110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't work, still getting no values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665136#M242110</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665137#M242111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't work, still getting no values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665137#M242111</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665138#M242112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the definition of your vMaxDate?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665138#M242112</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T10:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665139#M242113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;= If(WeekDay(Max(EventDate)) = 'Sat', Date(Max(EventDate)-1), &lt;/P&gt;&lt;P&gt;&amp;nbsp; If(WeekDay(Max(EventDate)) = 'Sun', Date(Max(EventDate)-2), &lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Max(EventDate))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have no data on saturday and sundy. the date is in this format: 25.07.2014&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665139#M242113</guid>
      <dc:creator />
      <dc:date>2014-07-28T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665140#M242114</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: 12.727272033691406px;"&gt;Try this....&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: 12.727272033691406px;"&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: 12.727272033691406px;"&gt;=SUM({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;EventDate &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;= {"&amp;gt;=$(=Date($(vMaxDate)-4,'DD.MM.YYYY'))&amp;lt;=$(vMaxDate)"},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Account= -{'500','400'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Revenues&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 10:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665140#M242114</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665141#M242115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;EventDate={'$(=(vMaxDate))'},Account={'*'}-{'500','400'}&amp;gt;}Revenues)&lt;/P&gt;&lt;P&gt;&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;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665141#M242115</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-07-28T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665142#M242116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt; EventDate = {'$(=Date($(vMaxDate))-5)'},Account= {'*'}-{'500','400'} &amp;gt;} Revenues).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665142#M242116</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665143#M242117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share the application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665143#M242117</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-28T11:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665144#M242118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665144#M242118</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665145#M242119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns the default value which I already have ie MaxDate. However, in the case of MaxDate-1,-2....-5, the value returned is 0. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665145#M242119</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665146#M242120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Provide sample data...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:43:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665146#M242120</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665147#M242121</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;This returns a zero value to my table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665147#M242121</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665148#M242122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pradeep, unfortunately I don't know how I can share the application due to it's size, data model, sources and also without leaking sensitive info...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665148#M242122</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665149#M242123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create some dummy data similar to your apps and share in excel file along with the output you required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665149#M242123</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-28T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665150#M242124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on the variable you shouldn't need that second dollar expand, I think the below should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;EventDate &lt;/SPAN&gt;= {'&amp;gt;=$(=Date(vMaxDate-4))&amp;lt;=$(vMaxDate)'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Account= -{'500','400'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Revenues&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 11:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665150#M242124</guid>
      <dc:creator />
      <dc:date>2014-07-28T11:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis for date</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665151#M242125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression gives me the sum of all revenues for 5 days. However I would like to have&lt;/P&gt;&lt;P&gt;Day 1: xxxx&lt;/P&gt;&lt;P&gt;Day 2: yyyy&lt;/P&gt;&lt;P&gt;Day 3: zzzz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula as is does work though &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2014 12:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-for-date/m-p/665151#M242125</guid>
      <dc:creator />
      <dc:date>2014-07-28T12:54:36Z</dc:date>
    </item>
  </channel>
</rss>

