<?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: Drill down Background Colour Expression Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595411#M43816</link>
    <description>&lt;P&gt;Thanks for heads up.&lt;/P&gt;&lt;P&gt;'is there a way that can make the color of second column independent on what 1st column are showing? or you have any other suggestion?'&lt;/P&gt;&lt;P&gt;Sure there is. You can still use IF statement where appropriate or make a default colour using Wildmatch, instead of Match.&lt;/P&gt;&lt;P&gt;In that case, you can have '*' as last option and assign an appropriate colour in Pick as the last option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: please don't forget to mark an appropriate response as correct or helpful&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 06:27:44 GMT</pubDate>
    <dc:creator>SergeyMak</dc:creator>
    <dc:date>2019-06-25T06:27:44Z</dc:date>
    <item>
      <title>Drill down Background Colour Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595358#M43807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to apply different colour for different level of drill down.&lt;/P&gt;&lt;P&gt;First Level of Drill Down&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Subphase.JPG" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14306iA5FD23818C370A87/image-size/large?v=v2&amp;amp;px=999" role="button" title="Subphase.JPG" alt="Subphase.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Second Level of Drill Down (Delayed is filtered from the first level drill down)&lt;/P&gt;&lt;P&gt;I want this level to show different colour of background for On Track, Completed and Delayed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Key Activities.JPG" style="width: 441px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14304i48DCFCCA617B6C1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Key Activities.JPG" alt="Key Activities.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Third Level of Drill Down (Delayed filtered from the second level of drill down)&lt;/P&gt;&lt;P&gt;I want this level also to show different colour. for this case, In Progress should have amber background colour.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ACtvities.JPG" style="width: 440px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14305i834F409638B02C76/image-size/large?v=v2&amp;amp;px=999" role="button" title="ACtvities.JPG" alt="ACtvities.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can please help? Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595358#M43807</guid>
      <dc:creator>shima_hish</dc:creator>
      <dc:date>2024-11-16T05:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Background Colour Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595363#M43808</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it can be solved by using&amp;nbsp;GetObjectDimension() function.&lt;/P&gt;&lt;P&gt;In your case&lt;/P&gt;&lt;P&gt;Pick(Match(&amp;nbsp;GetObjectDimension(),'Sub-phase','Key Activities','Activities'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Pick(Match([Subphase Health Status],'Completed','Delayed','On Track'),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;green(),lightred(),lightgreen())),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lightred(),red()&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;I might miss some brackets, but that should give an idea.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 03:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595363#M43808</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2019-06-25T03:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Background Colour Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595391#M43814</link>
      <description>&lt;P&gt;Hi Sergey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;As suggested by you, I pasted the following code in background colour expression:&lt;/P&gt;&lt;P&gt;Pick(Match( GetObjectDimension(),'Sub-phase','Key Activities','Activities'),&lt;/P&gt;&lt;P&gt;Pick(Match([Subphase Health Status],'Completed','Delayed','On Track'),&lt;/P&gt;&lt;P&gt;green(),lightred(),lightgreen()))&lt;/P&gt;&lt;P&gt;It gives the following result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Subphase.JPG" style="width: 335px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14309i74B11D9730DBF6C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Subphase.JPG" alt="Subphase.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I drilled down on 'Delayed', it will show the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drill2.JPG" style="width: 441px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14310iD7E6076D017A8E86/image-size/large?v=v2&amp;amp;px=999" role="button" title="drill2.JPG" alt="drill2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So I made some adjustment on the code to the following:&lt;/P&gt;&lt;P&gt;Pick(Match( GetObjectDimension(),'Sub-phase','Key Activities','Activities'),&lt;BR /&gt;&lt;BR /&gt;Pick(Match([Subphase Health Status],'Completed','Delayed','On Track','At Risk'),green(),lightred(),rgb(50,205,50),RGB(255,191,0)),&lt;BR /&gt;Pick(Match([Health Status],'Completed','Delayed','On Track','At Risk'),green(),lightred(),rgb(50,205,50),RGB(255,191,0)),&lt;BR /&gt;Pick(Match([Workplan Status],'Completed','In Progress','Not Started'),green(),RGB(255,191,0),lightred()))&lt;/P&gt;&lt;P&gt;It's working fine on the following when I tried to drilldown further on 'Delayed' status:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drilla1.JPG" style="width: 271px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14313iF16A9854BA189B0B/image-dimensions/271x122?v=v2" width="271" height="122" role="button" title="drilla1.JPG" alt="drilla1.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filtered by 'Delayed' in Subphase Health Status" style="width: 227px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14311iB59447118D3EF692/image-dimensions/227x67?v=v2" width="227" height="67" role="button" title="drilla2.JPG" alt="Filtered by 'Delayed' in Subphase Health Status" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Filtered by 'Delayed' in Subphase Health Status&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Filtered by 'Delayed' in  Health Status" style="width: 277px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14312iF7A0CA70E29AB6A7/image-dimensions/277x86?v=v2" width="277" height="86" role="button" title="drilla3.JPG" alt="Filtered by 'Delayed' in  Health Status" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Filtered by 'Delayed' in  Health Status&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, when I tried to filter by On Track on the first level, then drilled down further in 1st column from Testing &amp;gt; SIT SRM &amp;amp; MM, this is what happened:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drillb1.JPG" style="width: 261px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14315iFD67D9551AB7169E/image-dimensions/261x90?v=v2" width="261" height="90" role="button" title="drillb1.JPG" alt="drillb1.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drillb2.JPG" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14314iCE054B351D727ADD/image-dimensions/247x46?v=v2" width="247" height="46" role="button" title="drillb2.JPG" alt="drillb2.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="drillb3.JPG" style="width: 229px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/14316i6380AF31CED6A44F/image-dimensions/229x128?v=v2" width="229" height="128" role="button" title="drillb3.JPG" alt="drillb3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;from my observation, the desired colour for the status will display if the 1st column is drilled down to Activities.&lt;/P&gt;&lt;P&gt;Just want to give you a heads up, the workplan status and health status is actually for Activities. the Subphase health status is for Sub-phase.&lt;/P&gt;&lt;P&gt;is there a way that can make the color of second column independent on what 1st column are showing? or you have any other suggestion?&lt;/P&gt;&lt;P&gt;Really appreciate your reply! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 05:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595391#M43814</guid>
      <dc:creator>shima_hish</dc:creator>
      <dc:date>2019-06-25T05:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Background Colour Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595411#M43816</link>
      <description>&lt;P&gt;Thanks for heads up.&lt;/P&gt;&lt;P&gt;'is there a way that can make the color of second column independent on what 1st column are showing? or you have any other suggestion?'&lt;/P&gt;&lt;P&gt;Sure there is. You can still use IF statement where appropriate or make a default colour using Wildmatch, instead of Match.&lt;/P&gt;&lt;P&gt;In that case, you can have '*' as last option and assign an appropriate colour in Pick as the last option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: please don't forget to mark an appropriate response as correct or helpful&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 06:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595411#M43816</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2019-06-25T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down Background Colour Expression Table</title>
      <link>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595447#M43817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please give me the example of it? I'm still new with Qlik Sense. I am quite familiar with IF statement but not with WildMatch and Pick functionality. What do you mean yea when you mentioned about&amp;nbsp; '*' as last option in Pick? and how to use If, Pick and wildmatch together?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is it like this?&lt;/P&gt;&lt;P&gt;if(&lt;BR /&gt;Pick(wildMatch([Subphase Health Status],'Completed','Delayed','On Track','At Risk'),green(),lightred(),rgb(50,205,50),RGB(255,191,0)),&lt;BR /&gt;Pick(wildMatch([Health Status],'Completed','Delayed','On Track','At Risk'),green(),lightred(),rgb(50,205,50),RGB(255,191,0)),&lt;BR /&gt;Pick(wildMatch([Workplan Status],'Completed','In Progress','Not Started'),green(),RGB(255,191,0),lightred()),&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 07:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drill-down-Background-Colour-Expression-Table/m-p/1595447#M43817</guid>
      <dc:creator>shima_hish</dc:creator>
      <dc:date>2019-06-25T07:42:58Z</dc:date>
    </item>
  </channel>
</rss>

