<?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: loop while charging script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372396#M419239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;I will try to do as the "recipe". I don't know if it will work in my project but I will mark your response correct.&lt;/P&gt;&lt;P&gt;If there is any problem, may I come back to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2017 07:32:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-06-29T07:32:17Z</dc:date>
    <item>
      <title>loop while charging script</title>
      <link>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372394#M419237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the simplified script version 1 below : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Code Analyse], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mois, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Année, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nbr analyses]&lt;/P&gt;&lt;P&gt;FROM abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Machine, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mois, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Année,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM abc &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Réactif, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cout réactif], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mois, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Année&lt;/P&gt;&lt;P&gt;FROM abc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is : f&lt;SPAN style="font-size: 10pt;"&gt;or exemple, when I select "January" in Month, qlikview needs to find every "CodeAnalyse", "Machine" information&amp;nbsp; and "Reactif" information that are on the same month January. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;qlikview displays the message of "loop error" while charging the script, which is expected because the couple Month and Year is repeated in almost every table. But if I changed the name of &lt;SPAN style="font-size: 13.3333px;"&gt;Month and Year&lt;/SPAN&gt; (script version 2), when I select for exemple January in MonthAnalyse, it can't get the information of Machine and Reactif of January. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Script v2 : &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD [Code Analyse], &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthAnalyse, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearAnalyse, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Nbr analyses]&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM abc&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD Machine, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthMachine, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearMachine,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cost,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM abc &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;LOAD Réactif, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Cout réactif], &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthReactif, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; YearReactif&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM abc&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to find how we can resolve the "loop problem" and still keep &lt;SPAN style="font-size: 13.3333px;"&gt;Month and Year&lt;/SPAN&gt; as a common dimension for all tables? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 13:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372394#M419237</guid>
      <dc:creator />
      <dc:date>2017-06-28T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: loop while charging script</title>
      <link>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372395#M419238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/list-recipes/#squelch-taas-accordion-shortcode-content-16" title="http://qlikviewcookbook.com/list-recipes/#squelch-taas-accordion-shortcode-content-16"&gt;Recipes | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 15:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372395#M419238</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-06-28T15:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: loop while charging script</title>
      <link>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372396#M419239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;P&gt;I will try to do as the "recipe". I don't know if it will work in my project but I will mark your response correct.&lt;/P&gt;&lt;P&gt;If there is any problem, may I come back to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2017 07:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loop-while-charging-script/m-p/1372396#M419239</guid>
      <dc:creator />
      <dc:date>2017-06-29T07:32:17Z</dc:date>
    </item>
  </channel>
</rss>

