<?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: Need to color code cells based on Year Range in Search the Community</title>
    <link>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856946#M719</link>
    <description>&lt;P&gt;Thanks ..its works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Nov 2021 08:52:28 GMT</pubDate>
    <dc:creator>sdmech81</dc:creator>
    <dc:date>2021-11-09T08:52:28Z</dc:date>
    <item>
      <title>Need to color code cells based on Year Range</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856522#M713</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;We have data like below (sample data )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sdmech81_0-1636365740339.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66186i7595038BEC0EC446/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sdmech81_0-1636365740339.png" alt="sdmech81_0-1636365740339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The expected results is as below: (We need to color fill based on condition the background in Table&amp;nbsp; using above data.)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sdmech81_1-1636365821399.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66187iDD4ACCBF5B429134/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sdmech81_1-1636365821399.png" alt="sdmech81_1-1636365821399.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;looking for working solutions. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 10:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856522#M713</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2021-11-08T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to color code cells based on Year Range</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856542#M716</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Maybe below sample will help.&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;Load * Inline [&lt;BR /&gt;ID, Start, End&lt;BR /&gt;ABC,2020,2024&lt;BR /&gt;PQR,2022,2027&lt;BR /&gt;LMN,2025,2030&lt;BR /&gt;ABC,2026,2030&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;BR /&gt;Table2:&lt;BR /&gt;Load&lt;BR /&gt;ID,&lt;BR /&gt;Start + IterNo() - 1 as StartEnd&lt;BR /&gt;Resident Table&lt;BR /&gt;While IterNo() &amp;lt;= End - Start + 1 ;&lt;BR /&gt;DROP Table Table;&lt;/P&gt;
&lt;P&gt;Exit Script;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AshutoshBhumkar_0-1636369065602.png" style="width: 497px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/66190iD7554D9BF9CD1876/image-dimensions/497x108?v=v2" width="497" height="108" role="button" title="AshutoshBhumkar_0-1636369065602.png" alt="AshutoshBhumkar_0-1636369065602.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Row : ID&lt;/P&gt;
&lt;P&gt;Column : StartEnd&lt;/P&gt;
&lt;P&gt;Values : Count(StartEnd)&lt;/P&gt;
&lt;P&gt;Background Color of Values :&amp;nbsp;If(Count(StartEnd)&amp;gt;0,Blue())&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 10:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856542#M716</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-08T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need to color code cells based on Year Range</title>
      <link>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856946#M719</link>
      <description>&lt;P&gt;Thanks ..its works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 08:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Search-the-Community/Need-to-color-code-cells-based-on-Year-Range/m-p/1856946#M719</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2021-11-09T08:52:28Z</dc:date>
    </item>
  </channel>
</rss>

