<?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 mess? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760349#M1034589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No data means that none of the three expressions return a value other than zero. So you need to include an if clause that includes all the expressions: if(expr1 &amp;lt;&amp;gt; 0 and expr2 &amp;lt;&amp;gt;0 and expr3&amp;lt;&amp;gt;0, ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2015 10:42:27 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-01-09T10:42:27Z</dc:date>
    <item>
      <title>error mess?</title>
      <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760346#M1034586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have fields called&amp;nbsp; products and Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a bar chart with this products&amp;nbsp; and sum(Sales) as expression&amp;nbsp; fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here&amp;nbsp; my req is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in chart as per req i created calculation condition count(products)&amp;lt;=1&amp;nbsp; if they select&amp;nbsp; more than&amp;nbsp; 1 products then it is going to display error mess called&amp;nbsp; 'select only one product'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fine this is also working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here:&lt;/P&gt;&lt;P&gt;product is having data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;products:&lt;/P&gt;&lt;P&gt;apple&lt;/P&gt;&lt;P&gt;banana&lt;/P&gt;&lt;P&gt;orange&lt;/P&gt;&lt;P&gt;sapota&lt;/P&gt;&lt;P&gt;jama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have no data for jama&amp;nbsp; and orange when i select orange or jama chart shows blank (because no data for these 2) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i want display error mess&amp;nbsp; when i select orange or jama it should give like 'no data for this '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;possible how to do this in dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because i have 100 names in products ,if there is no data for 20 products how can i give dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;finally saying when data is there it will display chart , when we select more than one it gives error mess like select only one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when data is not there it should display error mess is 'data is not avliable'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 08:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-mess/m-p/760346#M1034586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T08:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: error mess?</title>
      <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760347#M1034587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-mess/m-p/760347#M1034587</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-09T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: error mess?</title>
      <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760348#M1034588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in myscenarion i have 3 expr &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what would be the value of variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 09:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-mess/m-p/760348#M1034588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: error mess?</title>
      <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760349#M1034589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No data means that none of the three expressions return a value other than zero. So you need to include an if clause that includes all the expressions: if(expr1 &amp;lt;&amp;gt; 0 and expr2 &amp;lt;&amp;gt;0 and expr3&amp;lt;&amp;gt;0, ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 10:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-mess/m-p/760349#M1034589</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-09T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: error mess?</title>
      <link>https://community.qlik.com/t5/QlikView/error-mess/m-p/760350#M1034590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give me the expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 10:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/error-mess/m-p/760350#M1034590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-01-09T10:49:21Z</dc:date>
    </item>
  </channel>
</rss>

