<?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: ValueLoop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789585#M1210452</link>
    <description>&lt;P&gt;My list of values is too long.&lt;BR /&gt;Basically, a non-decimal incrementing is possible with do while loop. How can I then create a list with this loop in the script?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Mar 2021 12:54:00 GMT</pubDate>
    <dc:creator>AmCh</dc:creator>
    <dc:date>2021-03-09T12:54:00Z</dc:date>
    <item>
      <title>ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789574#M1210450</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to use the ValueLoop with non-decimal increment.&lt;/P&gt;&lt;P&gt;Since this is not possible with ValueLoop, is there another alternative?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Amor&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 12:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789574#M1210450</guid>
      <dc:creator>AmCh</dc:creator>
      <dc:date>2021-03-09T12:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789579#M1210451</link>
      <description>&lt;P&gt;What sort of increment are you looking to use, exactly?&lt;/P&gt;&lt;P&gt;If your list of values isn't too long, you could just use ValueList(). Otherwise, you'd probably want to generate the values in your script using a loop.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 12:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789579#M1210451</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-09T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789585#M1210452</link>
      <description>&lt;P&gt;My list of values is too long.&lt;BR /&gt;Basically, a non-decimal incrementing is possible with do while loop. How can I then create a list with this loop in the script?&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 12:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789585#M1210452</guid>
      <dc:creator>AmCh</dc:creator>
      <dc:date>2021-03-09T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: ValueLoop</title>
      <link>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789593#M1210454</link>
      <description>&lt;P&gt;Set vValue = 10;&lt;/P&gt;&lt;P&gt;for i=1 to 99&lt;/P&gt;&lt;P&gt;Set vValue = vValue + pi()/e();&amp;nbsp; /* Your increment goes in this line*/&lt;/P&gt;&lt;P&gt;Load $(vValue) as SyntheticDimension&lt;/P&gt;&lt;P&gt;Autogenerate(1);&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could probably do this more efficiently with just autogenerate and the row number, but since I'm not sure exactly what sort of increment you're trying to work with, it's hard to say.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Mar 2021 13:05:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ValueLoop/m-p/1789593#M1210454</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-03-09T13:05:37Z</dc:date>
    </item>
  </channel>
</rss>

