<?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 How to use a field into a for loop like an expression? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633779#M47200</link>
    <description>&lt;P&gt;Hi dear community,&lt;/P&gt;&lt;P&gt;Can you help me? I want to use a for loop, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For vYear = year(Start_Date) to Year(End_Date)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Makedate($(vYear), Month(Date), Day(Date) as Date,&lt;/P&gt;&lt;P&gt;Start_Date,&lt;/P&gt;&lt;P&gt;End_Date&lt;/P&gt;&lt;P&gt;Resident myTable;&lt;/P&gt;&lt;P&gt;Next&amp;nbsp;vYear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This make me an error: the error was occured in&amp;nbsp;For vYear = year(Start_Date) to Year(End_Date)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I don't know how to resolve this.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:24:57 GMT</pubDate>
    <dc:creator>karelibarcar</dc:creator>
    <dc:date>2024-11-16T04:24:57Z</dc:date>
    <item>
      <title>How to use a field into a for loop like an expression?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633779#M47200</link>
      <description>&lt;P&gt;Hi dear community,&lt;/P&gt;&lt;P&gt;Can you help me? I want to use a for loop, something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For vYear = year(Start_Date) to Year(End_Date)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Makedate($(vYear), Month(Date), Day(Date) as Date,&lt;/P&gt;&lt;P&gt;Start_Date,&lt;/P&gt;&lt;P&gt;End_Date&lt;/P&gt;&lt;P&gt;Resident myTable;&lt;/P&gt;&lt;P&gt;Next&amp;nbsp;vYear;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This make me an error: the error was occured in&amp;nbsp;For vYear = year(Start_Date) to Year(End_Date)&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I don't know how to resolve this.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633779#M47200</guid>
      <dc:creator>karelibarcar</dc:creator>
      <dc:date>2024-11-16T04:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a field into a for loop like an expression?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633823#M47202</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD Date(Start_Date + IterNo() - 1) as Date,
     Start_Date,
     End_Date
Resident myTable
While Start_Date + IterNo() - 1 &amp;lt;= End_Date;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Oct 2019 16:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633823#M47202</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-10T16:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a field into a for loop like an expression?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633826#M47204</link>
      <description>&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;Thank you very much! That works fine!!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 17:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-a-field-into-a-for-loop-like-an-expression/m-p/1633826#M47204</guid>
      <dc:creator>karelibarcar</dc:creator>
      <dc:date>2019-10-10T17:08:49Z</dc:date>
    </item>
  </channel>
</rss>

