<?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: How to display all the values in a dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840373#M69569</link>
    <description>&lt;P&gt;I still can see the gray fields.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cattura.PNG" style="width: 642px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63037i7927C79E828FE69E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 08:45:07 GMT</pubDate>
    <dc:creator>danimarc12</dc:creator>
    <dc:date>2021-09-30T08:45:07Z</dc:date>
    <item>
      <title>How to display all the values in a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840222#M69559</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have the following issue: I want to create a simple table composed of a column with a dimension which has all the values of my dataset and a secon column with a measure which shows an "X" if the dimension has a data or "O" if not.&lt;/P&gt;&lt;P&gt;I'm gonna show you:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="img1.PNG" style="width: 889px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/62998i2EDD56F2F6231F26/image-size/large?v=v2&amp;amp;px=999" role="button" title="img1.PNG" alt="img1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;"Cliente" is my dimension but, as you can see, if I select an year from my filter, I'm gonna exclude the values with gray background. My goal is to display all of them and display in another column if they are in the year I select.&lt;/P&gt;&lt;P&gt;I hope I've been clear.&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 16:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840222#M69559</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2021-09-29T16:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all the values in a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840247#M69563</link>
      <description>&lt;P&gt;Cliente can be your dimension.&amp;nbsp; Use this as your expression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pick(count({1} distinct 1) * count( distinct 1) + 1, 'O', 'X')&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 18:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840247#M69563</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-29T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all the values in a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840373#M69569</link>
      <description>&lt;P&gt;I still can see the gray fields.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cattura.PNG" style="width: 642px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/63037i7927C79E828FE69E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Cattura.PNG" alt="Cattura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 08:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840373#M69569</guid>
      <dc:creator>danimarc12</dc:creator>
      <dc:date>2021-09-30T08:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to display all the values in a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840472#M69590</link>
      <description>&lt;P&gt;ok in this scenario where you want to be able to filter also, you need to have this field dis-associated from the data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create an island table like:&lt;/P&gt;&lt;P&gt;Cliente_island:&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cliente as Cliente_All&lt;/P&gt;&lt;P&gt;resident &amp;lt;data source&amp;gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then your object's dimension will be Cliente_All field.&lt;/P&gt;&lt;P&gt;And your expression will be:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pick(count({1} distinct 1) * count(&lt;STRONG&gt;&lt;FONT color="#339966"&gt; {&amp;lt;Cliente_All&amp;nbsp; = P(Cliente) &amp;gt;}&lt;/FONT&gt;&lt;/STRONG&gt; distinct 1) + 1, 'O', 'X')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 11:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-all-the-values-in-a-dimension/m-p/1840472#M69590</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-09-30T11:25:08Z</dc:date>
    </item>
  </channel>
</rss>

