<?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/1067141#M465851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, missed your IF error (no closing brace). Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(GetSelectedCount(name1)&amp;gt;0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstSortedValue({&amp;lt;ROLE={'SELF_EVALUATOR'}&amp;gt;}QM_SCORE, -DATE_OF_REVIEW)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 07:14:16 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2016-03-02T07:14:16Z</dc:date>
    <item>
      <title>error in expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067138#M465848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys&lt;/P&gt;&lt;P&gt;Is there any thing wrong with this expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i took two straight table ,one on top and other at bottom &lt;/P&gt;&lt;P&gt;the top table has d&lt;STRONG&gt;imension :name1&lt;/STRONG&gt; and there related expression&lt;/P&gt;&lt;P&gt;so the requirement was,when i select a value from the name1 field then&amp;nbsp; that selected value related qm_score has to display on the bottom straight table ,else if&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;none value are selected from the top table .......the bottom table should show either 0 or empty space&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to achieve the above task i wrote this expression ,unfortunately it throwing me an error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(name1)&amp;gt;0,FirstSortedValue({&amp;lt;ROLE={'SELF_EVALUATOR'}&amp;gt;}QM_SCORE, -DATE_OF_REVIEW,0 )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 06:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067138#M465848</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-03-02T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: error in expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067139#M465849</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;if(GetSelectedCount(name1)&amp;gt;0,FirstSortedValue({&amp;lt;ROLE={'SELF_EVALUATOR'}&amp;gt;}QM_SCORE, -DATE_OF_REVIEW)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e - remove '0' (sort-weight is expected &amp;gt;&lt;STRONG&gt;0&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 07:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067139#M465849</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-02T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: error in expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067140#M465850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried ur expression....but its says ERROR IN EXPRESSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(GetSelectedCount(name1)&amp;gt;0,FirstSortedValue({&amp;lt;ROLE={'SELF_EVALUATOR'}&amp;gt;}QM_SCORE, -DATE_OF_REVIEW)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 07:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067140#M465850</guid>
      <dc:creator>kunkumnaveen</dc:creator>
      <dc:date>2016-03-02T07:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: error in expression</title>
      <link>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067141#M465851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, missed your IF error (no closing brace). Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(GetSelectedCount(name1)&amp;gt;0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FirstSortedValue({&amp;lt;ROLE={'SELF_EVALUATOR'}&amp;gt;}QM_SCORE, -DATE_OF_REVIEW)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 07:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-in-expression/m-p/1067141#M465851</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-03-02T07:14:16Z</dc:date>
    </item>
  </channel>
</rss>

