<?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 Issues in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587247#M217829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've tried something like that, but it doesn't worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt; MES-={"$(=only(MES_TER))"}&amp;gt;} CDCHAMADO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt; MES=e(MES_TER)&amp;gt;} CDCHAMADO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am i doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2014 16:42:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-01T16:42:58Z</dc:date>
    <item>
      <title>Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587244#M217826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create an expression to count my data with a "where" clause like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COUNT(*) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TABLE1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WHERE &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH_START != MONTH_END;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the following expression doesn't work:&lt;STRONG&gt; =COUNT( {&amp;lt; month_start != month_end &amp;gt;} my_id)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 15:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587244#M217826</guid>
      <dc:creator />
      <dc:date>2014-04-01T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587245#M217827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need either Only or the p function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_start&lt;/STRONG&gt;&lt;/SPAN&gt;={"$(=only(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_end&lt;/STRONG&gt;&lt;/SPAN&gt;))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;=p(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_end&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;update (just noticed the !=):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_start -&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;={"$(=only(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_end&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;))"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_start&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;=e(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;month_end&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New'; font-size: 12px;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 15:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587245#M217827</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-04-01T15:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587246#M217828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After loading data from SQL table make a QVD and then load data from QVD. When loading data from QVD check where condition like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;CountField&lt;/P&gt;&lt;P&gt;From&amp;nbsp; Location &lt;/P&gt;&lt;P&gt;Where &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MONTH_START &amp;lt;&amp;gt; MONTH_END;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 15:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587246#M217828</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-01T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587247#M217829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've tried something like that, but it doesn't worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt; MES-={"$(=only(MES_TER))"}&amp;gt;} CDCHAMADO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=COUNT({&amp;lt; MES=e(MES_TER)&amp;gt;} CDCHAMADO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am i doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587247#M217829</guid>
      <dc:creator />
      <dc:date>2014-04-01T16:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587248#M217830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks, but i need it on the chart expression!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587248#M217830</guid>
      <dc:creator />
      <dc:date>2014-04-01T16:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587249#M217831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 16:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587249#M217831</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-04-01T16:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression Issues</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587250#M217832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A sample with a qvd file &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 17:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issues/m-p/587250#M217832</guid>
      <dc:creator />
      <dc:date>2014-04-01T17:02:44Z</dc:date>
    </item>
  </channel>
</rss>

