<?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: Expression formating error. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456454#M794308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) I see an equal sign before the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188486_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still using &lt;STRONG&gt;{"&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt;$(=Date(....))"}&lt;/STRONG&gt;... Please remove it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is your BaseDTS format 12-18-2017 or 12/18/2017? I think you need to understand the importance of format in set analysis. if the format doesn't match, the set analysis don't really work... so make sure you have this correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Dec 2017 14:47:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-29T14:47:23Z</dc:date>
    <item>
      <title>Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456441#M794292</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 expression which i put inside of the set analysis of the other expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=Max(Total BaseDate))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Result&lt;/STRONG&gt;: 43087&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;=Date(Max( Total BaseDate))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 2017-12-18 (Desired output)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(=Date(&lt;SPAN style="font-size: 13.3333px;"&gt;Max(Total BaseDate)&lt;/SPAN&gt;))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Result: &lt;/STRONG&gt;1987&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to figure out what is wrong with last expression.&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/Expression-formating-error/m-p/1456441#M794292</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456442#M794293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the date is getting evaluated as subtraction 2017-12-18 = 1987.... but is this happening in set analysis? I think within set analysis it should work without any issues&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;BaseDate = {"$(=Date(Max(BaseDate)))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: No TOTAL needed within Max() function. Also, no = needed before Dollar sign expansion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456442#M794293</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T22:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456443#M794294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check this&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456443#M794294</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T22:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456444#M794295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if i write like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That output value is 1987 not the desired output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456444#M794295</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-28T22:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456445#M794297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great pick up that subtraction!!! It would've taken me ages to see it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think that subtraction happened because of the = sign in front of the $ expansion? &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;=$(=Date(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Max(Total BaseDate)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Result: &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1987&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;2017-12-18&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456445#M794297</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-12-28T22:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456446#M794299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not show your Set Analysis entry but it seems that what you are missing is the quotes.&lt;/P&gt;&lt;P&gt;Try this in your Set Analysis expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;{&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"=Date(Max( Total BaseDate))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I don't think you need the TOTAL in your entry...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456446#M794299</guid>
      <dc:creator>mgavidia</dc:creator>
      <dc:date>2017-12-28T22:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456447#M794301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to post a screenshot of your expression in a straight table without expression label and full expanded expression column, so that we can see what is the evaludated Date value within your expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456447#M794301</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T22:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456448#M794302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please look at the screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188406_Capture.JPG" style="height: 72px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the whole BaseDts is being ignored.&amp;nbsp; this expression is in Straight table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456448#M794302</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-28T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456449#M794303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you miss the equal sign by mistake? And you added one before $? This is not what I mentioned, I mentioned the opposite of what you have done &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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188423_Capture.PNG" style="height: 65px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{"$(=Date(...))"}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 22:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456449#M794303</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T22:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456450#M794304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was testing things and forgot to remove it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at the updated one&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188407_Capture.JPG" style="height: 89px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still the result remain same. expression ignores the condition for BaseDTS and just taking the min of ThirdNextAvailableDts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 23:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456450#M794304</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-28T23:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456451#M794305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even if i remove that it doesnt work as required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 23:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456451#M794305</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-28T23:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456452#M794306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you actually post the screenshot of the chart (instead of expression editor) to show what it shows in the label section of the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially, I want to see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188424_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in the expression label (make sure you have removed any label names from the expression label on the expressions tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 23:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456452#M794306</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T23:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456453#M794307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the screen shot. of what the expression label says.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188484_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When i go and select the 12/18/2017 in the BaseDTS the values look like this and &lt;SPAN style="font-size: 13.3333px;"&gt;This is the desired output.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/188485_Capture1.JPG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456453#M794307</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-29T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456454#M794308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) I see an equal sign before the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188486_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you still using &lt;STRONG&gt;{"&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;=&lt;/SPAN&gt;$(=Date(....))"}&lt;/STRONG&gt;... Please remove it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is your BaseDTS format 12-18-2017 or 12/18/2017? I think you need to understand the importance of format in set analysis. if the format doesn't match, the set analysis don't really work... so make sure you have this correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456454#M794308</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-29T14:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456455#M794309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Formatting was the issue. Sorry for the whole trouble&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456455#M794309</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-29T15:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456456#M794310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Def. suggest you to read this... you will love it&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456456#M794310</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-29T15:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression formating error.</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456457#M794311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-formating-error/m-p/1456457#M794311</guid>
      <dc:creator>nithin_miryala</dc:creator>
      <dc:date>2017-12-29T15:23:58Z</dc:date>
    </item>
  </channel>
</rss>

