<?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 load script for each problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175290#M381559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to modify a load script where we have for each and if-condition.&lt;/P&gt;&lt;P&gt;It goes through all the qvd files. And I don't want it to load qvd files that are not from the year 2015 or 2016 and forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;for each file in filelist(folderpath &amp;amp; '\*'&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;if lower(right('$(v.found.file)',3))='qvd' then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I put&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;for each file in filelist(folderpath &amp;amp; '\*'&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;if lower(right('$(v.found.file)',3))='qvd' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;AND num(lower(left('$(v.found.file)',4))) &amp;gt; num(2014) then&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not work, it skips the whole thing!&lt;/P&gt;&lt;P&gt;What is wrong and how can I do double if?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 May 2016 09:19:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-31T09:19:50Z</dc:date>
    <item>
      <title>load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175290#M381559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to modify a load script where we have for each and if-condition.&lt;/P&gt;&lt;P&gt;It goes through all the qvd files. And I don't want it to load qvd files that are not from the year 2015 or 2016 and forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;for each file in filelist(folderpath &amp;amp; '\*'&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;if lower(right('$(v.found.file)',3))='qvd' then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I put&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3366ff;"&gt;for each file in filelist(folderpath &amp;amp; '\*'&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;if lower(right('$(v.found.file)',3))='qvd' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;AND num(lower(left('$(v.found.file)',4))) &amp;gt; num(2014) then&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not work, it skips the whole thing!&lt;/P&gt;&lt;P&gt;What is wrong and how can I do double if?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175290#M381559</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175291#M381560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3366ff;"&gt;AND left('$(v.found.file)',4 )&amp;gt; 2014 then&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175291#M381560</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-31T09:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175292#M381561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niko,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is syntax error. Opening brackets count and close brackets counts are not matched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;num(lower(left('$(v.found.file)',4))) &amp;gt; num(2014)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Joyson G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175292#M381561</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175293#M381562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, it did not work either.. Still skipping the script phase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175293#M381562</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175294#M381563</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: #3366ff;"&gt;'$(v.found.file)' instead &lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'$v.found.file)'&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175294#M381563</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175295#M381564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, there was a typo.. But it isn't still working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175295#M381564</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175296#M381565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is Filename?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175296#M381565</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T09:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175297#M381566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are all like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2013-06.QVD&lt;/P&gt;&lt;P&gt;2013-07.QVD&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;and so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175297#M381566</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175298#M381567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3366ff;"&gt;for each &lt;STRONG&gt;vFile&lt;/STRONG&gt; in filelist(folderpath &amp;amp; '\*'&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3366ff;"&gt;if lower(right('$(&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;vFile&lt;/STRONG&gt;&lt;/SPAN&gt;)',3))='qvd' and subfield(subfield(&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'$(&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;vFile&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;)','\',-1),'-',1) &amp;gt;=2015 then&lt;/SPAN&gt;&lt;/SPAN&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;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end if &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175298#M381567</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175299#M381568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why this is not working for you. I did a test and it's working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175299#M381568</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-05-31T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175300#M381569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did the trick! Wow.. What happens in that subfield()-set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175300#M381569</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175301#M381570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lets say you have value in vFile as D:\Data\QVD\2015-05.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;inner subfield(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3366ff;"&gt;'$(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3366ff;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;vFile&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3366ff;"&gt;)','\',-1) - picks up &lt;SPAN style="font-size: 13.3333px;"&gt;2015-05.qvd &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and our subfield picks up the &lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;2015 from (&lt;SPAN style="color: #3366ff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;2015-05.qvd)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175301#M381570</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T09:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175302#M381571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Hi Niko,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;SPAN style="color: #575757;"&gt;It is more easy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;for each vFile in filelist(folderpath &amp;amp; '\*.qvd'&lt;SPAN style="font-size: 13.3333px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3366ff;"&gt;&lt;SPAN style="color: #575757;"&gt;subfield(subfield(&lt;SPAN style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.3333px;"&gt;'$(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13.3333px;"&gt;vFile&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)','\',-1),'-',1) &amp;gt;=2015 then&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end if&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Kind regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175302#M381571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175303#M381572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice! Have to remember this subfield() in the future, seems to be very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot again &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Always learning new things here about QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Niko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175303#M381572</guid>
      <dc:creator />
      <dc:date>2016-05-31T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175304#M381573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, Qlik community is gr8. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175304#M381573</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-05-31T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: load script for each problem</title>
      <link>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175305#M381574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it surely is! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-script-for-each-problem/m-p/1175305#M381574</guid>
      <dc:creator />
      <dc:date>2016-05-31T10:02:57Z</dc:date>
    </item>
  </channel>
</rss>

