<?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 Inline Stuff in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807334#M285033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I have some customer codes to group, and I have one question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have the following inline where '*' means any possible number :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InlineGroups:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerCode,CustomerGroup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;048**,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;049**,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I expand it to get the following result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerCode, CustomerGroup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04800,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04899,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04900,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04999,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas about how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2014 18:05:54 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2014-12-31T18:05:54Z</dc:date>
    <item>
      <title>Inline Stuff</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807334#M285033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I have some customer codes to group, and I have one question :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have the following inline where '*' means any possible number :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;InlineGroups:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerCode,CustomerGroup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;048**,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;049**,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I expand it to get the following result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CustomerCode, CustomerGroup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04800,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04899,Group1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04900,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;04999,Group2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas about how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 18:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807334#M285033</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2014-12-31T18:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Stuff</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807335#M285034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, can you try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InlineGroups:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CustomerCode,CustomerGroup&lt;/P&gt;&lt;P&gt;048**,Group1&lt;/P&gt;&lt;P&gt;049**,Group2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;num(SubField(CustomerCode, '*',1),'000') &amp;amp; num(IterNo()-1,'00') as CustomerCode,&lt;/P&gt;&lt;P&gt;CustomerGroup&lt;/P&gt;&lt;P&gt;Resident InlineGroups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While IterNo() &amp;lt;= 99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 18:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807335#M285034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-31T18:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Stuff</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807336#M285035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are a couple suggestions.&lt;/P&gt;&lt;P&gt;1. "Map" with wildcards instead of expanding the range. See&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Qlikview Cookbook: Mapping With Wildcards &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/" rel="nofollow"&gt;http://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Expand the range using a while loop. See attached for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 18:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807336#M285035</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-12-31T18:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inline Stuff</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807337#M285036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Elena! It works perfect, it just only needs to Iterno until 100 to complete the range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Marcel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 12:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-Stuff/m-p/807337#M285036</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2015-01-02T12:01:49Z</dc:date>
    </item>
  </channel>
</rss>

