<?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: Set analysis on a dimension used for color coding in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649231#M63529</link>
    <description>&lt;P&gt;Just out of curiosity, are you ignore selection in&amp;nbsp;&lt;SPAN&gt;[Customer status] field within your expression or not?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2019 15:42:22 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-11-20T15:42:22Z</dc:date>
    <item>
      <title>Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1648541#M63520</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have following data in my app, with both fields not related to each other:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customer.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23952i46D5B18895C9A8EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="customer.png" alt="customer.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the app, we have a filter on 'Customer status', which is always on value ACTV.&lt;/P&gt;&lt;P&gt;I have a bar chart which shows data on the 'Activity Type' (stacked bar chart with color coding in function of the 'Activity Type').&lt;/P&gt;&lt;P&gt;- When Customer status = ACTV is not selected, the colors for each 'Activity Type' work correctly.&lt;BR /&gt;- but when Customer status = ACTV is selected (default), the colors are not shown. So I try to find a way to make that dimension ignore the filter on Customer status.&lt;/P&gt;&lt;P&gt;I have tried multiple solutions to have the Color by Dimension ignore the filter on&amp;nbsp;[Customer status], but they don't seem to work:&lt;/P&gt;&lt;P&gt;- aggr(only({&amp;lt;[Customer status]=&amp;gt;} [Activity Type]),[Activity Type])&lt;BR /&gt;- concat({&amp;lt;[Customer status]=&amp;gt;} distinct [Activity Type], ',')&lt;BR /&gt;- aggr(concat({&amp;lt;[Customer status]=&amp;gt;} distinct [Activity Type],','),[Activity Type])&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what other possible solutions I could try?&lt;/P&gt;&lt;P&gt;For info, with color coding set to 'Single Color', I can see the activity types stacks, but cannot color each of them (see image). While when no selection is made on the ACTV value, the colors are rendered well (one for each activity type).&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customer2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24079i15A8780F7DDFCC16/image-size/large?v=v2&amp;amp;px=999" role="button" title="customer2.png" alt="customer2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1648541#M63520</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2024-11-16T19:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1648912#M63521</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any possibility to share the QVF? This will make it easier to fix the problem.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 08:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1648912#M63521</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-11-20T08:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649141#M63522</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is confidential information in this QVF, so I cannot share it &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 13:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649141#M63522</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-20T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649155#M63523</link>
      <description>&lt;P&gt;Are you using a color expression for color?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 14:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649155#M63523</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-20T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649201#M63524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;- aggr({&amp;lt;[Customer status]=&amp;gt;}only({&amp;lt;[Customer status]=&amp;gt;} [Activity Type]),[Activity Type])
- concat({&amp;lt;[Customer status]=&amp;gt;} distinct [Activity Type], ',')
- aggr({&amp;lt;[Customer status]=&amp;gt;}concat({&amp;lt;[Customer status]=&amp;gt;} distinct [Activity Type],','),[Activity Type]&lt;/LI-CODE&gt;&lt;P&gt;I think you need the set analysis also in the aggregation.&lt;/P&gt;&lt;P&gt;Jordy&lt;/P&gt;&lt;P&gt;Climber&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649201#M63524</guid>
      <dc:creator>JordyWegman</dc:creator>
      <dc:date>2019-11-20T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649211#M63525</link>
      <description>&lt;P&gt;In the Colors and legend part of the bar chart, I use color 'By Dimension'. There I write the expression in the 'select dimension' box.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649211#M63525</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-20T15:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649215#M63526</link>
      <description>&lt;P&gt;Have not tried that before, but where do you specify the color for each dimension? It is determined on it's own? May be try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;only({&amp;lt;[Customer status]=&amp;gt;} [Activity Type])&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649215#M63526</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-20T15:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649217#M63527</link>
      <description>&lt;P&gt;Thanks, I tried the 3 of them (in the color 'By Dimension', pasting it in the dimension field, but it didn't work.&lt;/P&gt;&lt;P&gt;For info, with color coding set to 'Single Color', I can see the activity types stacks, but cannot color each of them (see image). While when no selection is made on the ACTV value, the colors are rendered well (one for each activity type).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customer2.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24078i3957BDCD75BC7D66/image-size/large?v=v2&amp;amp;px=999" role="button" title="customer2.png" alt="customer2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649217#M63527</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-20T15:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649225#M63528</link>
      <description>&lt;P&gt;Thanks for the suggestion, but it didn't work.&lt;/P&gt;&lt;P&gt;Here's where I pasted the code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customer3.png" style="width: 242px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24080i1727F8B89E6293EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="customer3.png" alt="customer3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649225#M63528</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-20T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649231#M63529</link>
      <description>&lt;P&gt;Just out of curiosity, are you ignore selection in&amp;nbsp;&lt;SPAN&gt;[Customer status] field within your expression or not?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 15:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649231#M63529</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-20T15:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649256#M63530</link>
      <description>&lt;P&gt;That's where I used your suggested code:&lt;/P&gt;&lt;PRE&gt;only({&amp;lt;[Customer status]=&amp;gt;} [Activity Type])&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649256#M63530</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-20T16:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649268#M63531</link>
      <description>&lt;P&gt;I meant the chart Measure&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 16:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1649268#M63531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-20T16:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1650017#M63532</link>
      <description>&lt;P&gt;Yes the chart measure ignores the Customer_Status field as well.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 10:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1650017#M63532</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-22T10:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1650061#M63533</link>
      <description>&lt;P&gt;I am not sure what might be going on. Would you be able to share a sample to show the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1650061#M63533</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-22T11:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis on a dimension used for color coding</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1651250#M63534</link>
      <description>&lt;P&gt;Unfortunately, I cannot share the app. But how can we make the set analysis ignore the NULL values ? These fields come from two separate tables where the keys don't match, therefore creates these NULL values.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 08:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-on-a-dimension-used-for-color-coding/m-p/1651250#M63534</guid>
      <dc:creator>mkliqvia</dc:creator>
      <dc:date>2019-11-26T08:48:02Z</dc:date>
    </item>
  </channel>
</rss>

