<?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: Ignore values from feilds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731434#M1075375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already shared a sample, anyway i have solved my issue by using if statement. Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 06:55:58 GMT</pubDate>
    <dc:creator>anuradhaa</dc:creator>
    <dc:date>2014-07-23T06:55:58Z</dc:date>
    <item>
      <title>Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731415#M1075356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have a field called country,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has lot of values A,B,C,.. and don't know the exact list of values and it is continually growing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar chart shows sales by month,Country&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to display Country 'C' in this graph. But i want to load all data(can't elininate it in the script)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have use set analysis, but doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;COUNTRY-={"C"}&amp;gt;} SALESCOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell me how to fix this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731415#M1075356</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731416#M1075357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Script try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;From &amp;lt;Table&amp;gt; where Country &amp;lt;&amp;gt; 'C';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731416#M1075357</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-07-23T06:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731417#M1075358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't ignore this value from the script, i want in other charts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731417#M1075358</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731418#M1075359</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 some thing like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;COUNTRY={'*'}-{'C'}&amp;gt;} SALESCOUNT)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731418#M1075359</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-23T06:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731419#M1075360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried it too, but there chart doesn't behave according to selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731419#M1075360</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731420#M1075361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try like this...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;COUNTRY-={'C'}&amp;gt;} SALESCOUNT)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731420#M1075361</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-23T06:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731421#M1075362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, That's the thing that i have tried.But when i use that it shows red underlines after equal sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731421#M1075362</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731422#M1075363</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 to upload your sample file,,,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731422#M1075363</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-23T06:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731423#M1075364</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 it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;COUNTRY != {'C'}&amp;gt;} SALESCOUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731423#M1075364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T06:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731424#M1075365</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;This is sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove County "C" from the chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731424#M1075365</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731425#M1075366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731425#M1075366</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731426#M1075367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Red underlines is a bug. But it should say "Expression OK" and calculation should work. If not, try checking spellings of your fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:34:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731426#M1075367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T06:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731427#M1075368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;HI&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731427#M1075368</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-23T06:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731428#M1075369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh... Grate.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;It works.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731428#M1075369</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731429#M1075370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But, This doesn't solve my issue completely.&lt;/P&gt;&lt;P&gt;Because, when i put it and select selections chart doesn't behave arroding to selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731429#M1075370</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731430#M1075371</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;I have used if statement and solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731430#M1075371</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731431#M1075372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Pls try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(sales) - sum({&amp;lt;COUNTRY={'C'}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731431#M1075372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T06:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731432#M1075373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go with calculated DIm,&lt;/P&gt;&lt;P&gt;like if(CNTRY&amp;lt;&amp;gt;'C',CNTRY) and supress null values,&lt;/P&gt;&lt;P&gt;then try to make selections&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731432#M1075373</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-07-23T06:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731433#M1075374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;may be you your&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;BR /&gt;&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;sum({&lt;STRONG&gt;$&lt;/STRONG&gt;&amp;lt;COUNTRY-={"C"}&amp;gt;} SALESCOUNT)&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;BR /&gt;&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;BR /&gt;&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;or what exaclty you want. plz share sample&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731433#M1075374</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-23T06:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore values from feilds</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731434#M1075375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Already shared a sample, anyway i have solved my issue by using if statement. Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 06:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-values-from-feilds/m-p/731434#M1075375</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2014-07-23T06:55:58Z</dc:date>
    </item>
  </channel>
</rss>

