<?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: Can you please give trace and call ,Loop examples in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206138#M878014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give some examples for the call and loop functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonysree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 17:17:15 GMT</pubDate>
    <dc:creator>sonysree88</dc:creator>
    <dc:date>2016-10-19T17:17:15Z</dc:date>
    <item>
      <title>Can you please give trace and call ,Loop examples</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206136#M878012</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;Can you any one please provide some simple script by using&amp;nbsp; these statements&lt;/P&gt;&lt;P&gt;provide example and definition of the below statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace&lt;/P&gt;&lt;P&gt;Call&lt;/P&gt;&lt;P&gt;Loop&lt;/P&gt;&lt;P&gt;Its very urgent to complete some tasks by using this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonysree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206136#M878012</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give trace and call ,Loop examples</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206137#M878013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally we can work trace like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE '$(variable)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call yournameofrequired;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then try to expression what is the agenda you are mentioned loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 16:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206137#M878013</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T16:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give trace and call ,Loop examples</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206138#M878014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give some examples for the call and loop functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sonysree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206138#M878014</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-10-19T17:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give trace and call ,Loop examples</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206139#M878015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may referring this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trace '';&lt;/P&gt;&lt;P&gt;Cal name&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Set a=1;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Do while a&amp;lt;10&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD * from file$(a).csv;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Let a=a+1;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Loop&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206139#M878015</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-19T17:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can you please give trace and call ,Loop examples</title>
      <link>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206140#M878016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,Is it possible to explain this ,am unable to understand..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 17:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-you-please-give-trace-and-call-Loop-examples/m-p/1206140#M878016</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-10-19T17:38:40Z</dc:date>
    </item>
  </channel>
</rss>

