<?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 Please anyone suggest,What is the exact use of valuelist() and valueLoop() in qlikview. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596593#M680475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact use of valuelist() and valueLoop() in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we replace this functionality or calculated dimension with any generic approach .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2014 04:14:13 GMT</pubDate>
    <dc:creator>singhcv123</dc:creator>
    <dc:date>2014-04-19T04:14:13Z</dc:date>
    <item>
      <title>Please anyone suggest,What is the exact use of valuelist() and valueLoop() in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596593#M680475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the exact use of valuelist() and valueLoop() in qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we replace this functionality or calculated dimension with any generic approach .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 04:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596593#M680475</guid>
      <dc:creator>singhcv123</dc:creator>
      <dc:date>2014-04-19T04:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Please anyone suggest,What is the exact use of valuelist() and valueLoop() in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596594#M680476</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;For example, create a calculated dimension in a straight table:&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;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;=ValueList('KPI1','KPI2')&lt;/EM&gt;&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;Then, an expression like&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;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;=pick(match(&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ValueList('KPI1','KPI2')&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'KPI1','KPI2')&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;,sum(FIELD)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;,count(FIELD)&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;)&lt;/EM&gt;&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;You'll get a dimension with two value, KPI1 and KPI2. To check in your expression, which is the current dimension value, you'll need to repeat the Valuelist() function as used in the dimension again in the expression. (Above can also be written as&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;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;=if( ValueList('KPI1','KPI2') = 'KPI1', sum(FIELD),&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;if( ValueList('KPI1','KPI2') = 'KPI2', count(FIELD) ))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&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;So you can create a dimension on the fly in a chart which is not based on a field in your data model (I think that's why its called synthetic).&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() just uses the values you are listing as arguments, valueloop creates the dimension values based on start, end and step values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 04:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596594#M680476</guid>
      <dc:creator />
      <dc:date>2014-04-19T04:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Please anyone suggest,What is the exact use of valuelist() and valueLoop() in qlikview.</title>
      <link>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596595#M680477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;example for KPI&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations" title="http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/07/01/valuelist-for-those-tricky-situations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 05:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-anyone-suggest-What-is-the-exact-use-of-valuelist-and/m-p/596595#M680477</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-19T05:45:03Z</dc:date>
    </item>
  </channel>
</rss>

