<?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: Show color code in straight table  by using drill down in the Created Group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781844#M1209554</link>
    <description>&lt;P&gt;can you please help me to solve this query.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2021 05:30:15 GMT</pubDate>
    <dc:creator>vlakeshr</dc:creator>
    <dc:date>2021-02-11T05:30:15Z</dc:date>
    <item>
      <title>Show color code in straight table  by using drill down in the Created Group</title>
      <link>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781640#M1209516</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have shown&amp;nbsp; Drill down in straight table and giving color code at background. I have used below code to show the background color. It is working for VS and SVS but when I am goes to next drill down step to Objective in my Dimension&amp;nbsp; below formula is not giving out put as per requirement and color code is not working on that level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Dimension has drill down group as VS--&amp;gt; SVS--&amp;gt; Objective --&amp;gt; Key Result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drill down where applying color code on background as&amp;nbsp;[VS Reporting Current Status]--&amp;gt;&amp;nbsp;[SVS Reporting Current Status]---&amp;gt;[Objective Reporting Current Status]&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension Background code is for above Group&lt;/P&gt;&lt;P&gt;=if([VS Reporting Current Status]='On Track', RGB(78,156,45),if( [VS Reporting Current Status]='At Risk', RGB(255,179,25),if( [VS Reporting Current Status]='Will Not Achieve',RGB(168,0,11),&lt;/P&gt;&lt;P&gt;if( [SVS Reporting Current Status]='On Track',RGB(78,156,45),if( [SVS Reporting Current Status]='At Risk',RGB(255,179,25),if( [SVS Reporting Current Status]='Will Not Achieve',RGB(168,0,11),&lt;/P&gt;&lt;P&gt;if( [Objective Reporting Current Status]='On Track',RGB(78,156,45),if( [Objective Reporting Current Status]='At Risk',RGB(255,179,25),if( [Objective Reporting Current Status]='Will Not Achieve',RGB(168,0,11),&lt;/P&gt;&lt;P&gt;If( Status='On Track',RGB(78,156,45),if( Status='At Risk',RGB(255,179,25),if( Status='Will Not Achieve',RGB(168,0,11),if( Status='Achieved',RGB(27,125,156),if( Status='Not Started',RGB(255,255,255),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RGB(255,255,255)))))))))))))))&lt;/P&gt;&lt;P&gt;Anybody can help me to solve this issue or fix it. appreciate for quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp;I can not share the&amp;nbsp; data due to client security purpose.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 13:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781640#M1209516</guid>
      <dc:creator>vlakeshr</dc:creator>
      <dc:date>2021-02-10T13:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show color code in straight table  by using drill down in the Created Group</title>
      <link>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781844#M1209554</link>
      <description>&lt;P&gt;can you please help me to solve this query.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 05:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781844#M1209554</guid>
      <dc:creator>vlakeshr</dc:creator>
      <dc:date>2021-02-11T05:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Show color code in straight table  by using drill down in the Created Group</title>
      <link>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781846#M1209556</link>
      <description>&lt;P&gt;&lt;SPAN&gt;can you please help me to solve this query.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 05:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1781846#M1209556</guid>
      <dc:creator>vlakeshr</dc:creator>
      <dc:date>2021-02-11T05:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show color code in straight table  by using drill down in the Created Group</title>
      <link>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1782323#M1209633</link>
      <description>&lt;P&gt;You are querying fields without any aggregation in your color-expression. Depending on the dimensions within your group there may multiple values available for the dimension-value. If this happens the result will be NULL and therefore invalid for a color.&lt;/P&gt;&lt;P&gt;This means you need a more specific querying and/or using an aggregation maybe concat() to determine a color - and I think the use of getcurrentfield() would be quite helpful to differ the expression between the various dimensions in your group.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-color-code-in-straight-table-by-using-drill-down-in-the/m-p/1782323#M1209633</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-02-12T14:50:23Z</dc:date>
    </item>
  </channel>
</rss>

