<?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: expression query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184930#M383477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;date =&lt;/STRONG&gt; means that the expression should ignore any selection in date field. What's the reason to re-write the expression? is this not working or slow? Are you trying to get rid of the if statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2016 23:53:02 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-14T23:53:02Z</dc:date>
    <item>
      <title>expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184929#M383476</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;I have the expression below and would like to understand the where condition (date=,). What is the return when there is nothing in front of the equal sign. also could this expression be written differently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ADDRESS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={HOME},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STREET&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={LEVIS}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Movedate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Rentpay]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;D&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184929#M383476</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-09-14T23:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184930#M383477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;date =&lt;/STRONG&gt; means that the expression should ignore any selection in date field. What's the reason to re-write the expression? is this not working or slow? Are you trying to get rid of the if statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184930#M383477</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-14T23:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184931#M383478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, Yes the chart is quite slow so I am trying to see if there is a better way of writing the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 23:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184931#M383478</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-09-14T23:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184932#M383479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌I think you might be looking to remove the if statement. Is movedate and date both fields? Are you able to share a sample to show how the data looks like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184932#M383479</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T00:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184933#M383480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date and Movedate are not always the same. sorry I don't have a sample data atm. the outcome is on a line chart. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184933#M383480</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2016-09-15T00:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: expression query</title>
      <link>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184934#M383481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dummy data which is close to how your actual data looks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 00:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-query/m-p/1184934#M383481</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T00:11:52Z</dc:date>
    </item>
  </channel>
</rss>

