<?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: Condition is not working in Load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913012#M316778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 06:11:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-06T06:11:42Z</dc:date>
    <item>
      <title>Condition is not working in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913009#M316775</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;Please find the attached Qvw and Data file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a condition in data load script where &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if([WBS Element]&amp;lt;&amp;gt;null(),[WBS Element],if(Len(Assignment)&amp;gt;=6,Assignment,H.Text)) as WBS_Code_Final&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data in WBS Element field is empty then it should check for Assignment field. If the length of assignment field is &amp;gt;=6 it should take that value otherwise H.Test as the WBS_Final_code. &lt;/P&gt;&lt;P&gt;If the data is not null in WBS Element then WBS Element should be take as WBS_Code_Final.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any clarifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 05:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913009#M316775</guid>
      <dc:creator />
      <dc:date>2015-08-06T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Condition is not working in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913010#M316776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913010#M316776</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-08-06T06:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Condition is not working in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913011#M316777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(len(trim([WBS Element]))&amp;gt;0,[WBS Element],if(Len(Assignment)&amp;gt;=6,Assignment,H.Text)) as WBS_Code_Final&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913011#M316777</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-08-06T06:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Condition is not working in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913012#M316778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913012#M316778</guid>
      <dc:creator />
      <dc:date>2015-08-06T06:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Condition is not working in Load script</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913013#M316779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant compare nulls like that. Use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Not(IsNull([WBS Element])), [WBS Element], if(Len(Assignment) &amp;gt;= 6, Assignment, H.Text)) as WBS_Code_Final&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 06:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-is-not-working-in-Load-script/m-p/913013#M316779</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-06T06:14:08Z</dc:date>
    </item>
  </channel>
</rss>

