<?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: Difference between value list and value loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596055#M1096622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ValueList() you give a list explicitly separated by comma, like ValueList(Mem1, mem2, .....), while in ValueLoop() you can give starting and ending values and third parameter to tell the step. That means, if you write valueLoop(10, 20, 2), you get values string from 10 and ending at 20 with gap of 2, so the output : 10,12,14,16,18,20. In short, In ValueLoop() you have to setup a rule to generate values, whereas in ValueList() you have to mention the values itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2014 07:26:44 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-04-19T07:26:44Z</dc:date>
    <item>
      <title>Difference between value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596053#M1096620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi can any body tell me what is the diff between value list and value loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 07:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596053#M1096620</guid>
      <dc:creator />
      <dc:date>2014-04-19T07:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596054#M1096621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a similar post here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114916"&gt;Please anyone suggest,What is the exact use of valuelist() and valueLoop() in qlikview.&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 07:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596054#M1096621</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-19T07:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596055#M1096622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In ValueList() you give a list explicitly separated by comma, like ValueList(Mem1, mem2, .....), while in ValueLoop() you can give starting and ending values and third parameter to tell the step. That means, if you write valueLoop(10, 20, 2), you get values string from 10 and ending at 20 with gap of 2, so the output : 10,12,14,16,18,20. In short, In ValueLoop() you have to setup a rule to generate values, whereas in ValueList() you have to mention the values itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 07:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596055#M1096622</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-19T07:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596056#M1096623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;This functions should be used in Dimension tab of the chart.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ValueList() and ValueLoop() are used to create Dimensions on the fly, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ValueList('Value1', 'Value2', 'Value3')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Projects 3 values in the axes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ValueLoop(StartValue, EndValue, Step Value) -&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ValueLoop(2, 10, 2) - This will create a dimensional values 2, 4, 6,8 and 10 and projects along the axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 07:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-value-list-and-value-loop/m-p/596056#M1096623</guid>
      <dc:creator />
      <dc:date>2014-04-19T07:29:14Z</dc:date>
    </item>
  </channel>
</rss>

