<?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 can I make a ciclo in an expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563423#M210252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean, I need a ciclo in an expression because &lt;BR /&gt;the value of this field that&amp;nbsp; I need to calculate dynamically.&lt;/P&gt;&lt;P&gt;for example the cost promedio which depends to de quantity&amp;nbsp; in the wharehouse and the quantity of buy.&lt;/P&gt;&lt;P&gt;somebody know any way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jul 2013 20:44:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-11T20:44:29Z</dc:date>
    <item>
      <title>how can I make a ciclo in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563423#M210252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I mean, I need a ciclo in an expression because &lt;BR /&gt;the value of this field that&amp;nbsp; I need to calculate dynamically.&lt;/P&gt;&lt;P&gt;for example the cost promedio which depends to de quantity&amp;nbsp; in the wharehouse and the quantity of buy.&lt;/P&gt;&lt;P&gt;somebody know any way to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 20:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563423#M210252</guid>
      <dc:creator />
      <dc:date>2013-07-11T20:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make a ciclo in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563424#M210253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand, you mean a loop in a (chart) expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you describe a bit closer what you want to achieve, maybe with some sample lines of data and your expected outcome?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 21:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563424#M210253</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-11T21:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make a ciclo in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563425#M210254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;swehl&amp;nbsp; thanks for the answer,&lt;BR /&gt;yes I need a loop if is possible&amp;nbsp; like 'while' or something like that,&lt;BR /&gt;and nested &lt;BR /&gt; some like this&lt;/P&gt;&lt;P&gt;while (var1 &amp;lt; var2)&lt;BR /&gt;begin&lt;BR /&gt; etc.&lt;BR /&gt;etc.&lt;BR /&gt;if(var1&amp;lt;&amp;gt;0)&lt;BR /&gt; etc.&lt;BR /&gt;&amp;nbsp; while(var3&amp;lt;&amp;gt; var1)&lt;BR /&gt;&amp;nbsp; begin&lt;/P&gt;&lt;P&gt;&amp;nbsp; end&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 14:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563425#M210254</guid>
      <dc:creator />
      <dc:date>2013-07-12T14:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: how can I make a ciclo in an expression</title>
      <link>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563426#M210255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And you want to do this in a chart / frontend expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, that's not the way QV works, but maybe there is an approach using aggregation functions. Could you describe your business requirement? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if possible, try to create a small sample QV application and attach your expected expression outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-can-I-make-a-ciclo-in-an-expression/m-p/563426#M210255</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-07-12T15:55:48Z</dc:date>
    </item>
  </channel>
</rss>

