<?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: Colour by expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993304#M82204</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Take a look at the wild match function&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 12:57:28 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2022-10-17T12:57:28Z</dc:date>
    <item>
      <title>Colour by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993303#M82203</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've got a column (Foundation), which contains string data. I'm trying to colour background by expression, below is my expression.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= IF([Foundation]='Completed', Green(),&lt;BR /&gt;IF([Foundation]='Not Started', Red(),&lt;BR /&gt;IF([Foundation]='Off Track', Red(),&lt;BR /&gt;IF([Foundation]='On Track', Yellow()))))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The string "Completed" works fine, the other 3 don't work as there are other characters after, such as "On Track 88%".&amp;nbsp; Is there a wildcard symbol such as '*' which will then colour the backgrounds if a string field contains part of my string example?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 12:54:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993303#M82203</guid>
      <dc:creator>Scott_Data</dc:creator>
      <dc:date>2022-10-17T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993304#M82204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Take a look at the wild match function&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ConditionalFunctions/wildmatch.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 12:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993304#M82204</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-10-17T12:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993374#M82210</link>
      <description>&lt;P&gt;Thanks Mark. I find those "Help" sections very unhelpful. They aren't very good at explaining the basics. They expect everyone to be a fully fledged developer, which I am definitely not. Would be helpful if there were examples. I managed to get this working for future reference if anyone has the same question as me.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=if(WildMatch(Foundation,'*Off Track*'),red(),&lt;BR /&gt;if(WildMatch(Foundation,'*Not Started*'),red(),&lt;BR /&gt;if(WildMatch(Foundation,'*On Track*'),yellow(),&lt;BR /&gt;if(Foundation = 'Completed',Green()))))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression/m-p/1993374#M82210</guid>
      <dc:creator>Scott_Data</dc:creator>
      <dc:date>2022-10-17T14:32:39Z</dc:date>
    </item>
  </channel>
</rss>

