<?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: Determine the Final RAG color based on multiple RAG calculated in the UI in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1635789#M446774</link>
    <description>&lt;P&gt;hi, i do not have any facility to see the QVW which you have shared, as I have desktop version and we work on QlikSense enterprise version. Can you please write the solution here.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 06:55:22 GMT</pubDate>
    <dc:creator>ipsita26</dc:creator>
    <dc:date>2019-10-16T06:55:22Z</dc:date>
    <item>
      <title>Determine the Final RAG color based on multiple RAG calculated in the UI</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1615865#M445421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a straight table with 5 rows and 3 column.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the example of 1 of the straight table.&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;column 1&lt;/TD&gt;&lt;TD&gt;column 2&lt;/TD&gt;&lt;TD&gt;RAG&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Metric 1&lt;/TD&gt;&lt;TD&gt;sum({&amp;lt;month={'mar', 'APR'}&amp;gt;}Sales)&lt;/TD&gt;&lt;TD&gt;sum({&amp;lt;month={'Jan', 'Feb'}&amp;gt;}Sales)&lt;/TD&gt;&lt;TD&gt;column 1/column 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Metric 2&lt;/TD&gt;&lt;TD&gt;count({&amp;lt;month={'mar', 'APR'}&amp;gt;}sales)&lt;/TD&gt;&lt;TD&gt;count({&amp;lt;month={'Jan', 'Feb'}&amp;gt;}Sales)&lt;/TD&gt;&lt;TD&gt;column 1/column 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Metric 3&lt;/TD&gt;&lt;TD&gt;avg({&amp;lt;month={'mar', 'APR'}&amp;gt;}sales)&lt;/TD&gt;&lt;TD&gt;avg({&amp;lt;month={'Jan', 'Feb'}&amp;gt;}Sales)&lt;/TD&gt;&lt;TD&gt;column 1/column 2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Metric 4&lt;/TD&gt;&lt;TD&gt;max({&amp;lt;month={'mar', 'APR'}&amp;gt;}sales)&lt;/TD&gt;&lt;TD&gt;max({&amp;lt;month={'Jan', 'Feb'}&amp;gt;}Sales)&lt;/TD&gt;&lt;TD&gt;column 1/column 2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this we have 5 straight tables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once we get the RAG value, we need to assign color to it.&lt;/P&gt;&lt;P&gt;Once the RAG of each cell has been determined, we need to calculate the overall RAG based on the maximum number of Green cell, Orange cell and Red cell.&lt;/P&gt;&lt;P&gt;for e.g: from all the straight table ,we have 10 Green RAG, 6 Orange RAG and 4 Red RAG. so the overall RAG should be Green. The Overall RAG can be shown as a text object.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Note: We have around 5 million records in the measure table, so the solution needs to be optimised.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1615865#M445421</guid>
      <dc:creator>ipsita26</dc:creator>
      <dc:date>2024-11-16T02:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Determine the Final RAG color based on multiple RAG calculated in the UI</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1616369#M445459</link>
      <description>&lt;P&gt;There you go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MC.PNG" style="width: 997px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17731i1150D63360005CE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="MC.PNG" alt="MC.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Create your logics at script level will do.&lt;/P&gt;&lt;P&gt;For the text box, use mode to identify the color to be displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer qvw attached to view the logics.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 02:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1616369#M445459</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-08-26T02:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Determine the Final RAG color based on multiple RAG calculated in the UI</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1635789#M446774</link>
      <description>&lt;P&gt;hi, i do not have any facility to see the QVW which you have shared, as I have desktop version and we work on QlikSense enterprise version. Can you please write the solution here.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 06:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1635789#M446774</guid>
      <dc:creator>ipsita26</dc:creator>
      <dc:date>2019-10-16T06:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determine the Final RAG color based on multiple RAG calculated in the UI</title>
      <link>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1635832#M446779</link>
      <description>&lt;P&gt;Refer qvf attached below as reference.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Arthur Fong&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 08:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Determine-the-Final-RAG-color-based-on-multiple-RAG-calculated/m-p/1635832#M446779</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2019-10-16T08:02:13Z</dc:date>
    </item>
  </channel>
</rss>

