<?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 Searching field for specific word in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301608#M845727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to highlight the background colour of a dimension value when it includes the word 'primary' e.g. Williamston Primary School.&amp;nbsp; I have been trying to change the background colour on my dimension using the following expression -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[School Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='*Primary', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work.&amp;nbsp; What should I use instead of the *&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;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301608#M845727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to highlight the background colour of a dimension value when it includes the word 'primary' e.g. Williamston Primary School.&amp;nbsp; I have been trying to change the background colour on my dimension using the following expression -&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[School Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='*Primary', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Yellow&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(),) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work.&amp;nbsp; What should I use instead of the *&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;Greg&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/Searching-field-for-specific-word/m-p/1301608#M845727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301609#M845728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use WildMatch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(WildMatch([School Name], '*Primary'), Yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 12:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301609#M845728</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301610#M845729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but it didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301610#M845729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T13:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301611#M845730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need an * at the end too?&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;=If(WildMatch([School Name], '*Primary&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;'), Yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 13:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301611#M845730</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301612#M845731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; That worked! &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, 29 Mar 2017 13:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301612#M845731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-29T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searching field for specific word</title>
      <link>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301613#M845732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Superb &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, 29 Mar 2017 13:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Searching-field-for-specific-word/m-p/1301613#M845732</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T13:08:12Z</dc:date>
    </item>
  </channel>
</rss>

