<?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: Transforming month values in Fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955448#M957150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, i appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed to color the cells in a background color as you suggested, but it shows the RGB code, as you can see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rgb.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104288_rgb.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What is missing to display the color?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 21:49:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-06T21:49:41Z</dc:date>
    <item>
      <title>Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955445#M957147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a table which display the status green or red by month. Something like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="kpi.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104282_kpi.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My data base have a field called "Month" and another one called "Status Month" (that has the values Red or Green in text).&lt;/P&gt;&lt;P&gt;Anyone know how can i set the months as a field into the table, like in the example above?&lt;/P&gt;&lt;P&gt;It is possible to increase the table with the next months when the data base is populated? For example, today my data base doesn´t have data from december, but when this get updated, the table should display data from december in the right hand side column of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 19:14:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955445#M957147</guid>
      <dc:creator />
      <dc:date>2015-11-06T19:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955446#M957148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Pivot Table with Dimensions of KPI and Month, then drag the Month to the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When new Months are loaded into your qvw then they will appear in the Pivot Table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 19:17:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955446#M957148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T19:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955447#M957149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a pivot table chart with dimensions KPI and Month and expression &lt;/P&gt;&lt;P&gt;=only([Status Month])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drag the Month dimension to the top using the mouse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more month are added, they will appear automatically in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can color the cells in a background color attribute expression:&lt;/P&gt;&lt;P&gt;=If( [Status Month] = 'Red', Lightred(), Lightgreen() )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 19:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955447#M957149</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-06T19:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955448#M957150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, i appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed to color the cells in a background color as you suggested, but it shows the RGB code, as you can see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rgb.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104288_rgb.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;What is missing to display the color?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 21:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955448#M957150</guid>
      <dc:creator />
      <dc:date>2015-11-06T21:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955449#M957151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use the color expression in the background color attribute expression, open the attributes by clicking on the small plus sign next to the expressions (on expression tab of chart properties).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 21:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955449#M957151</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-06T21:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955450#M957152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am almost there! Now i ned to remove the text from the cell, and just display the color. See:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Cores.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104289_Cores.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 22:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955450#M957152</guid>
      <dc:creator />
      <dc:date>2015-11-06T22:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955451#M957153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make your expression be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 22:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955451#M957153</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-11-06T22:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955452#M957154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or put the same colour expression for text as background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 22:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955452#M957154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T22:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955453#M957155</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;maybe also helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/186018"&gt;Hopefully quick question about calculated colours!&lt;/A&gt;&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 23:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955453#M957155</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-06T23:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Transforming month values in Fields</title>
      <link>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955454#M957156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 11:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transforming-month-values-in-Fields/m-p/955454#M957156</guid>
      <dc:creator />
      <dc:date>2015-11-09T11:12:18Z</dc:date>
    </item>
  </channel>
</rss>

