<?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 What should be in load script to write multiple condition ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103680#M763369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to compose this in load script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;Field1 = abc&amp;nbsp; And Field2 = 123 ,Field3 = 12a AND Field4 not be having&amp;nbsp; a , c OR&amp;nbsp; k&amp;nbsp; then ' 1ST Attempt' as Field_New&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Field1 = abc&amp;nbsp; And Field2 = 123 ,Field3 not equals to 12a &lt;SPAN style="font-size: 13.3333px;"&gt;AND Field4 not be having&amp;nbsp; a , c, k&amp;nbsp; but Field4 has b , q then &lt;SPAN style="font-size: 13.3333px;"&gt;' 2ndttempt' as Field_New&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you all in advance !!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prahlad_infy</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>What should be in load script to write multiple condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103680#M763369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sirs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to compose this in load script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;Field1 = abc&amp;nbsp; And Field2 = 123 ,Field3 = 12a AND Field4 not be having&amp;nbsp; a , c OR&amp;nbsp; k&amp;nbsp; then ' 1ST Attempt' as Field_New&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Field1 = abc&amp;nbsp; And Field2 = 123 ,Field3 not equals to 12a &lt;SPAN style="font-size: 13.3333px;"&gt;AND Field4 not be having&amp;nbsp; a , c, k&amp;nbsp; but Field4 has b , q then &lt;SPAN style="font-size: 13.3333px;"&gt;' 2ndttempt' as Field_New&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you all in advance !!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103680#M763369</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: What should be in load script to write multiple condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103681#M763370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field1 = 'abc' and Field2 = 123 and Field3 = '12a' and not Match(Field4, 'a', 'c', 'k'), '1st Attempt',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Field1 = 'abc' and Field2 = 123 and Field3 &amp;lt;&amp;gt; '12a' and not Match(Field4, 'a', 'c', 'k'), '2nd Attempt')) as Field_new&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103681#M763370</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T14:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: What should be in load script to write multiple condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103682#M763371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sir ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to set this part&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: 13.3333px;"&gt;Field1 = abc&amp;nbsp; And Field2 = 123 ,Field3 not equals to 12a &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND &lt;STRONG&gt;Field4 not be having&amp;nbsp; a , c, k &lt;/STRONG&gt; but &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff6600;"&gt;Field4 has b , q&lt;/STRONG&gt; then &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;' 2ndttempt' as Field_New&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103682#M763371</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-03T14:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: What should be in load script to write multiple condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103683#M763372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Field1 = 'abc' and Field2 = 123 and Field3 = '12a' and not Match(Field4, 'a', 'c', 'k'), '1st Attempt',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(Field1 = 'abc' and Field2 = 123 and Field3 &amp;lt;&amp;gt; '12a' and Match(Field4,&lt;SPAN style="color: #ff0000;"&gt; 'b', 'q'&lt;/SPAN&gt;), '2nd Attempt')) as Field_new&lt;/STRONG&gt;&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;If Field4 is b and q... then it will def not be a, c, k.. so you don't really need&lt;STRONG&gt; not Match(&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Field4, 'a', 'c', 'k')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 14:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103683#M763372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T14:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: What should be in load script to write multiple condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103684#M763373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 15:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-should-be-in-load-script-to-write-multiple-condition/m-p/103684#M763373</guid>
      <dc:creator>prahlad_infy</dc:creator>
      <dc:date>2018-08-03T15:20:59Z</dc:date>
    </item>
  </channel>
</rss>

