<?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: HELP excluding a certain value from a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250384#M849772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't aware you could mix where and where exists like that but of course you can, sorry I keep my QVD loads optimised so not a situation I've really messed with before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe its just a case of an erroneous bracket then and this will work?&lt;/P&gt;&lt;P&gt;&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;LOAD BRNO AS LNK_BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRENAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; RSMENAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAME&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;FROM*********************************************(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE EXISTS (LNK_BRNO,BRNO) AND &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAM&lt;/STRONG&gt;E&amp;lt;&amp;gt;'&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CLOSED';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 11:02:05 GMT</pubDate>
    <dc:creator>adamdavi3s</dc:creator>
    <dc:date>2017-03-21T11:02:05Z</dc:date>
    <item>
      <title>HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250381#M849769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD BRNO AS LNK_BRNO, &lt;/P&gt;&lt;P&gt;&amp;nbsp; BRNO,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRENAME, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; RSMENAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;DSDENAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM*********************************************(qvd)&lt;/P&gt;&lt;P&gt;WHERE EXISTS (LNK_BRNO,BRNO) AND (&lt;STRONG&gt;DSDENAM&lt;/STRONG&gt;E&amp;lt;&amp;gt;'&lt;STRONG&gt;CLOSED'&lt;/STRONG&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;1. There is a value in the &lt;STRONG&gt;DSDENAME&lt;/STRONG&gt; field column called&lt;STRONG&gt; CLOSED&lt;/STRONG&gt; that i do not want to include into the script. Can anyone help me with this please?&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/HELP-excluding-a-certain-value-from-a-field/m-p/1250381#M849769</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250382#M849770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work?&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;DSDENAM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;E&amp;lt;&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;CLOSED'&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD BRNO AS LNK_BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRENAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; RSMENAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;DSDENAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM*********************************************(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE EXISTS (LNK_BRNO,BRNO) ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250382#M849770</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-21T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250383#M849771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But why would this not work Adam?&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;LOAD BRNO AS LNK_BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRENAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; RSMENAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAME&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;FROM*********************************************(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE EXISTS (LNK_BRNO,BRNO) AND (&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAM&lt;/STRONG&gt;E&amp;lt;&amp;gt;'&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CLOSED';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250383#M849771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250384#M849772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't aware you could mix where and where exists like that but of course you can, sorry I keep my QVD loads optimised so not a situation I've really messed with before&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe its just a case of an erroneous bracket then and this will work?&lt;/P&gt;&lt;P&gt;&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;LOAD BRNO AS LNK_BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; BRNO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BRENAME,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; RSMENAME,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAME&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;FROM*********************************************(qvd)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE EXISTS (LNK_BRNO,BRNO) AND &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;DSDENAM&lt;/STRONG&gt;E&amp;lt;&amp;gt;'&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CLOSED';&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250384#M849772</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-21T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250385#M849773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup that could be the issue &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250385#M849773</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-21T11:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250386#M849774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS GUYS FOR ALL THE HELP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADAM U SMASHED IT CHEERS PAL&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250386#M849774</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-03-21T11:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: HELP excluding a certain value from a field</title>
      <link>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250387#M849775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We're glad to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;Please remember to close the thread by marking the correct (and any helpful) answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 11:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELP-excluding-a-certain-value-from-a-field/m-p/1250387#M849775</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-21T11:07:04Z</dc:date>
    </item>
  </channel>
</rss>

