<?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: Error in Expression :( in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545664#M203802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post the sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 05:12:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-09T05:12:35Z</dc:date>
    <item>
      <title>Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545663#M203801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am checking the following condition in my expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vFromDate and vToDate are my two variables and I am checking the following condition :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;1. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;if ELIG_EFF_DT between vFromDate and vToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;2. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;ELIG_TERM_DT between vFromDate and vToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;3. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;VFromDate between ELIG_EFF_DT and ELIG_TERM_DT &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;4. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;And vToDate between ELIG_EFF_DT and ELIG_TERM_DT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="50160" alt="bug.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/50160_bug.jpg" style="width: 620px; height: 55px;" /&gt;&lt;/P&gt;&lt;P&gt;The&amp;nbsp; 1,2 conditions are wrkn properly but getting an error in 3,4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the syntax correct??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Poornima Narayanan&#xD;
&#xD;
Attached the QVW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 04:58:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545663#M203801</guid>
      <dc:creator />
      <dc:date>2013-12-09T04:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545664#M203802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post the sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545664#M203802</guid>
      <dc:creator />
      <dc:date>2013-12-09T05:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545665#M203803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be this is because you are using a variable in place of a field. One more thing; you can directly write like Field={"&amp;gt;12&amp;lt;100"} to mean between; '*' would nto be required. Could you post a sample ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545665#M203803</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-09T05:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545666#M203804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 3 &amp;amp; 4 , you are getting error as you cannot pass variables , as only field is passed for the comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545666#M203804</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T05:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545667#M203805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Replace $(vFromDate)&amp;nbsp; by&amp;nbsp;&amp;nbsp; vFromDate.&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;Replace $(vToDate)&amp;nbsp; by&amp;nbsp;&amp;nbsp; vToDate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545667#M203805</guid>
      <dc:creator />
      <dc:date>2013-12-09T05:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545668#M203806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of writing 3rd and 4th condition, use * in between the first 2 expressions. like the one below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(ValueList('Male','Female','Unknown') = 'Male', &lt;/P&gt;&lt;P&gt; (COUNT({&amp;nbsp; &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_EFF_DT = {"&amp;gt;=$(=Date(vFromDate))&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; * &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_TERM_DT = {"&amp;gt;=$(=Date(vFromDate))&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;} &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; DISTINCT ELIG_PERSON_KEY)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545668#M203806</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-12-09T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545669#M203807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(ValueList('Male','Female','Unknown') = 'Male',&lt;/P&gt;&lt;P&gt;(COUNT({&amp;nbsp; &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_EFF_DT = {"&amp;gt;=$(=Date(vFromDate))"}*{"&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; + &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_TERM_DT = {"&amp;gt;=$(=Date(vFromDate))"}*{"&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/P&gt;&lt;P&gt;+ &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_EFF_DT = {"&amp;gt;=$(=Date($(vFromDate))) &amp;lt;=$(=Date($(vToDate)))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp; DISTINCT ELIG_PERSON_KEY)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545669#M203807</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-09T05:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545670#M203808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt; I want this condition to be checked &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;1. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;VFromDate between ELIG_EFF_DT and ELIG_TERM_DT &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;2. &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; background: yellow;"&gt;And vToDate between ELIG_EFF_DT and ELIG_TERM_DT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545670#M203808</guid>
      <dc:creator />
      <dc:date>2013-12-09T05:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545671#M203809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid that what you are trying is both logically and technically inappropriate. Field values are usually compared against variable values and not the opposite way. You probably need to reconsider your logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545671#M203809</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-12-09T05:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545672#M203810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that solve all my four conditions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;if ELIG_EFF_DT between vFromDate and vToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit;"&gt;ELIG_TERM_DT between vFromDate and vToDate&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; background-color: yellow;"&gt;3. &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; background-color: yellow;"&gt;VFromDate between ELIG_EFF_DT and ELIG_TERM_DT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; background-color: yellow;"&gt;4. &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12pt; font-family: inherit; background-color: yellow;"&gt;And vToDate between ELIG_EFF_DT and ELIG_TERM_DT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545672#M203810</guid>
      <dc:creator />
      <dc:date>2013-12-09T05:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545673#M203811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it will solve.&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Sorry I misunderstood the conditions. Please try with this&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If(ValueList('Male','Female','Unknown') = 'Male',&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(COUNT({&amp;nbsp; &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_EFF_DT = {"&amp;gt;=$(=Date(vFromDate))&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; + &amp;lt;ELIG_GENDR_CD = {'M'},ELIG_TERM_DT = {"&amp;gt;=$(=Date(vFromDate))&amp;lt;=$(=Date(vToDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; +&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;lt;ELIG_GENDR_CD = {'M'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ELIG_EFF_DT = {"&amp;gt;=$(=Date(vFromDate))&lt;/SPAN&gt;"},ELIG_TERM_DT = {"&amp;lt;=$(=Date(vFromDate))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="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;"&gt;&amp;lt;ELIG_GENDR_CD = {'M'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ELIG_EFF_DT = {"&amp;gt;=$(=Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vToDate&lt;/SPAN&gt;))&lt;/SPAN&gt;"},ELIG_TERM_DT = {"&amp;lt;=$(=Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vToDate&lt;/SPAN&gt;))"} ,ELIG_AGE={'&amp;gt;=18'}&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;}&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; DISTINCT ELIG_PERSON_KEY))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545673#M203811</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-12-09T05:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545674#M203812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what i have to check tresesco :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 673px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;Condition #&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="3" nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="333"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;Condition&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="3" nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="333"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;EFF_DT between FROM_DT and TO_DT&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="3" nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="333"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;TERM_DT between FROM_DT and TO_DT&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="3" nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="333"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;FROM_DT between EFF_DT and TERM_DT&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD colspan="3" nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="333"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;TO_DT between EFF_DT and TERM_DT&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;FROM_DT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;TO_DT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;EFF_DT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;TERM_DT&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: #D9D9D9; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;STRONG style="color: black;"&gt;To be Selected?&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/21/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/21/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/12/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/12/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/12/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/12/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/21/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6/21/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Yes&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2012&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;No&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;12/31/2013&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;1/1/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="111"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="color: black;"&gt;6/30/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="107"&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;No&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545674#M203812</guid>
      <dc:creator />
      <dc:date>2013-12-09T06:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Expression :(</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545675#M203813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should make a calendar consisting FROM_DT and TO_DT and join it with your base table,&lt;/P&gt;&lt;P&gt;Now you can easily compare all dates with eachother.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Expression/m-p/545675#M203813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T06:28:07Z</dc:date>
    </item>
  </channel>
</rss>

