<?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 unwanted data from chart expressions.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119350#M760608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210250_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;I am continuously getting an error with whatever syntax I am putting with sounding date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Aug 2018 12:42:37 GMT</pubDate>
    <dc:creator>trishita</dc:creator>
    <dc:date>2018-08-08T12:42:37Z</dc:date>
    <item>
      <title>How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119346#M760601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210222_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;I just want to display the values corresponding to Flag1=1 or Sounding Date= Date field.&lt;/P&gt;&lt;P&gt;Which means I&amp;nbsp; want to exclude:&lt;/P&gt;&lt;P&gt;Flag1&amp;lt;&amp;gt; 0 or Sounding Date&amp;lt;&amp;gt;'Not Corrected within 7 days'&lt;/P&gt;&lt;P&gt;But I am unable to do so&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119346#M760601</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119347#M760603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a straight table or table box? If this is a straight table, may be use set analysis to exclude.... if this is a table box... may be use straight table instead because you are not able to use calculated dimensions or set analysis to exclude stuff from the table box...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119347#M760603</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T11:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119348#M760605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using straight table as&amp;nbsp; I have used set analysis here before...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had used the following code :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Flag1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([SOUNDING_START_DATE] &amp;gt;= [SURVEY_DATE] and [SOUNDING_START_DATE] &amp;lt; [SURVEY_DATE] + 7, 1, 0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;And in the column &lt;STRONG&gt;Sounding Date&lt;/STRONG&gt; I had put the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Flag1=1,Date(SOUNDING_START_DATE,'YYYY-MM-DD'), 'Not Corrected within 7 days')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now&amp;nbsp; to exclude&amp;nbsp; the&amp;nbsp; Sounding Date&lt;STRONG&gt;='Not Corrected within 7 days'&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{$&amp;lt;Sounding Date-='Not Corrected within 7 days'&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am having syntax error: Garbage after expression Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119348#M760605</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T11:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119349#M760607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{$&amp;lt;Sounding Date -= {'Not Corrected within 7 days'}&amp;gt;} &lt;/SPAN&gt;If([SOUNDING_START_DATE] &amp;gt;= [SURVEY_DATE] and [SOUNDING_START_DATE] &amp;lt; [SURVEY_DATE] + 7, 1, 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, is that the only expression in your chart? If it is, then you can just check 'Suppress Zero Values' on the presentation tab and 0s from Flag should go away.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 11:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119349#M760607</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119350#M760608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210250_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;I am continuously getting an error with whatever syntax I am putting with sounding date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119350#M760608</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119351#M760611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Square brackets around the field name &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119351#M760611</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-08T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119352#M760614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 12:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119352#M760614</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T12:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119353#M760617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it..now the syntax is working but the results are not what i want..i just want to exclude certain values or filter out...nothing that complicated..I have used other tools where we had direct filter feature..here i cant find it..is there no easy way to filter out stuff..i used the flag so that ican suppress all the values which i dont need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119353#M760617</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-08T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119354#M760619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what you are talking about? May be if you can share a sample to show what you mean, it might help? Filtering in Qlik is not that difficult (can't really compare to other tools, since I have not used them)... you just have to do it right...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119354#M760619</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-08T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119355#M760621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used this syntax: Only({$&amp;lt;Sounding Date -= {'N'}&amp;gt;} If([SOUNDING_START_DATE] &amp;gt;= [SURVEY_DATE] and [SOUNDING_START_DATE] &amp;lt; [SURVEY_DATE] + 7, 1, 0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attached my qvw..but dont know whats the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 08:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119355#M760621</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T08:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119356#M760623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't Dup &lt;A href="https://community.qlik.com/thread/310532"&gt;Syntax error with set analysis expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 09:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119356#M760623</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-08-09T09:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119357#M760625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the chart you are interested in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210370_Capture.PNG" style="height: 64px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;What is not right here?&amp;nbsp; What is the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 10:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119357#M760625</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119358#M760627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct: This should be the intended output where I will have this data without selecting the sounding correction date.I mean I want to get this data without selecting any sounding correction date..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/210387_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&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;/P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently what I am getting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210386_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;So there is a data mismatch.I had filtered out the data for those days which do not satisfy the condition.But I think the calculation of the fields actual rob and computed rob is not correct...It reflects values from other sounding date as well..I need to modify those calculations with respect to sounding date and survey id...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the instance of my sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119358#M760627</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T11:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119359#M760628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not create any duplicate thread.I wanted to create a fresh thread because my problem was not getting solved and people where laughing and making fun of my ignorance,I am completely new to qlikview..I tried many times but the problem persisted .Then in a new thread another person said that the syntax error was not due to any missing brackets but its not allowed to use labelled expression in set analysis.I ddnt know that.And even if i uploaded my last qvw it however was not reflected.So I used a new thread.No hard feelings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119359#M760628</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T11:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119360#M760630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;people where laughing and making fun of my ignorance,I am completely new to qlikview.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Who is laughing and making fun of you &lt;A href="https://community.qlik.com/people/trishita"&gt;trishita&lt;/A&gt;‌? We are all professionals here and are looking to help each other out. I didn't see anyone making fun of you here or any other thread you have posted before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119360#M760630</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T11:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119361#M760632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look like what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210390_Capture.PNG" style="height: 134px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119361#M760632</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T11:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119362#M760635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this looks perfect&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119362#M760635</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119363#M760637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to qlikview and hence its sometimes not easy to understand.Anyhow no hard feelings.&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210393_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 11:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119363#M760637</guid>
      <dc:creator>trishita</dc:creator>
      <dc:date>2018-08-09T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119364#M760638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nobody was making fun of you... this was as much a user error on your part as it was mine.... I didn't see it either&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210394_Capture.PNG" style="height: 228px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119364#M760638</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude unwanted data from chart expressions..</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119365#M760639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, then please close the thread if you got what you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 12:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-unwanted-data-from-chart-expressions/m-p/119365#M760639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T12:02:39Z</dc:date>
    </item>
  </channel>
</rss>

