<?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: Change in text color expression in Qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443258#M432811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(GetSelectedCount(reportdate) = 0, Black(), I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f(GetSelectedCount(reportdate) = 1, If(Count({$}Empid) &amp;gt; If(Count(TOTAL {$1}Empid) = 0, Count({&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;reportdate&lt;/SPAN&gt; = {"$(=$(max_date))"}&amp;gt;} Empid), Count({$1}Empid)), Red(), Green())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2017 13:00:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-21T13:00:35Z</dc:date>
    <item>
      <title>Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443252#M432805</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;I have attached a QVF file.&lt;/P&gt;&lt;P&gt;I Have a table with customers and count of employee id corresponding to those customers.&lt;/P&gt;&lt;P&gt;I have created a variable named &lt;STRONG&gt;max_date which basically calculate the maximum date from date field.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;when the app is opened for the very first time then the data is displayed w.r.t. the max date i.e. Dec i.e nothing is selected from the date filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that when the app is opened and data is displayed corresponding to max date i.e. December then my text color should be black.&lt;/P&gt;&lt;P&gt;when I select any date from date filter then my text color should changed as follows:&lt;/P&gt;&lt;P&gt; If current count of emplid &amp;gt; previous selected date count of emplid then Red.&lt;/P&gt;&lt;P&gt; If current count of emplid &amp;gt; previous selected date count of emplid then green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I m facing while using the expression I have created i.e.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(reportdate)=0,black(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(reportdate)=1, if(count({$}Empid) &amp;gt; Count({$1}Empid),red(),Green() ))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is on first selection of date from date filter the current count of emplid is compared with the total count of all the dates and give color accordingly which is wrong.&lt;/P&gt;&lt;P&gt;For eg. if for first time I select October then count corresponding to October is being compared with the count of Dec, Nov, Oct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is want is that when on first selection I select October then the October count should be compared with max date i.e. max_date variable data and on next selection the current filter selection count&amp;nbsp; should be compared with the previous selected filter date and should give colors accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly Help.&lt;/P&gt;&lt;P&gt;Thanks In advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 11:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443252#M432805</guid>
      <dc:creator>nehapathak</dc:creator>
      <dc:date>2017-12-21T11:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443253#M432806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ Kindly help on this one..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 12:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443253#M432806</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-21T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443254#M432807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/245032"&gt;luismadriz&lt;/A&gt;‌ Kindly help on this one....please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 12:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443254#M432807</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-21T12:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443255#M432808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/226717"&gt;shraddha.g&lt;/A&gt;‌ Kindly help...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 12:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443255#M432808</guid>
      <dc:creator>divyanshi</dc:creator>
      <dc:date>2017-12-21T12:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443256#M432809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure, but may be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(GetSelectedCount(reportdate) = 0, Black(), I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;f(GetSelectedCount(reportdate) = 1, If(Count({$}Empid) &amp;gt; If(Count(TOTAL {$1}Empid) = 0, Count({&amp;lt;Date = {"$(=$(max_date))"}&amp;gt;} Empid), Count({$1}Empid)), Red(), Green())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 12:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443256#M432809</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443257#M432810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on first selection it is showing all in green color but not comparing with the default max date&lt;/P&gt;&lt;P&gt;but for second selection onwards its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 12:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443257#M432810</guid>
      <dc:creator>nehapathak</dc:creator>
      <dc:date>2017-12-21T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443258#M432811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(GetSelectedCount(reportdate) = 0, Black(), I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f(GetSelectedCount(reportdate) = 1, If(Count({$}Empid) &amp;gt; If(Count(TOTAL {$1}Empid) = 0, Count({&amp;lt;&lt;SPAN style="color: #ff0000;"&gt;reportdate&lt;/SPAN&gt; = {"$(=$(max_date))"}&amp;gt;} Empid), Count({$1}Empid)), Red(), Green())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 13:00:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443258#M432811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T13:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443259#M432812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its again comparing with total value but not with the default max value....thats why showing in all green colors..&lt;/P&gt;&lt;P&gt;We want is that when we select any value from report date filter for first time then as previous selected value was by default max date, then the current selected value should be compared with the previous date selected value(default max date)&lt;/P&gt;&lt;P&gt;Though after first selection the cycle is working fine..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 15:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443259#M432812</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-21T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443260#M432813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the problem... the problem is not the expression, its the way Qlik Sense's selection works... To make a change in selection, you have to make two selections. First you deselect what is already selected and then you select what you want to (or the other way around). For some reasons, they are considered two selections. May be you want to go back two selections with $2 instead of $1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443260#M432813</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T16:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443261#M432814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(GetSelectedCount(reportdate) = 0, Black(), I&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;f(GetSelectedCount(reportdate) = 1, If(Count({$}Empid) &amp;gt; If(Count(TOTAL {$2}Empid) = 0, Count({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;reportdate&lt;/SPAN&gt; = {"$(=$(max_date))"}&amp;gt;} Empid), Count({$2}Empid)), Red(), Green())))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443261#M432814</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T16:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443262#M432815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to say but its still not working.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443262#M432815</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-21T17:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443263#M432816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the attached sample... I saw it working for me... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443263#M432816</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443264#M432817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the colors are barely noticeable, I have created a separate expression to show what color it should be showing...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we open up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187889_Capture.PNG" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next we select 10/31/2017&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/187890_Capture.PNG" style="height: 166px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next we select 11/30/2017&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/187891_Capture.PNG" style="height: 175px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, added as a background color for better visibility&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 17:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443264#M432817</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-21T17:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443265#M432818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have checked.&lt;/P&gt;&lt;P&gt;Its still comparing with total value.&lt;/P&gt;&lt;P&gt;The thing is that on the first selection all the numbers are reducing which are less in comparison to the total value that's why the color has changed to green.&lt;/P&gt;&lt;P&gt;Unfortunately there is no case where the number has increased upon first selection, else you would have come to know about the problem. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 04:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443265#M432818</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-22T04:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443266#M432819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also we are using Field UI extension with by default one selection at a time instead of filter pane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 04:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443266#M432819</guid>
      <dc:creator>pooja821</dc:creator>
      <dc:date>2017-12-22T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443267#M432820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your app is working fine with normal filter pane but not with field UI extension (used for always one selected value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am selecting specific customers from pivot table the colors are not changing correctly&lt;/P&gt;&lt;P&gt;but without any selection of customer its working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 05:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443267#M432820</guid>
      <dc:creator>nehapathak</dc:creator>
      <dc:date>2017-12-22T05:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443268#M432821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the extension, so I don't really know how it works. May be someone with the extension can help better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 12:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443268#M432821</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-22T12:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change in text color expression in Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443269#M432822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem is not with the expressions that I have been offering, the issue has to do with the extension.... If you will continue to attack the wrong problem, you will get no where. I think what you need to do is to check how does $1, $2 behave with your selection in the extension filter object. Once you are able to figure that part out, the expression's logic itself will stay the same....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 12:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-in-text-color-expression-in-Qliksense/m-p/1443269#M432822</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-22T12:12:04Z</dc:date>
    </item>
  </channel>
</rss>

