<?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: WHat is ValueList() and ValueLoop() ?? How they are used ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660060#M1065392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/66979"&gt;valuelist and valueloop functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114904"&gt;Difference between value list and value loop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 10:46:06 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2014-09-22T10:46:06Z</dc:date>
    <item>
      <title>WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660059#M1065391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHat is ValueList() and ValueLoop() ?? How they are used ?? Can anyone explain with example ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 10:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660059#M1065391</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-22T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660060#M1065392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/66979"&gt;valuelist and valueloop functions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/114904"&gt;Difference between value list and value loop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660060#M1065392</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-09-22T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660061#M1065393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try online help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor1306"&gt;&lt;/A&gt;Synthetic Dimension Functions&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;ValueList (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;value {, value }&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a set of listed values which, when used in a calculated dimension, will form a synthetic dimension. In charts with a synthetic dimension created with the &lt;SPAN class="Bold"&gt;valuelist&lt;/SPAN&gt; function it is possible to reference the dimension value corresponding to a specific expression cell by restating the &lt;SPAN class="Bold"&gt;valuelist&lt;/SPAN&gt; function with the same parameters in the chart expression. The function may of course be used anywhere in the layout, but apart from when used for synthetic dimensions it will only be meaningful inside an aggregation function. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;valuelist ( 1, 10, 100 ) &lt;/P&gt;&lt;P class="Code"&gt;valuelist ( 'a', 'xyz', 55 ) &lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;ValueLoop(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;from [, to [, step = 1 ]]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;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. In charts with a synthetic dimension created with the &lt;SPAN class="Bold"&gt;valueloop&lt;/SPAN&gt; function it is possible to reference the dimension value corresponding to a specific expression cell by restating the &lt;SPAN class="Bold"&gt;valueloop&lt;/SPAN&gt; function with the same parameters in the chart expression. The function may of course be used anywhere in the layout, but apart from when used for synthetic dimensions it will only be meaningful inside an aggregation function. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 1, 3 )&lt;/SPAN&gt; returns the values 1, 2 and 3&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 1, 5, 2 )&lt;/SPAN&gt; returns the values 1, 3 and 5&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;valueloop ( 11 )&lt;/SPAN&gt; returns the value 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 10:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660061#M1065393</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-22T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660062#M1065394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;valuelist() and valueloop() are used to create artificial dimensions and expressions in charts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here valuelist takes a arbitary list of strings to create and valueloop takes a number sequence to create&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 10:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660062#M1065394</guid>
      <dc:creator />
      <dc:date>2014-09-22T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660063#M1065395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;Thnx for the reply but i did not get anything . I did not get what is calculated dimension and synthetic dimension.&lt;/P&gt;&lt;P&gt;Please , can you explain it in simpler way.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660063#M1065395</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-22T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660064#M1065396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;1.synthetic&amp;nbsp; dimension functions (valuelist &amp;amp;value loop).&lt;/P&gt;&lt;P&gt;2. dimension wise&amp;nbsp;&amp;nbsp; it 'll display tthe values.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;syn: valuelist('1','5')&amp;nbsp; it'll display the only 1&amp;amp;5 values&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; valueloo('1','5')&amp;nbsp; it'll display the all( 1,2,3,4,5 values)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 13:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660064#M1065396</guid>
      <dc:creator />
      <dc:date>2014-09-22T13:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660065#M1065397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A dimension can be&lt;/P&gt;&lt;P&gt;- a &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;single field&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- a group &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;- an expression (calculated dimension).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Synthetic dimension is a calculated dimension with valueloop or valuelist function&lt;/P&gt;&lt;P&gt;To create a calculated dimension ....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67383_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the attachment and image also an example of synthetic dimension&lt;/P&gt;&lt;P&gt;dimension = valuelist('aaa','bbb')&lt;/P&gt;&lt;P&gt;expression = if(ValueList('aaa','bbb')='aaa', 100, 150)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" height="211" src="https://community.qlik.com/legacyfs/online/67385_2.png" style="width: 381px; height: 210.844660194175px;" width="381" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660065#M1065397</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-22T21:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660066#M1065398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy ,&lt;/P&gt;&lt;P&gt;I am using free version of qlikview , so cannot open your example. But can you please explain when and how valuelist() and valueloop() used ?? ANd also what do you mean by synthetic dimension and calculated dimension ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 05:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660066#M1065398</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-23T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: WHat is ValueList() and ValueLoop() ?? How they are used ??</title>
      <link>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660067#M1065399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just make a new doc without script&lt;/P&gt;&lt;P&gt;create a bar chart and add the dimension and expression &lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dimension = valuelist('aaa','bbb')&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;expression = if(ValueList('aaa','bbb')='aaa', 100, 150)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHat-is-ValueList-and-ValueLoop-How-they-are-used/m-p/660067#M1065399</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-23T09:07:43Z</dc:date>
    </item>
  </channel>
</rss>

