<?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 expression not giving accurate result on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198379#M57695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your IF condition.&lt;/P&gt;&lt;P&gt;I think, There should be AND instead of OR in second statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Apr 2011 14:49:01 GMT</pubDate>
    <dc:creator>suniljain</dc:creator>
    <dc:date>2011-04-05T14:49:01Z</dc:date>
    <item>
      <title>expression not giving accurate result on selection</title>
      <link>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198378#M57694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am caal calculaating this exp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(max_Spectral_Efficiency=max_Spectral_efficiency,'Top 1',&lt;/P&gt;&lt;P&gt;if(max_Spectral_Efficiency=max_Spectral_efficiency or max_Spectral_Efficiency=max2_Spectral_efficiency,'Top 2',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(max_Spectral_Efficiency=max_Spectral_efficiency or max_Spectral_Efficiency=max2_Spectral_efficiency or max3_Spectral_Efficiency=max_Spectral_efficiency,'Top 3')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;showing all values. but when i seleecting one of Top1,Top2,Top3 atleast one is not giving correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198378#M57694</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-04-05T14:46:12Z</dc:date>
    </item>
    <item>
      <title>expression not giving accurate result on selection</title>
      <link>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198379#M57695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your IF condition.&lt;/P&gt;&lt;P&gt;I think, There should be AND instead of OR in second statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 14:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198379#M57695</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-04-05T14:49:01Z</dc:date>
    </item>
    <item>
      <title>expression not giving accurate result on selection</title>
      <link>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198380#M57696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without an example I don't really know for sure, but since it's urgent I'd have to guess that maybe some of your rows are returning multiple values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if:&lt;/P&gt;&lt;P&gt;max_Spectral_Efficiency=max_Spectral_efficiency is true and if&lt;/P&gt;&lt;P&gt;max_Spectral_Efficiency=max2_Spectral_efficiency is true&lt;/P&gt;&lt;P&gt;it would return 'Top 1' and 'Top 3' so it wouldn't return anything&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wasn't sure what exactly "show all values" did so I did a quick test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; F1, F2&lt;BR /&gt; 6, A&lt;BR /&gt; 6, B&lt;BR /&gt; 6, C&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;Made a chart to show all values with F1 as dimension and F2 as expression and nothing showed up even though "show all values" was checked, so my guess is that show all values doesn't do what you think it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I could be completely wrong.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2011 15:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198380#M57696</guid>
      <dc:creator />
      <dc:date>2011-04-05T15:31:38Z</dc:date>
    </item>
    <item>
      <title>expression not giving accurate result on selection</title>
      <link>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198381#M57697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Jones.&lt;/P&gt;&lt;P&gt;pls correcr if condition so that each statement satisfied only one time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 15:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-not-giving-accurate-result-on-selection/m-p/198381#M57697</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-04-07T15:50:18Z</dc:date>
    </item>
  </channel>
</rss>

