<?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: Need Help With Date Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220859#M861237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Sunny.&amp;nbsp; Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 19:01:42 GMT</pubDate>
    <dc:creator>pnn44794</dc:creator>
    <dc:date>2017-01-10T19:01:42Z</dc:date>
    <item>
      <title>Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220842#M861216</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;I have a straight table where I am trying to show items that have been Approved Offline in the last seven days, with those seven days being Tuesday to Tuesday (i.e. 1/3/2017 to 1/10/2017).&amp;nbsp; I'm trying the following formula but nothing is returned though I know I have items that should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;='Approved - Offline' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt; &amp;lt;= &lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;max&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt;)-7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Approval Date is in the format of mm-dd-yyyy.&amp;nbsp; I suspect I'm missing something fairly simple with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;As always, any and all help is appreciated.&amp;nbsp; Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220842#M861216</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220843#M861217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What object are you looking to do this in? Text box object? straight table? If it is straight table, then what are you dimensions? Do you have an existing expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 03:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220843#M861217</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T03:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220844#M861218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Perry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you post dimensions for understanding, better to try below Exp.&lt;/P&gt;&lt;P&gt;if([Approval Date] &amp;lt;= date(max([Approval Date])-7),(Status='Approved - Offline'),'No Approvals')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathish &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 03:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220844#M861218</guid>
      <dc:creator>satheshreddy</dc:creator>
      <dc:date>2017-01-10T03:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220845#M861219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count({&amp;lt;Status={'Approved - Offline'},[Approval Date]={"&amp;gt;=$(=Date(Max([Approval Date])-7,'DD/MM/YYYY'))"}&amp;gt;}ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also if u have any issue check attched file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 04:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220845#M861219</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2017-01-10T04:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220846#M861220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in replying.&amp;nbsp; This is for a straight table.&amp;nbsp; The Dimensions are Status and Approval Date.&amp;nbsp; The existing expression, which does not return anything, is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;='Approved - Offline' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt; &amp;lt;= &lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;max&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt;)-7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I'm looking for is when I do a reload of the data, I want the straight table populated with any items that have Status of "Approved - Offline" (without the quotes) and which have had their status set to "Approved - Offline" within the last seven days.&amp;nbsp; Otherwise, don't populate the straight table with anything.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220846#M861220</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T16:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220847#M861221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I should probably also add that there are other dimensions that are a part of the table and which would then be displayed, but the two dimensions I gave are the two key dimensions for the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220847#M861221</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T16:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220848#M861222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sathish:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay in replying.&amp;nbsp; This is the same response as I gave Sunny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for a straight table.&amp;nbsp; The Dimensions are Status and Approval Date.&amp;nbsp; The existing expression, which does not return anything, is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;='Approved - Offline' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt; &amp;lt;= &lt;SPAN style="color: #0000ff;"&gt;date&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;max&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;[Approval Date]&lt;/SPAN&gt;)-7)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I'm looking for is when I do a reload of the data, I want the straight table populated with any items that have Status of "Approved - Offline" (without the quotes) and which have had their status set to "Approved - Offline" within the last seven days.&amp;nbsp; Otherwise, don't populate the straight table with anything.&amp;nbsp; There are other dimensions that is Status = Approved - Offline and within the last 7 days based on Approval Date, that would be displayed.&amp;nbsp; Status and Approval Date I believe are the key fields for the expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220848#M861222</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T16:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220849#M861223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use this as your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;Status = {'Approved - Offline'}, [Approval Date] = {"$(='&amp;lt;=' &amp;amp; Date(Max(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt;[Approval Date])-7, 'MM/DD/YYYY'))}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want to see this from today's date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Avg({&amp;lt;Status = {'Approved - Offline'}, [Approval Date] = {"$(='&amp;lt;=' &amp;amp; Date(Today()-7, 'MM/DD/YYYY'))}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 16:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220849#M861223</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T16:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220850#M861228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; Both expressions have a mismatched (.&amp;nbsp; The exact error given is Token Doesn't Match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Avg&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff0000; font-size: 12pt;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = {'Approved - Offline'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Approval Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;"$(='&amp;lt;=' &amp;amp; Date(Max({1}[Approval Date])-7, 'MM/DD/YYYY'))}&amp;gt;} 1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220850#M861228</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T17:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220851#M861229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Token doesn't match? That's the error you got?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220851#M861229</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220852#M861230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct and it highlights the first ( right after Avg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220852#M861230</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220853#M861231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea.... If you are able to share a sample, I can take a look &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, 10 Jan 2017 17:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220853#M861231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T17:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220854#M861232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also noticed there is only one " (double quote) before the dollar sign and no matching one after.&amp;nbsp; Should there be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220854#M861232</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220855#M861233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's both expressions you suggested that have the issue.&amp;nbsp; There's 3 ('s and 4 )'s which I believe is causing the issue.&amp;nbsp; Also, I noticed there's only one " (double quote) in front of the only dollar sign in the expressions.&amp;nbsp; Should there be two matching double quotes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220855#M861233</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T17:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220856#M861234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;Status = {'Approved - Offline'}, [Approval Date] = {"$(='&amp;lt;=' &amp;amp; Date(Max({1}[Approval Date])-7, 'MM/DD/YYYY'))&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220856#M861234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220857#M861235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A big thanks once again, Sunny.&amp;nbsp; Both expressions work.&amp;nbsp; However, I needed to change '&amp;lt;=' to '&amp;gt;=' because &amp;lt;= was returning everything with Approved - Offline 7 days or older and I wanted seven days or newer.&amp;nbsp; All good no though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last question before I mark your answer as the correct one.&amp;nbsp; Can you explain what the formula is doing?&amp;nbsp; For example, why use Avg, what does the $ do, what's the 1 for?&amp;nbsp; Sorry.&amp;nbsp; Still trying to grasp Qlikview's functions and syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220857#M861235</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220858#M861236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used Avg()&amp;nbsp; because I wanted to use set analysis the goal here was to show only those rows where you set analysis met the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$() is used for dollar sign expansion. Read about all this here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3444"&gt;The Magic of Dollar Expansions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 18:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220858#M861236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-10T18:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help With Date Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220859#M861237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Sunny.&amp;nbsp; Much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 19:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-Help-With-Date-Formula/m-p/1220859#M861237</guid>
      <dc:creator>pnn44794</dc:creator>
      <dc:date>2017-01-10T19:01:42Z</dc:date>
    </item>
  </channel>
</rss>

