<?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: If Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043530#M935405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all of your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 15:31:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-19T15:31:28Z</dc:date>
    <item>
      <title>If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043524#M935399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me what's wrong with the formula stated below. It provides me with the title since I have checked use expression as title but the content is empty nor does it provide me with an error which indicates there's nothing wrong with the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if (sum({1 &amp;lt;monthofalltime = {$(=vmonthnum-1)}&amp;gt;} TOTAL &amp;lt;d1cust_clientid&amp;gt; $(=filtered_mrv)) = 0 and sum(TOTAL &amp;lt;d1cust_clientid&amp;gt; $(=filtered_mrv)) &amp;lt;&amp;gt; 0, 'new revenue')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043524#M935399</guid>
      <dc:creator />
      <dc:date>2016-02-16T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043525#M935400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is new revenue a field here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&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;STRONG&gt;=If(Sum({1 &amp;lt;monthofalltime = {$(=vmonthnum-1)}&amp;gt;} TOTAL &amp;lt;d1cust_clientid&amp;gt; $(=filtered_mrv)) = 0 and Sum(TOTAL &amp;lt;d1cust_clientid&amp;gt; $(=filtered_mrv)) &amp;lt;&amp;gt; 0, &lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;[&lt;/SPAN&gt;new revenue&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043525#M935400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-16T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043526#M935401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New revenue is not a field at all it is a way to describe if we had a new customer in the month of business. It doesn't work such as =if(A2=B2,"New", "Old") New and Old both her descriptors like was New revenue. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 14:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043526#M935401</guid>
      <dc:creator />
      <dc:date>2016-02-16T14:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043527#M935402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would recommend a sanity check of the 2 sum aggregation code that looks to be making use of variable comparison inside the set expression. A quick observation, it seems else is not handled? what if you add a comma after 'new revenue'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 00:12:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043527#M935402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T00:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043528#M935403</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;May be your set analysis part have mistake. Try this,&lt;/P&gt;&lt;P&gt;Change your exp &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;monthofalltime = {$(=vmonthnum-1)} to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;monthofalltime = {$(=$(=vmonthnum)-1)}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 06:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043528#M935403</guid>
      <dc:creator>sangeethag</dc:creator>
      <dc:date>2016-02-17T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043529#M935404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can you tell us about this&amp;nbsp; "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;filtered_mrv"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043529#M935404</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-17T07:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: If Formula</title>
      <link>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043530#M935405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all of your responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 15:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-Formula/m-p/1043530#M935405</guid>
      <dc:creator />
      <dc:date>2016-02-19T15:31:28Z</dc:date>
    </item>
  </channel>
</rss>

