<?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 what is value list and value loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541864#M1138708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is value list and value loop ...pls provide an explanation &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 11:15:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-19T11:15:50Z</dc:date>
    <item>
      <title>what is value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541864#M1138708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is value list and value loop ...pls provide an explanation &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541864#M1138708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-19T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: what is value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541865#M1138709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are used to create artificial dimensions in charts and tables. Valuelist takes an arbitrary list of strings and creates a dimension; valueloop creates a dimension with a number sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541865#M1138709</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-09-19T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: what is value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541866#M1138711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Qlikview Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valuelist :&amp;nbsp; Returns a set of listed values which, when used in a calculated dimension, will form a synthetic dimension.&lt;/P&gt;&lt;P&gt;If Valuelist is used apart from creating synthetic dimensions, it should be used with aggregation function only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valueloop : Returns a set of iterated values which, when used in a calculated dimension, will form a synthetic dimension. The values generated will start with the &lt;SPAN class="Bold"&gt;from&lt;/SPAN&gt; value and end with the &lt;SPAN class="Bold"&gt;to&lt;/SPAN&gt; value including intermediate values in increments of step.&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;Valueloop(1,5,2) returns 1,3,5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541866#M1138711</guid>
      <dc:creator />
      <dc:date>2013-09-19T11:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is value list and value loop</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541867#M1138713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This functions should be used in Dimension tab of the chart.&lt;/P&gt;&lt;P&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&gt;ValueList('Value1', 'Value2', 'Value3')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Projects 3 values in the axes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ValueLoop(StartValue, EndValue, Step Value) -&lt;/P&gt;&lt;P&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&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 11:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-value-list-and-value-loop/m-p/541867#M1138713</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-09-19T11:35:19Z</dc:date>
    </item>
  </channel>
</rss>

