<?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: How to Exclude range in If Condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828072#M988689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So according to me you should work in Dimenision field to exclude these values setting them to null and cheching the "Exclude null values" box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need further details ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 10:59:12 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-07-20T10:59:12Z</dc:date>
    <item>
      <title>How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828066#M988679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I am creating calculated dimension in stacked Bar Chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Each bar in Chart gives 100% in which each stack has belongs to &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;some defined ranges for colour.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Calculative dimension are as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-20','Green')))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is this If condition also consider below range:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;param_value&amp;lt;=-18 &amp;amp; param value&amp;gt;=-19.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it has to be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828066#M988679</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T10:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828067#M988680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a try, not 100% sure if this will work, but I guess no harm in trying:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(param_name='TEMP',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If((param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;If((param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;If((param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;If((param_value)&amp;lt;= '-20','Green')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828067#M988680</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-20T10:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828068#M988682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work as is, could you share an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828068#M988682</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-20T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828069#M988686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thing is in the range of&amp;nbsp; '-20' i.e. Green , It also consider value of &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;param_value&amp;lt;=-18 &amp;amp; param value&amp;gt;=-19.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which should be excluded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828069#M988686</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T10:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828070#M988687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10pt;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-20','Green', 'Black')))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828070#M988687</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-20T10:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828071#M988688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to exclude that Black part which you are showing in else condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bar chart should not include value for that range not even in false condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Colors1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93331_Colors1.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828071#M988688</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T10:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828072#M988689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So according to me you should work in Dimenision field to exclude these values setting them to null and cheching the "Exclude null values" box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need further details ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828072#M988689</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-07-20T10:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828073#M988690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using Qliksense 2.0. It does not have this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even I am trying in calculation condition, but not getting exact syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828073#M988690</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T11:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828074#M988691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Why the condition param_value&amp;lt;=-20 considers values &amp;lt;=-18 and &amp;gt;=-19.9? Any value from -18 to -19.9&amp;nbsp; are not less than -20.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to use single comparison operator like param_value&amp;lt;-1.1 and param_value&amp;gt;10.1 etc. And don't put the numbers in single quotes. Remove them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828074#M988691</guid>
      <dc:creator />
      <dc:date>2015-07-20T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828075#M988692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(param_name='TEMP' and ((param_value)&amp;gt; -18&amp;nbsp; and (param_value)&amp;lt; 19.9),'Green')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828075#M988692</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-20T11:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828076#M988693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we are trying to exclude values from -18 to -19.9&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828076#M988693</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828077#M988694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', 'Red',&lt;/P&gt;&lt;P&gt; if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', 'Yellow',&lt;/P&gt;&lt;P&gt; if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', 'Amber',&lt;/P&gt;&lt;P&gt; if(param_name='TEMP' and (param_value&amp;lt;=-20 and (not (param_value&amp;gt; -18&amp;nbsp; and param_value&amp;lt; 19.9))),'Green'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828077#M988694</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-20T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828078#M988695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No..Its Not working. its still considering range which will exclude from showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have to try out some differerent way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828078#M988695</guid>
      <dc:creator>sspawar88</dc:creator>
      <dc:date>2015-07-20T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude range in If Condition</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828079#M988696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please upload a sample QVW with the issue for quick resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 04:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-range-in-If-Condition/m-p/828079#M988696</guid>
      <dc:creator />
      <dc:date>2015-07-21T04:41:03Z</dc:date>
    </item>
  </channel>
</rss>

