<?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: Variables in Expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016201#M344317</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2016 18:07:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-29T18:07:55Z</dc:date>
    <item>
      <title>Variables in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016199#M344315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking to write an expression to sum totals of accounts with an opened date equal to or great than a specified time period.&amp;nbsp; &lt;/P&gt;&lt;P&gt;assuming the period is December 31, 2014 to December 31, 2015&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;open_dt={$(vLastPeriod)}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,type = {'L','C'}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help with my expression to include greater than or equal to.&amp;nbsp; The following did not work: &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=sum({&amp;lt;open_dt={&amp;gt;=$(vLastPeriod)}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,type = {'L','C'}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;} sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 17:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016199#M344315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T17:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016200#M344316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try one of these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;open_dt={&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;&amp;gt;=$(vLastPeriod)&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;}&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;, type = {'L','C'}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;STRONG&gt;&amp;gt;} sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;open_dt={&lt;SPAN style="color: #ff0000;"&gt;"$(='&amp;gt;=' &amp;amp;&lt;/SPAN&gt; vLastPeriod)&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;}&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;, type = {'L','C'}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;gt;} sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 18:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016200#M344316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016201#M344317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you - that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 18:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016201#M344317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T18:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Variables in Expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016202#M344318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Please close the thread by marking correct answer if you got what you were looking for &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2016 18:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variables-in-Expressions/m-p/1016202#M344318</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-29T18:17:04Z</dc:date>
    </item>
  </channel>
</rss>

