<?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: Changing Text Object Color with Multiple Select in Field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513091#M191715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inverting the expression passed by Jagan&lt;/P&gt;&lt;P&gt;= if (not WildMatch (GetFieldSelections (File, '|'), '(. P |. R |. I |. W |. D |. WRX)'), blue (), green ())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 11:42:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-04T11:42:31Z</dc:date>
    <item>
      <title>Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513079#M191703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="File.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47208_File.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Text object with an Action of Select in Field, and it looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2013-10-04_0951.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47210_2013-10-04_0951.png" style="width: 620px; height: 232px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I click the Text Object to select the fields, the background color should turn to the $(color.green)&lt;/P&gt;&lt;P&gt;but it does not seem to be working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be great&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513079#M191703</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513080#M191704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to check call this variable color.green in another text box and then see it value .&lt;/P&gt;&lt;P&gt;clarify the value is what you want .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you want the color to come ,where you have written this expression .&lt;/P&gt;&lt;P&gt;Can you please send a sample .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513080#M191704</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-10-04T09:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513081#M191705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing the double quotes in the search string like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(.P|.R|.I|.W|.D|.WRX)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513081#M191705</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-04T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513082#M191706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried both of those suggestions but with no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will select the fields &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(.P|.R|.I|.W|.D|.WRX)&lt;/SPAN&gt; perfectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bjut the color just wont change, It's working for all other Select in Fields when I am selecting a single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it must be something else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513082#M191706</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T09:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513083#M191707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to modify the expression for background color like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(File,'|')='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(.P|.R|.I|.W|.D|.WRX)&lt;/SPAN&gt;' , greeen(), white())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513083#M191707</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-04T09:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513084#M191708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;If(GetFieldSelections(File,'|')='&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;"&gt;(.P|.R|.I|.W|.D|.WRX)&lt;/SPAN&gt;' , RGB(0,0,0),RGB(255,255,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513084#M191708</guid>
      <dc:creator />
      <dc:date>2013-10-04T10:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513085#M191709</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;I have tried your suggestions but it's still now working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try post a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513085#M191709</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T10:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513086#M191710</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;here is a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you wil see, the button for 'All' selects the correct fields but does not turn blue like the other 2 buttons when they are selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 10:45:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513086#M191710</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T10:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513087#M191711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Please check the attached file..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Just use the condition as &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;=if(WildMatch(GetFieldSelections(File,'|'),'(.P|.R|.I|.W|.D|.WRX)'),Blue(),Green())&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hope it helps you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Jagan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513087#M191711</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-10-04T11:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513088#M191712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works, thanks for your help guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513088#M191712</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513089#M191713</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;One final question, how can I get the color to change for the excluded files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I have select in field (.P|.R|.I|.W|.D|.WRX) and then Select Excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but how to get a new button to change color for all selections not in (.P|.R|.I|.W|.D|.WRX)&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513089#M191713</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T11:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513090#M191714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Allan;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try changing the expression of the action "select field" to:&lt;/P&gt;&lt;P&gt;(. P |. I) without the double quotes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513090#M191714</guid>
      <dc:creator />
      <dc:date>2013-10-04T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513091#M191715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;inverting the expression passed by Jagan&lt;/P&gt;&lt;P&gt;= if (not WildMatch (GetFieldSelections (File, '|'), '(. P |. R |. I |. W |. D |. WRX)'), blue (), green ())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513091#M191715</guid>
      <dc:creator />
      <dc:date>2013-10-04T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513092#M191716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Claudio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used NOT WILDMATCH before, I just tend to forget these things if I have not used them in a while&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513092#M191716</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T11:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513093#M191717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U can go with Claudio expr for exclude values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513093#M191717</guid>
      <dc:creator>jagannalla</dc:creator>
      <dc:date>2013-10-04T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513094#M191718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, although it does color the background based on the NOT part being added&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also continues to highlight if I select some of the other buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see below example, I selected .wrx, but it also highlights aof.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select aof first it's fine, but if I select .P|.R|.I|.W|.D|.WRX it also highlights aof&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="test_001.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/47226_test_001.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 11:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513094#M191718</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2013-10-04T11:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Changing Text Object Color with Multiple Select in Field</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513095#M191719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif;"&gt;attache&lt;/SPAN&gt;ment.&lt;/P&gt;&lt;P&gt;&lt;OBJECT height="0" type="application/gas-events-bb" width="0"&gt;&lt;/OBJECT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 12:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Text-Object-Color-with-Multiple-Select-in-Field/m-p/513095#M191719</guid>
      <dc:creator />
      <dc:date>2013-10-07T12:56:09Z</dc:date>
    </item>
  </channel>
</rss>

