<?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: label color change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006758#M341903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above three fields refers to expression label. many rows and columns has been moved to get the above mentioned structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the mentioned three expressions various formulas are written to compute those three expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this needs to be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since when I click the '+' sign near the expression and selecting text color&amp;nbsp; "Stock Item" all the values corresponding to stock item are turning to red color .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want the label only to be made to red for the above mentioned three expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2015 06:52:17 GMT</pubDate>
    <dc:creator>ssriramin19</dc:creator>
    <dc:date>2015-08-27T06:52:17Z</dc:date>
    <item>
      <title>label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006751#M341896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me in how to change the color of the label as mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not for all the dimension labels only for the selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;IMG alt="test_a.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97133_test_a.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned above only the highlighted label names needs to be colored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this needs to be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006751#M341896</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T06:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006752#M341897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expand Dimension &amp;gt; Text color&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(YourDimension='Stock Item' or YourDimension = 'Non Stock Item' or YourDimension = 'DP Next Year',Red(),Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Match(YourDimension,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'Stock Item',&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'Non Stock Item',&lt;SPAN style="font-size: 13.3333330154419px;"&gt; 'DP Next Year'),Red(),Green())&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006752#M341897</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-27T06:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006753#M341898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in dimesion tab click on + in dimension and in text color add this expr&lt;/P&gt;&lt;P&gt;=if(Fieldname='Stock Item',RGB(255,0,255))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006753#M341898</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-27T06:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006754#M341899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Color expression, like:&lt;/P&gt;&lt;P&gt;If(Match(DimensionName, 'Stock Item', 'No Stock Item','DP Next Year'), LightRed())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006754#M341899</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-27T06:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006755#M341900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Activate Grid Selection in sheet. Then right click on label where you need to change color,then select custom format cell. You can achieve by this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006755#M341900</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-27T06:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006756#M341901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;GO to dimension click plus(+) sign&lt;/P&gt;&lt;P&gt;select text Color write expression:&lt;/P&gt;&lt;P&gt;If(fieldname='Stock Item',Red())....etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006756#M341901</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-08-27T06:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006757#M341902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97136_Untitled.png" style="height: 539px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;in Dimensions tab choose back color as shown above and put your condition&lt;/P&gt;&lt;P&gt;it will be something like this:&lt;/P&gt;&lt;P&gt;if (wildmatch([Column_name],'stock item','non stock item','dp next year')&amp;gt;0, rgb(255,0,0))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006757#M341902</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2015-08-27T06:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006758#M341903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above three fields refers to expression label. many rows and columns has been moved to get the above mentioned structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the mentioned three expressions various formulas are written to compute those three expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How this needs to be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since when I click the '+' sign near the expression and selecting text color&amp;nbsp; "Stock Item" all the values corresponding to stock item are turning to red color .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want the label only to be made to red for the above mentioned three expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006758#M341903</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T06:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006759#M341904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You can colour a column with the "background colour" option in expressions or dimensions tab. But I don't think you can just colour a column header.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006759#M341904</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-08-27T06:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006760#M341905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not in the dimension ,. It is the expression .Stock Item is the label for the expression.I need&amp;nbsp; to change only the label for the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006760#M341905</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T06:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006761#M341906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to share a sample qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 06:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006761#M341906</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-27T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006762#M341907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you need to color the expression and not the dimension. In that case you can go to to expression and then hit '+' symbol and make a condition in the 'Backgroud Color'.&lt;/P&gt;&lt;P&gt;If(MixMatch('Your Expression', 'Stock Item', 'No Stock Item','DP Next Year'), ARGB(200,200,200,200))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006762#M341907</guid>
      <dc:creator />
      <dc:date>2015-08-27T07:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006763#M341908</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;Have u tried custom cell format???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006763#M341908</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-27T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006764#M341909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="test_a.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97134_test_a.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to change the color of the label mentioned above for the three expressions to red color.Its only the label&amp;nbsp; in the expression needs to be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006764#M341909</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T07:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006765#M341910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custom cell format changes color for all the expression label not to any particular mentioned expression label.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006765#M341910</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T07:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006766#M341911</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;"&gt;In Text Color expression of MRE(Calculation D&amp;amp;E)&lt;SPAN style="line-height: 1.5em;"&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;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;If(Match(DimensionName, 'Stock Item', 'No Stock Item','DP Next Year'), Yellow())&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this will helps You..!!&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006766#M341911</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-27T07:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006767#M341912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not the dimension its the expression label which needs to be made to different color&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006767#M341912</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T07:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006768#M341913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, unfortunately that can't be done for specific labels. &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, 27 Aug 2015 07:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006768#M341913</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-27T07:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006769#M341914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then how that should be achieved. Any other suggestion or work around to achieve this. Shall I inform the user that it is not possible to make color changes to label as desired?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006769#M341914</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2015-08-27T07:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: label color change</title>
      <link>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006770#M341915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above expreesion u have to write in expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MRE(Calculation D&amp;amp;E)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;:&lt;/SPAN&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;Click on + and in that text &lt;SPAN style="font-size: 13.3333330154419px;"&gt;expression..&lt;/SPAN&gt;&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;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 07:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/label-color-change/m-p/1006770#M341915</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-08-27T07:22:23Z</dc:date>
    </item>
  </channel>
</rss>

