<?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: Covert IF Condition into set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086615#M640377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, Thanks for your help, but still am getting expression error. And too i have to check where the set analysis is equal to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with this issue... Not only in set analysis if there is any other way apart from if condition. That would be gretful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 10:15:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-23T10:15:05Z</dc:date>
    <item>
      <title>Covert IF Condition into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086613#M640375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem converting if condition into set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have variable expression, I need to simplify in set analysis. Can anyone help this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(IF(Payment = 'NET' AND Payment_Discount&amp;lt;&amp;gt;0 ,1,0)=1,&lt;/P&gt;&lt;P&gt;-(TCNET * NumberOFTrans ) + (Annual_Trans * (PaymentDiscount_PerDays+AvgNET) /365) * FundRating&lt;/P&gt;&lt;P&gt; + &lt;SPAN style="font-size: 13.3333px;"&gt;Annual_Trans &lt;/SPAN&gt;* Payment_Discount )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help to convert the above expression in set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but still there is expression error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Vignesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 15:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086613#M640375</guid>
      <dc:creator />
      <dc:date>2016-02-22T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Covert IF Condition into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086614#M640376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum({&amp;lt;{Payment={'NET'},Payment_Discount={'&amp;lt;&amp;gt;0'}&amp;gt;} -(TCNET * NumberOFTrans ) + (Annual_Trans * (PaymentDiscount_PerDays+AvgNET) /365) * FundRating + &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Annual_Trans &lt;/SPAN&gt;* Payment_Discount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086614#M640376</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-22T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Covert IF Condition into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086615#M640377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, Thanks for your help, but still am getting expression error. And too i have to check where the set analysis is equal to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with this issue... Not only in set analysis if there is any other way apart from if condition. That would be gretful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vignesh kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 10:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086615#M640377</guid>
      <dc:creator />
      <dc:date>2016-02-23T10:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Covert IF Condition into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086616#M640378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that explains what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Covert-IF-Condition-into-set-analysis/m-p/1086616#M640378</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-24T15:34:01Z</dc:date>
    </item>
  </channel>
</rss>

