<?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 using a boundary with variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819684#M1029717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have a problem with a set analyse.&lt;/P&gt;&lt;P&gt;I have two variables, var_from and var_to. (var_from = 10 ; var_to=20). I need to calculate the value of my variable between var_from and var_to and a tried it like this: {&amp;lt;VALUE =&amp;nbsp; {"&amp;gt;=$(Var_from)&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &amp;lt;=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Var_to)&lt;/SPAN&gt;”}&amp;gt;}, but it doesn't work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Has anyone an idea how to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Ines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 12:44:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-17T12:44:40Z</dc:date>
    <item>
      <title>using a boundary with variables</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819684#M1029717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have a problem with a set analyse.&lt;/P&gt;&lt;P&gt;I have two variables, var_from and var_to. (var_from = 10 ; var_to=20). I need to calculate the value of my variable between var_from and var_to and a tried it like this: {&amp;lt;VALUE =&amp;nbsp; {"&amp;gt;=$(Var_from)&lt;SPAN style="font-size: 13.3333330154419px;"&gt; &amp;lt;=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(Var_to)&lt;/SPAN&gt;”}&amp;gt;}, but it doesn't work. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Has anyone an idea how to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Ines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 12:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819684#M1029717</guid>
      <dc:creator />
      <dc:date>2015-02-17T12:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: using a boundary with variables</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819685#M1029718</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 expression seems correct or you can try this way of expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; VALUE =&amp;nbsp; {'&amp;gt;=$(var_from) &amp;lt;=$(var_to)'}&amp;nbsp; &amp;gt;} MetrcFieldHere )&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Count({&amp;lt; VALUE =&amp;nbsp; {'&amp;gt;=$(var_from) &amp;lt;=$(var_to)'}&amp;nbsp; &amp;gt;} MetrcFieldHere)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 13:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819685#M1029718</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-17T13:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: using a boundary with variables</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819686#M1029719</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;See this simple example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;IterNo() as VALUE,&lt;/P&gt;&lt;P&gt;Rand() * 100 as Amt&lt;/P&gt;&lt;P&gt;AutoGenerate 1 While IterNo() &amp;lt;= 100;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in chart use&lt;/P&gt;&lt;P&gt;Dim:- VALUE&lt;/P&gt;&lt;P&gt;Expre:- &lt;/P&gt;&lt;P&gt;sum({&amp;lt; VALUE =&amp;nbsp; {"&amp;gt;=$(var_from) &amp;lt;=$(var_to)"}&amp;nbsp; &amp;gt;} Amt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="oppp.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78322_oppp.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 13:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819686#M1029719</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-02-17T13:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: using a boundary with variables</title>
      <link>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819687#M1029720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for qour quick reply. It works perfect for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers Ines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 14:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-a-boundary-with-variables/m-p/819687#M1029720</guid>
      <dc:creator />
      <dc:date>2015-02-17T14:17:31Z</dc:date>
    </item>
  </channel>
</rss>

