<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679029#M246296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niru Niru, isn't that question close to the question in your other thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121985"&gt;YTD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please avoid multiple threads. You already got answers in your other thread, and I am missing a response to my answer there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Jun 2014 08:50:11 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-06-14T08:50:11Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679027#M246294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys Help some one ,im not getting any error with expression&lt;/P&gt;&lt;P&gt;but its not working please any help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;Month&lt;/SPAN&gt;={&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=date(YearStart(Today()),'MMMM'))&amp;lt;=$(=date(MonthStart(Today()),'MMMM'))"&lt;/SPAN&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;Actuals&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;any error in this expression im calculating YTD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks In Advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Niranjan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 22:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/679027#M246294</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-13T22:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679028#M246295</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;If possible can you share sample app??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 08:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/679028#M246295</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-06-14T08:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679029#M246296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Niru Niru, isn't that question close to the question in your other thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/121985"&gt;YTD&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please avoid multiple threads. You already got answers in your other thread, and I am missing a response to my answer there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 08:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/679029#M246296</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-06-14T08:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679030#M246297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niru,&lt;/P&gt;&lt;P&gt;Instead of lengthy set analysis calculation, you can add a simple YTD flag, below your date field to get the YTD in your UI side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;small example is given below&lt;/P&gt;&lt;P&gt;=====================&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Date) as Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sales,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(InYearToDate(Date,Today(),0) = -1,1,0) as YTDFlag&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp; 08/09/2013, 80&lt;/P&gt;&lt;P&gt;&amp;nbsp; 10/12/2013, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; 16/01/2014, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp; 22/02/2014, 220&lt;/P&gt;&lt;P&gt;&amp;nbsp; 24/04/2014, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp; 29/05/2014, 120&lt;/P&gt;&lt;P&gt;&amp;nbsp; 14/06/2014, 1000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;===========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM({&amp;lt;YTDFlag = {1}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2014 10:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/679030#M246297</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-14T10:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/679031#M246298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max dreamer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attechment&lt;/P&gt;&lt;P&gt;i not able to find the answer could you please help me to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 09:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/679031#M246298</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2014-06-16T09:17:48Z</dc:date>
    </item>
  </channel>
</rss>

