<?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: help with if condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632766#M1091049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;if(Field1=0 and field2 &amp;lt;&amp;gt;0,0,field3) as Field3&lt;/P&gt;&lt;P&gt;from ur table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 10:20:18 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2014-05-14T10:20:18Z</dc:date>
    <item>
      <title>help with if condition</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632763#M1091046</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;I want to write a if condition in qlikview script as per the below requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-when field1= 10 and field2&amp;lt;&amp;gt;10, then field3 should be 0, otherwise keep the value of field3 coming from source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, all the 3 fields are present in the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632763#M1091046</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-14T10:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with if condition</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632764#M1091047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so you have to write,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(fiels1=10 and field2&amp;lt;&amp;gt;10,0,field3) as field3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632764#M1091047</guid>
      <dc:creator />
      <dc:date>2014-05-14T10:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: help with if condition</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632765#M1091048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&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;"&gt;If(field1= 10 AND field2&amp;lt;&amp;gt;10, 0, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;field3&lt;/SPAN&gt;) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;field3 &lt;/SPAN&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;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632765#M1091048</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-14T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: help with if condition</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632766#M1091049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;if(Field1=0 and field2 &amp;lt;&amp;gt;0,0,field3) as Field3&lt;/P&gt;&lt;P&gt;from ur table;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632766#M1091049</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-14T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: help with if condition</title>
      <link>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632767#M1091050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 10:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-with-if-condition/m-p/632767#M1091050</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-05-14T10:25:02Z</dc:date>
    </item>
  </channel>
</rss>

