<?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: Re: Need 'If' help !!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636089#M233288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the straight table write Dimension expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Item&lt;/P&gt;&lt;P&gt;Dimension:- Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exper(For Actual):- if(sum( ACTUALBALANCE) &amp;lt; 0 ,0, sum(ACTUALBALANCE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exper(For &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TARGET&lt;/SPAN&gt;):- if(TYPE = 'FD' OR TYPE = 'RD', if(sum(ACTUALBALANCE) &amp;lt; 0, 0, sum(ACTUALBALANCE)), Sum(TARGETBALANCE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 18:20:02 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-02T18:20:02Z</dc:date>
    <item>
      <title>Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636080#M233279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the small req like below and attached the sameple data as well and i have to develop the same at design level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If ACTUAL BALANCE is -ve then we have to replace with 0 for all the products.&lt;/P&gt;&lt;P&gt;If PRODUCTS FD/RD have blank then we have replace TARGET BALANCE by ACTUAL BALANCE along with the above condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sample output has been attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636080#M233279</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-02T17:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636081#M233280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EDITED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is what you're looking for....see attached&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ITEM,ACTUALBALANCE,TARGETBALANCE,TYPE&lt;/P&gt;&lt;P&gt;100,-980,,CA&lt;/P&gt;&lt;P&gt;101,345,4564,SA&lt;/P&gt;&lt;P&gt;102,454,56563,CA&lt;/P&gt;&lt;P&gt;103,-230,2525,SA&lt;/P&gt;&lt;P&gt;104,-42344,,FD&lt;/P&gt;&lt;P&gt;105,25252,,RD&lt;/P&gt;&lt;P&gt;106,4524525,,FD&lt;/P&gt;&lt;P&gt;107,78787,,RD&lt;/P&gt;&lt;P&gt;108,5878,,FD&lt;/P&gt;&lt;P&gt;109,4554,1234,SA&lt;/P&gt;&lt;P&gt;110,456,535,CA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST2:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;ITEM,&lt;/P&gt;&lt;P&gt;if(ACTUALBALANCE &amp;lt; 0, 0, ACTUALBALANCE) as ACTUAL,&lt;/P&gt;&lt;P&gt;TYPE,&lt;/P&gt;&lt;P&gt;if(TYPE = 'FD' OR TYPE = 'RD', if(ACTUALBALANCE &amp;lt; 0, 0, ACTUALBALANCE), TARGETBALANCE)AS TARGET&lt;/P&gt;&lt;P&gt;RESIDENT TEST;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE TEST;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636081#M233280</guid>
      <dc:creator />
      <dc:date>2014-06-02T17:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636082#M233281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any hint from anyone...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636082#M233281</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-02T17:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636083#M233282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Christian...Its good..But i have to develop the same in Design level.Because all the fields are coming from various qvd's in data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636083#M233282</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-02T17:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636084#M233283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Updated sample, not sure if this is still off but hopefully leads you in the right direction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636084#M233283</guid>
      <dc:creator />
      <dc:date>2014-06-02T17:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636085#M233284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any suggestions from anyone....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636085#M233284</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-02T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636086#M233285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me know what do you mean by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; Design leve&lt;/SPAN&gt;l (it is on front end or may be it is on load script level).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636086#M233285</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T17:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636087#M233286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to develop at front end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636087#M233286</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-02T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636088#M233287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 17:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636088#M233287</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-02T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636089#M233288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the straight table write Dimension expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Item&lt;/P&gt;&lt;P&gt;Dimension:- Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exper(For Actual):- if(sum( ACTUALBALANCE) &amp;lt; 0 ,0, sum(ACTUALBALANCE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exper(For &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TARGET&lt;/SPAN&gt;):- if(TYPE = 'FD' OR TYPE = 'RD', if(sum(ACTUALBALANCE) &amp;lt; 0, 0, sum(ACTUALBALANCE)), Sum(TARGETBALANCE))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636089#M233288</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T18:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need 'If' help !!!</title>
      <link>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636090#M233289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Venkat and Anand...Its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 16:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-If-help/m-p/636090#M233289</guid>
      <dc:creator>ajaykumar1</dc:creator>
      <dc:date>2014-06-03T16:27:49Z</dc:date>
    </item>
  </channel>
</rss>

