<?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: technical issue(if  data matches need to exclude) -help me in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691166#M1085767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some samples some line to better understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 06:38:53 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-17T06:38:53Z</dc:date>
    <item>
      <title>technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691164#M1085763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I&amp;nbsp; Have a field called&amp;nbsp;&amp;nbsp; Courseid={a,b,c,d,e,f,g,h}&amp;nbsp; normally&amp;nbsp;&amp;nbsp; when i count this i will get count =8.&lt;/P&gt;&lt;P&gt;but&amp;nbsp; when ever courseid matches with&amp;nbsp; {a} i have to exclude&amp;nbsp;&amp;nbsp; b, c,d&amp;nbsp; courses .&amp;nbsp; so when ever i count&amp;nbsp; courseid {a}&amp;nbsp; then no need to count {b},{c},{d}.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;that means&amp;nbsp;&amp;nbsp; i have to count&amp;nbsp; only {a,e,f,g,h }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;so finally&amp;nbsp; my courseid count =5 has to come&amp;nbsp; , please&amp;nbsp; help me &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;this calculation implemented in&amp;nbsp; chart level&amp;nbsp; not in script level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards'&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691164#M1085763</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-17T06:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691165#M1085765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduce one mapping table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Course&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Course Group&lt;/P&gt;&lt;P&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P&gt;e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&lt;/P&gt;&lt;P&gt;f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; f&lt;/P&gt;&lt;P&gt;g&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; g&lt;/P&gt;&lt;P&gt;h&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use Count(Distinct [Course Group]) expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use this it is easier to handle, even if you new course groups.&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691165#M1085765</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-17T06:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691166#M1085767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide some samples some line to better understand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691166#M1085767</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T06:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691167#M1085769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva, try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;Courseid-={'b','c','d'}&amp;gt;}Courseid)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691167#M1085769</guid>
      <dc:creator />
      <dc:date>2014-06-17T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691168#M1085771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Courseid={a,b,c,d,e,f,g,h}&lt;/P&gt;&lt;P&gt;but&amp;nbsp; my case&amp;nbsp; same lke above i should add one more condition like&amp;nbsp; if&amp;nbsp; courseid matches with {e} i have to exclude&lt;/P&gt;&lt;P&gt;{f},{g} as well..&amp;nbsp; here my count should be equal to ' 6 ' , so in the both cases i should take care..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so can u please reply back. how&amp;nbsp; i can proceed wih mapping table (in detail) if possible can u write a expression for the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691168#M1085771</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-17T06:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691169#M1085772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here&amp;nbsp;&amp;nbsp; not exclude directly .. (not possible to hardcode directly). i need to get dynamic changes like&lt;/P&gt;&lt;P&gt;when ever matches&amp;nbsp; with perticular courseid&amp;nbsp;&amp;nbsp; then only i should exclude,&lt;/P&gt;&lt;P&gt;if not matches&amp;nbsp; i should count that courseid's&amp;nbsp; also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691169#M1085772</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-17T06:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691170#M1085773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siva,&lt;/P&gt;&lt;P&gt;Create a small sample qvw and share here explaning your expected output there against the sample data. You would get your answer more precisely and faster as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 06:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691170#M1085773</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-17T06:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691171#M1085774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Introduce one mapping table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Course&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Course Group&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;b&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;c&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;e&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;f&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;g&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;h&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Now use Count(Distinct [Course Group]) expression.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Note : For the above expression you will get count 3 not 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If you use this it is easier to handle, even if you new course groups.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691171#M1085774</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-17T07:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691172#M1085776</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 below code&lt;/P&gt;&lt;P&gt;=If(&lt;/P&gt;&lt;P&gt;GetFieldSelections(Course)='a',Count({1&amp;lt;Course-={'b','c','d'}&amp;gt;}Course),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetFieldSelections(Course)='e',Count({1&amp;lt;Course-={'f','g'}&amp;gt;}Course),&lt;/P&gt;&lt;P&gt;count({1}Course)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691172#M1085776</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2014-06-17T07:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691173#M1085778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but my&amp;nbsp; case i have data near to&amp;nbsp; 3.500 courseid's are there...&amp;nbsp; for this kind of will it be work out?&amp;nbsp;&amp;nbsp; if it's possible means , can u also guide me how we can implement mapping table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 07:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691173#M1085778</guid>
      <dc:creator>siva_boggarapu</dc:creator>
      <dc:date>2014-06-17T07:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: technical issue(if  data matches need to exclude) -help me</title>
      <link>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691174#M1085780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible, create an excel file with the following columns&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Course&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Course Group&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: 12px; background-color: #f6f6f6;"&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: 12px; background-color: #f6f6f6;"&gt;and fill the values in this and load it into the dashboard.&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: 12px; background-color: #f6f6f6;"&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: 12px; background-color: #f6f6f6;"&gt;Regards,&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: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/technical-issue-if-data-matches-need-to-exclude-help-me/m-p/691174#M1085780</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-17T09:16:39Z</dc:date>
    </item>
  </channel>
</rss>

