<?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 Hyper Interesting case !!! Need professional help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217255#M70495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've changed a bit your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;for h=1 to NoOfRows('main2') data2.1:LOAD Distinct $(h) as ID, substringcount(imagess, '.jpg') as JPGInstances, RecNo() as images_recNo, SubField(textbetween(imagess, '/Autotest/', '.jpg'), '=') as final_imagesRESIDENT main2 WHERE ID = $(h); next&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Obviously this needs some tuning, but the idea is that the SubField() function, unless a count number is specified, will create as many records as separators it will find in the string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Example:LOAD SubField(Field, '=') AS Field INLINE [FieldA=B=CD=E=FG=H=I];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But I'm afraid I'm unable to get how you want to split your code exactly.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2011 06:35:19 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-04-15T06:35:19Z</dc:date>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217251#M70491</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;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/1122.QVapp.rar:550:0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the pic below I'm showing whats the case:&lt;/P&gt;&lt;P&gt;I'm trying to catch some strings from the field images and put them cleared in another table, but the script I'm using don't do that correctly but seem to working to the 6th line fine!&lt;/P&gt;&lt;P&gt;In the attached app you can see it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4109_sourceID:4109" /&gt;&lt;/P&gt;&lt;P&gt;I've trying to fix the bug in the app but without any success ... please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217251#M70491</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-14T22:03:00Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217252#M70492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;it took me a few minutes to find the catch... You are using function fieldvalue(), which is giving you an X-th element from the list of field values. So, you expected to see the first line under number 1, the 7th line under number 7 and the 11th line under number 11... Well, the catch is that the List with field values only stores distinct values, so your line # 11 contains 7th distinct value of the field imagess - that's why the images from line 11 got registered under number 7...&lt;/P&gt;&lt;P&gt;In order to get correct values, replace FieldValue() with function Peek(), where you can specify the table name and the row number in the table, to get the accurate value without any de-duplication problems.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217252#M70492</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-04-14T22:34:10Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217253#M70493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use that function let vImages = text(peek('imagess',$(h)-1,main2)); but it gives only the first line info !&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217253#M70493</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-14T22:44:19Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217254#M70494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 05:39:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217254#M70494</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-15T05:39:00Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217255#M70495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've changed a bit your script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;for h=1 to NoOfRows('main2') data2.1:LOAD Distinct $(h) as ID, substringcount(imagess, '.jpg') as JPGInstances, RecNo() as images_recNo, SubField(textbetween(imagess, '/Autotest/', '.jpg'), '=') as final_imagesRESIDENT main2 WHERE ID = $(h); next&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Obviously this needs some tuning, but the idea is that the SubField() function, unless a count number is specified, will create as many records as separators it will find in the string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Example:LOAD SubField(Field, '=') AS Field INLINE [FieldA=B=CD=E=FG=H=I];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But I'm afraid I'm unable to get how you want to split your code exactly.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 06:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217255#M70495</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-15T06:35:19Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217256#M70496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;want to have this as result :&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/8475.Untitled.png"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/8475.Untitled.png" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;so one ID have no, one or more jpg. in the original text and want to have it all.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 07:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217256#M70496</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-15T07:34:25Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217257#M70497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahmm ... , another ideas how to do that work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 07:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217257#M70497</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-15T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217258#M70498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 08:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217258#M70498</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-15T08:09:10Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217259#M70499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As I mentioned above, the code above works with a small tuning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;for h=1 to NoOfRows('main2') data2.1:LOAD $(h) as ID, substringcount(imagess, '.jpg') as JPGInstances, RecNo() as images_recNo, TextBetween(SubField(imagess, 'alt='), '/Autotest/', '.jpg') as final_imagesRESIDENT main2 WHERE ID = $(h); next&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Please take into account that the people that participate in the QlikCommunity don't have your data model, nor we work for QlikView, so some ideas will need refination from your end.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 08:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217259#M70499</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-15T08:58:06Z</dc:date>
    </item>
    <item>
      <title>Hyper Interesting case !!! Need professional help</title>
      <link>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217260#M70500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ooo, that's great ! Thanks! It works !!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 09:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hyper-Interesting-case-Need-professional-help/m-p/217260#M70500</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-04-15T09:10:30Z</dc:date>
    </item>
  </channel>
</rss>

