<?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 Please correct the expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161769#M35537</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this expression in my bar chart, but not working as i expect.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;OFFER_TAT_DIFF-={'-1'}&amp;gt;} OFFER_TAT_DIFF)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That is, I want my chart to show the avg of OFFER_TAT_DIFF avoiding those values where OFFER_TAT_DIFF which is -1.&lt;/P&gt;&lt;P&gt;But even after giving the clause in expression my bar chart comes with -1 values.&lt;/P&gt;&lt;P&gt;Can anyone help me in reframing the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 13:15:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-15T13:15:35Z</dc:date>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161769#M35537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this expression in my bar chart, but not working as i expect.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;OFFER_TAT_DIFF-={'-1'}&amp;gt;} OFFER_TAT_DIFF)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That is, I want my chart to show the avg of OFFER_TAT_DIFF avoiding those values where OFFER_TAT_DIFF which is -1.&lt;/P&gt;&lt;P&gt;But even after giving the clause in expression my bar chart comes with -1 values.&lt;/P&gt;&lt;P&gt;Can anyone help me in reframing the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 13:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161769#M35537</guid>
      <dc:creator />
      <dc:date>2011-03-15T13:15:35Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161770#M35538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try like this.. but am not sure..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg(aggr({&amp;lt;OFFER_TAT_DIFF-={'-1'}&amp;gt;} OFFER_TAT_DIFF))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;A'run'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 13:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161770#M35538</guid>
      <dc:creator />
      <dc:date>2011-03-15T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161771#M35539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I think your expression is right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 14:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161771#M35539</guid>
      <dc:creator />
      <dc:date>2011-03-15T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161772#M35540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually the expression was correct.&lt;/P&gt;&lt;P&gt;The problem was that negative values other than -1 also used to come ...&lt;/P&gt;&lt;P&gt;So I actually want to restrict all values that are less than 0.&lt;/P&gt;&lt;P&gt;Can anyone reframe the expression ...am getting an issue with "&amp;gt;" sign as it is already a syntax of expression..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161772#M35540</guid>
      <dc:creator />
      <dc:date>2011-03-16T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161773#M35541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;=&lt;B&gt;Avg&lt;/B&gt;({&amp;lt;&lt;B&gt;OFFER_TAT_DIFF&lt;/B&gt; ={&lt;B&gt;"&amp;gt;=0"&lt;/B&gt;}&amp;gt;} &lt;B&gt;OFFER_TAT_DIFF&lt;/B&gt;)&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 08:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161773#M35541</guid>
      <dc:creator />
      <dc:date>2011-03-16T08:33:05Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161774#M35542</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;Pls try below one.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;OFFER_TAT_DIFF-={'&amp;lt;&amp;gt;-1'}&amp;gt;} OFFER_TAT_DIFF)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Napolean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 09:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161774#M35542</guid>
      <dc:creator />
      <dc:date>2011-03-16T09:33:38Z</dc:date>
    </item>
    <item>
      <title>Please correct the expression</title>
      <link>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161775#M35543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 10:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Please-correct-the-expression/m-p/161775#M35543</guid>
      <dc:creator />
      <dc:date>2011-03-16T10:01:15Z</dc:date>
    </item>
  </channel>
</rss>

