<?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: Field in the ValueLoop() function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015868#M642327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a workaround: &lt;A href="https://community.qlik.com/message/12094"&gt;using ValueLoop with date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jan 2016 09:07:12 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-01-04T09:07:12Z</dc:date>
    <item>
      <title>Field in the ValueLoop() function</title>
      <link>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015865#M642324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask you if it possible for me to somehow have fields in ValueLoop function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create dimension that will be used as a date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= ValueLoop(PlannedStart,PlannedEnd,1) something like this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And is it possible to format this as a date, because like this is not working: =Date(ValueLoop(42331,42341,1),'DD.MM.YYYY')&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, 04 Jan 2016 08:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015865#M642324</guid>
      <dc:creator />
      <dc:date>2016-01-04T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field in the ValueLoop() function</title>
      <link>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015866#M642325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;= ValueLoop(PlannedStart,PlannedEnd,1)&amp;nbsp; - is poosible provided your fields have only one value in the scope (or selected).&lt;/LI&gt;&lt;LI&gt;Date(ValueLoop(... - seems not working&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 08:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015866#M642325</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-04T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field in the ValueLoop() function</title>
      <link>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015867#M642326</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;Your &lt;STRONG&gt;Dimension&lt;/STRONG&gt; is ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ValueLoop(PlannedStart,PlannedEnd,1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt; should be ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Pick( Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ValueLoop(PlannedStart,PlannedEnd,1) ,Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PlannedStart,'DD/MM/YYYY'),Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PlannedEnd,'DD/MM/YYYY'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HTH,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hirish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 09:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015867#M642326</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-04T09:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Field in the ValueLoop() function</title>
      <link>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015868#M642327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a workaround: &lt;A href="https://community.qlik.com/message/12094"&gt;using ValueLoop with date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 09:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Field-in-the-ValueLoop-function/m-p/1015868#M642327</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-04T09:07:12Z</dc:date>
    </item>
  </channel>
</rss>

