<?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 I still new to Qlik... using the IF,not equal, notmatch expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392938#M809976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Ambrose,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&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; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Not sure if you solved your issue.&amp;nbsp; But if you have would you mind closing the thread.&lt;/SPAN&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; background-color: #edf8ca;"&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&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; background-color: #edf8ca;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 20:20:28 GMT</pubDate>
    <dc:creator>oscar_ortiz</dc:creator>
    <dc:date>2017-10-18T20:20:28Z</dc:date>
    <item>
      <title>Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392935#M809973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a table. In "Column 1", I have a range of names for example, Vera Manning, Curtis Daniels, Holly Howell.&lt;/P&gt;&lt;P&gt;In "Column 2", I&amp;nbsp; have numbers ranging from 1-10000$. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to colour both columns IF "Column 2"&amp;gt;5000 AND "Column 1" (IS not Vera Manning), Red ())&lt;/P&gt;&lt;P&gt;So essentially, anything that is over 5000 AND does not have Vera Manning's name in Column 1 , I want the entire (e.g. Curtis Daniels and amount of 6000) row to be highlighted red if possible. If not, at least the amount is highlighted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Ambrose Lau &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-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392935#M809973</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392936#M809974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this for your background color in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Column1 &amp;lt;&amp;gt; 'Vera Manning' and Column2 &amp;gt; 5000, Red() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392936#M809974</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-10-18T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392937#M809975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it helps! Another issue I have, In Column 1, I have a range of names. In Column 2, I have a range of numbers&lt;/P&gt;&lt;P&gt;What I want to do is IF (Column 1 &amp;lt;&amp;gt; 'Vera&amp;nbsp; Manning, Curtis Daniels, Holly Howell' , Red () ) &lt;BR /&gt;So essentially, if the names are not Vera Manning, Curtis Daniels or Holly Howell. I want to make the any other names or numbers red.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Ambrose Lau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392937#M809975</guid>
      <dc:creator />
      <dc:date>2017-10-18T20:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392938#M809976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Ambrose,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&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; background-color: #edf8ca;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Not sure if you solved your issue.&amp;nbsp; But if you have would you mind closing the thread.&lt;/SPAN&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; background-color: #edf8ca;"&gt;&lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="14806" data-objecttype="102" href="https://community.qlik.com/docs/DOC-14806" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&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; background-color: #edf8ca;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392938#M809976</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-10-18T20:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392939#M809977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ambrose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( Not WildMatch( Column1, 'Vera Manning', 'Curtis Daniels', 'etc' ) , Red() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392939#M809977</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-10-18T20:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392940#M809978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Oscar!&lt;/P&gt;&lt;P&gt;In addition, I have around 100 names so how can I display only the highlighted ones from a pivot table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 20:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392940#M809978</guid>
      <dc:creator />
      <dc:date>2017-10-18T20:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help I still new to Qlik... using the IF,not equal, notmatch expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392941#M809979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ambrose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a situation like that I would do something with the data itself.&amp;nbsp; Create a flag field with a value of 1 for all the names that you want on your list.&amp;nbsp; Hopefully, you can do that programmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just check for the value of that new flagged field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oscar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 21:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-I-still-new-to-Qlik-using-the-IF-not-equal-notmatch/m-p/1392941#M809979</guid>
      <dc:creator>oscar_ortiz</dc:creator>
      <dc:date>2017-10-18T21:46:52Z</dc:date>
    </item>
  </channel>
</rss>

