<?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 Background color of the straight table cell change according to Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205411#M61892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's really working, thanks all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2009 09:21:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-04T09:21:16Z</dc:date>
    <item>
      <title>Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205407#M61888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;A question about the color change of the straight table cell. I want to make it yellow or green, depends on whether the corresponding month is an odd or even month. Therefore I used the following formula in the Visual Cues:&lt;/P&gt;&lt;P&gt;if(mod(Month/2)=0,white(),yellow())&lt;/P&gt;&lt;P&gt;However it only shows all white or yellow, not as our expectation...can anyone point out what I have made wrong? Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 10:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205407#M61888</guid>
      <dc:creator />
      <dc:date>2009-10-02T10:55:59Z</dc:date>
    </item>
    <item>
      <title>Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205408#M61889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thelogic is correct but whether the Month dimension contains 1,2,3.......12 or Jan ,feb,.....dec?&lt;/P&gt;&lt;P&gt;if it is jan --Dec then monthnum fun to get the monthnumber and then apply the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 13:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205408#M61889</guid>
      <dc:creator>spsrk_84</dc:creator>
      <dc:date>2009-10-02T13:52:36Z</dc:date>
    </item>
    <item>
      <title>Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205409#M61890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a comma instead of a slash, green() instead of white(), and since 0 is false and 1 true:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;if(mod(Month,2),yellow(),green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 00:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205409#M61890</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-10-03T00:49:22Z</dc:date>
    </item>
    <item>
      <title>Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205410#M61891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;williamcheung wrote:I used the following formula in the Visual Cues&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;STRONG&gt;Visual Cues&lt;/STRONG&gt; is not the correct property to set for this effect. You should put the (correct) color expression in the "Text Color" or "Background COlor" property of the expression. Access these properties by clicking the + sign next to the expression in the Expression pane. John's attachement shows an example of this.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Oct 2009 06:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205410#M61891</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-10-03T06:49:13Z</dc:date>
    </item>
    <item>
      <title>Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205411#M61892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's really working, thanks all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 09:21:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205411#M61892</guid>
      <dc:creator />
      <dc:date>2009-11-04T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Background color of the straight table cell change according to Month</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205412#M61893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very cool! Nice presentation tool&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 12:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-of-the-straight-table-cell-change-according-to/m-p/205412#M61893</guid>
      <dc:creator />
      <dc:date>2012-07-10T12:44:13Z</dc:date>
    </item>
  </channel>
</rss>

