<?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 Dynamic counter as result (part) of the repeat(...)-function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462161#M98929</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a solution to the following problem:&lt;/P&gt;
&lt;P&gt;I need a counter that counts up within the result of the repeat(...) function.&lt;/P&gt;
&lt;P&gt;As an example:&lt;BR /&gt;=repeat( X, 5 ) should return '12345' as the result.&lt;/P&gt;
&lt;P&gt;What can X look like for this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 11:47:56 GMT</pubDate>
    <dc:creator>Christiann</dc:creator>
    <dc:date>2024-06-13T11:47:56Z</dc:date>
    <item>
      <title>Dynamic counter as result (part) of the repeat(...)-function</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462161#M98929</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a solution to the following problem:&lt;/P&gt;
&lt;P&gt;I need a counter that counts up within the result of the repeat(...) function.&lt;/P&gt;
&lt;P&gt;As an example:&lt;BR /&gt;=repeat( X, 5 ) should return '12345' as the result.&lt;/P&gt;
&lt;P&gt;What can X look like for this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 11:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462161#M98929</guid>
      <dc:creator>Christiann</dc:creator>
      <dc:date>2024-06-13T11:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic counter as result (part) of the repeat(...)-function</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462165#M98930</link>
      <description>&lt;P&gt;look at Valueloop function:&lt;BR /&gt;&lt;BR /&gt;Concat(distinct ValueLoop(1, 10),'',ValueLoop(1, 10))&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 11:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462165#M98930</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2024-06-13T11:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic counter as result (part) of the repeat(...)-function</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462181#M98935</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;Unfortunately, it doesn't quite solve the problem.&lt;/P&gt;
&lt;P&gt;I need to concretize it.&lt;/P&gt;
&lt;P&gt;X is a combination of text and consecutive number, so the result should be the following:&lt;/P&gt;
&lt;P&gt;'abc1',&amp;nbsp;'abc2',&amp;nbsp;'abc3',&amp;nbsp;'abc4',&amp;nbsp;'abc5'&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462181#M98935</guid>
      <dc:creator>Christiann</dc:creator>
      <dc:date>2024-06-13T12:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic counter as result (part) of the repeat(...)-function</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462209#M98943</link>
      <description>&lt;P&gt;or&amp;nbsp;more precisely, the result should be as follows:&lt;/P&gt;
&lt;P&gt;'abc1 xyz1',&amp;nbsp;'abc2 xyz2',&amp;nbsp;'abc3 xyz3',&amp;nbsp;'abc4 xyz4',&amp;nbsp;'abc5 xyz5'&lt;/P&gt;
&lt;P&gt;I need the number twice per repetition&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462209#M98943</guid>
      <dc:creator>Christiann</dc:creator>
      <dc:date>2024-06-13T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic counter as result (part) of the repeat(...)-function</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462897#M98996</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;here the complete solution:&lt;/P&gt;
&lt;DIV&gt;concat( '&amp;lt;FirstPartOfText&amp;gt;' &amp;amp; valueloop( ExpForCounter ) &amp;amp; '&amp;lt;SecondPartOfText&amp;gt;' &amp;amp; valueloop( ExpForCounter ),&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; '&amp;lt;AdditionalPartOfText&amp;gt;', // this is important for the concat( ... ) function&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; valueloop( ExpForCounter ) ) // for correct sorting of the result&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jun 2024 06:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-counter-as-result-part-of-the-repeat-function/m-p/2462897#M98996</guid>
      <dc:creator>Christiann</dc:creator>
      <dc:date>2024-06-17T06:17:25Z</dc:date>
    </item>
  </channel>
</rss>

