<?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 expressions help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527420#M1139346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Could you help me how to write the expressions(using set analysis) for below-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1.select sales from table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where activitydate = today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. expression to get % of sales increase or decrease compare to previous day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Suraj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 12:16:33 GMT</pubDate>
    <dc:creator>surajap123</dc:creator>
    <dc:date>2013-10-08T12:16:33Z</dc:date>
    <item>
      <title>expressions help</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527420#M1139346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Could you help me how to write the expressions(using set analysis) for below-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1.select sales from table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where activitydate = today()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. expression to get % of sales increase or decrease compare to previous day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Suraj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527420#M1139346</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2013-10-08T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: expressions help</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527421#M1139347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum( {$&amp;lt; Quarter=,Monthname=, FiscalYear={$(=Max(FiscalYear))}&amp;gt;} Sales)&amp;nbsp; This will current period sales&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt; Quarter=,Monthname=, FiscalYear={$(=Max(FiscalYear)-1)}&amp;gt;} Sales)&amp;nbsp; This will current period sales&lt;/P&gt;&lt;P&gt;=column(1)-column(2)./column(2)&amp;nbsp; formula for growth %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527421#M1139347</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2013-10-08T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: expressions help</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527422#M1139348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;activitydate = today() &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num((sum({$&amp;lt;activitydate = date(Today()) &amp;gt;} Sales) - sum({$&amp;lt;activitydate = date(Today()-1) &amp;gt;} Sales))&amp;nbsp; /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum({$&amp;lt;activitydate = date(Today()-1) &amp;gt;} Sales),'0.00%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;CA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 15:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527422#M1139348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T15:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: expressions help</title>
      <link>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527423#M1139349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will u please share example data&lt;/P&gt;&lt;P&gt;so i can help more accurately &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 15:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expressions-help/m-p/527423#M1139349</guid>
      <dc:creator />
      <dc:date>2013-10-08T15:19:59Z</dc:date>
    </item>
  </channel>
</rss>

