<?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 Color coding conditions using dimensionality and pick func in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-coding-conditions-using-dimensionality-and-pick-func/m-p/1692960#M52975</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have doubt on creating color coding using dimentionality() and pick() .&lt;/P&gt;&lt;P&gt;My requirement is : There is three colum(total ,completed and incomplete ). if the task get completed in duedate it is " T ", If the task is completed after two days of duedate then " t2 ".&amp;nbsp; and there is one thing called goal. In T2, the completed task goal should show as&amp;nbsp; &amp;gt;=90%. So from this i need color coding for columns .&lt;/P&gt;&lt;P&gt;Here duedate is t2 and goal is % &amp;gt;= 90&lt;/P&gt;&lt;P&gt;Color Coding Requirement:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(When duedate(t2) is not met but % &amp;gt;=90, color is green&lt;/P&gt;&lt;P&gt;When t2 is met but % NOT &amp;gt;=90, color is Red--&lt;/P&gt;&lt;P&gt;When t2 is not met and goal not met, color is blank&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;If 1 or more is red in sub-category, Rollup(total) color is red&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;If nothing is red, total color is green)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Image desc:&lt;/P&gt;&lt;P&gt;Here, Total as one dimension&amp;nbsp;&lt;/P&gt;&lt;P&gt;Country as another dimesion&amp;nbsp;&lt;/P&gt;&lt;P&gt;and subcatogery as another dimension..&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you please help me with writing formula using dimensionality and as we have many conditions for color coding, i would like use pick() for all.&lt;/P&gt;&lt;P&gt;I have tried few for first three but i got stuck on giving last two conditions for total : I will explain you with table below&lt;/P&gt;&lt;P&gt;//If Goal met, GREEN&lt;BR /&gt;IF(COUNT(DISTINCT {&amp;lt;duedate={1}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'}&amp;gt;} ID) &amp;gt;= 90, '$(vGreenColor)',&lt;/P&gt;&lt;P&gt;//If t2 MET and goal NOT MET, RED&lt;BR /&gt;IF(COUNT(DISTINCT {&amp;lt;duedate={1},duedate_past={1}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'},duedate_Past={1}&amp;gt;} ID) &amp;lt; 90, '$(vRedColor)',&lt;/P&gt;&lt;P&gt;//If t2 not met and goal met&lt;BR /&gt;If(COUNT(DISTINCT {&amp;lt;duedate={0},duedate_past={0}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'},duedate_past={0}&amp;gt;} ID) &amp;gt;= 90, white(),..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31725i3621536B10341896/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:42:03 GMT</pubDate>
    <dc:creator>Sai_Mohan</dc:creator>
    <dc:date>2024-11-16T02:42:03Z</dc:date>
    <item>
      <title>Color coding conditions using dimensionality and pick func</title>
      <link>https://community.qlik.com/t5/App-Development/Color-coding-conditions-using-dimensionality-and-pick-func/m-p/1692960#M52975</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have doubt on creating color coding using dimentionality() and pick() .&lt;/P&gt;&lt;P&gt;My requirement is : There is three colum(total ,completed and incomplete ). if the task get completed in duedate it is " T ", If the task is completed after two days of duedate then " t2 ".&amp;nbsp; and there is one thing called goal. In T2, the completed task goal should show as&amp;nbsp; &amp;gt;=90%. So from this i need color coding for columns .&lt;/P&gt;&lt;P&gt;Here duedate is t2 and goal is % &amp;gt;= 90&lt;/P&gt;&lt;P&gt;Color Coding Requirement:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(When duedate(t2) is not met but % &amp;gt;=90, color is green&lt;/P&gt;&lt;P&gt;When t2 is met but % NOT &amp;gt;=90, color is Red--&lt;/P&gt;&lt;P&gt;When t2 is not met and goal not met, color is blank&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;If 1 or more is red in sub-category, Rollup(total) color is red&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;If nothing is red, total color is green)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Image desc:&lt;/P&gt;&lt;P&gt;Here, Total as one dimension&amp;nbsp;&lt;/P&gt;&lt;P&gt;Country as another dimesion&amp;nbsp;&lt;/P&gt;&lt;P&gt;and subcatogery as another dimension..&lt;/P&gt;&lt;P&gt;&amp;nbsp;Can you please help me with writing formula using dimensionality and as we have many conditions for color coding, i would like use pick() for all.&lt;/P&gt;&lt;P&gt;I have tried few for first three but i got stuck on giving last two conditions for total : I will explain you with table below&lt;/P&gt;&lt;P&gt;//If Goal met, GREEN&lt;BR /&gt;IF(COUNT(DISTINCT {&amp;lt;duedate={1}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'}&amp;gt;} ID) &amp;gt;= 90, '$(vGreenColor)',&lt;/P&gt;&lt;P&gt;//If t2 MET and goal NOT MET, RED&lt;BR /&gt;IF(COUNT(DISTINCT {&amp;lt;duedate={1},duedate_past={1}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'},duedate_Past={1}&amp;gt;} ID) &amp;lt; 90, '$(vRedColor)',&lt;/P&gt;&lt;P&gt;//If t2 not met and goal met&lt;BR /&gt;If(COUNT(DISTINCT {&amp;lt;duedate={0},duedate_past={0}&amp;gt;}ID)*100/COUNT(DISTINCT {&amp;lt;Deferred={'No'},duedate_past={0}&amp;gt;} ID) &amp;gt;= 90, white(),..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/31725i3621536B10341896/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sai&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-coding-conditions-using-dimensionality-and-pick-func/m-p/1692960#M52975</guid>
      <dc:creator>Sai_Mohan</dc:creator>
      <dc:date>2024-11-16T02:42:03Z</dc:date>
    </item>
  </channel>
</rss>

