<?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: How i can Write This expression With out If Statement!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785591#M277939</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;&amp;nbsp; Thanks For Replay&amp;nbsp; After applying this I got some Issue please look the out put and let know what is the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 07:16:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-25T07:16:09Z</dc:date>
    <item>
      <title>How i can Write This expression With out If Statement!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785589#M277937</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;&amp;nbsp; I want write Below expression with using if Condition in set expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please can one help me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FcstALMeFW&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Rem. Fcst.' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FcstALMeFW&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Rem. Fcst.w/o Judge',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FiscalYearQuarter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MeasureType&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'FFYR'},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SubRegion&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CommitAmount&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Manju&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785589#M277937</guid>
      <dc:creator />
      <dc:date>2015-03-25T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How i can Write This expression With out If Statement!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785590#M277938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without If condition:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;MeasureType={'FFYR'},FcstALMeFW={'Rem. Fcst.','Rem. Fcst.w/o Judge'},SubRegion=FiscalYearQuarter=&amp;gt;} CommitAmount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With if condition&lt;/P&gt;&lt;P&gt;=sum(if(FcstALMeFW='Rem. Fcst.' or FcstALMeFW='Rem. Fcst.w/o Judge',MeasureType='FFYR',CommitAmount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 06:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785590#M277938</guid>
      <dc:creator>sagarkharpude</dc:creator>
      <dc:date>2015-03-25T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: How i can Write This expression With out If Statement!!!</title>
      <link>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785591#M277939</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;&amp;nbsp; Thanks For Replay&amp;nbsp; After applying this I got some Issue please look the out put and let know what is the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 07:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-i-can-Write-This-expression-With-out-If-Statement/m-p/785591#M277939</guid>
      <dc:creator />
      <dc:date>2015-03-25T07:16:09Z</dc:date>
    </item>
  </channel>
</rss>

