<?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 Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/776246#M1030535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i want to get the sum for the selected&amp;nbsp; fields only , and&amp;nbsp; iam using the Below formula in the expression , which seems to be ok ,&lt;/P&gt;&lt;P&gt;But iam not getting any output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what change i need to do&lt;/P&gt;&lt;P&gt;The formula is&lt;/P&gt;&lt;P&gt;(if(match([Tab Description],'Erection Contract','Sales Contract','Works Contract'),sum({$&amp;lt;FiscalYear={$(=MAX(FiscalYear))}&amp;gt;}[Contract Value net])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Feb 2015 11:36:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-10T11:36:00Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/776246#M1030535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i want to get the sum for the selected&amp;nbsp; fields only , and&amp;nbsp; iam using the Below formula in the expression , which seems to be ok ,&lt;/P&gt;&lt;P&gt;But iam not getting any output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what change i need to do&lt;/P&gt;&lt;P&gt;The formula is&lt;/P&gt;&lt;P&gt;(if(match([Tab Description],'Erection Contract','Sales Contract','Works Contract'),sum({$&amp;lt;FiscalYear={$(=MAX(FiscalYear))}&amp;gt;}[Contract Value net])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 11:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/776246#M1030535</guid>
      <dc:creator />
      <dc:date>2015-02-10T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/776247#M1030537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&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;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;[Tab Description] ={'Works Contract', 'Sales Contract','Erection Contract'},&lt;/SPAN&gt;$&amp;lt;[Fiscal Year]={$(=Max([Fiscal Year]))},[Fiscal Period]={"&amp;lt;=$(=max([Fiscal Period]))"},[Fiscal Month]=&amp;gt;}[Contract Value net]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 11:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/776247#M1030537</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-02-10T11:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/776248#M1030538</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: 13px;"&gt;Maybe this will work:&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;&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: 13px;"&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: 13px;"&gt;=Sum({$&amp;lt;FiscalYear={$(=MAX(FiscalYear))}, [Tab Description] = {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'Erection Contract','Sales Contract','Works Contract'&lt;/SPAN&gt;}&amp;gt;} [Contract Value net])))&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;&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: 13px;"&gt;Best,&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;S&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 11:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/776248#M1030538</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-10T11:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/776249#M1030539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, where are you using this expression?, it can work on a chart where [Tab Description] is a dimension or if only one value of [Tab Description] is selected, if there is no such dimension or selection maybe is returning more than one value for [Tab Description] and in expression is translated as Null().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 11:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/776249#M1030539</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-02-10T11:45:41Z</dc:date>
    </item>
  </channel>
</rss>

