<?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: Conditional show of dimension value in table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588525#M43101</link>
    <description>When nothing is selected the table isn't displayed, which I already did with a conditional display. For your second question it doesn't really matter whether Description 2 should be displayed or not. If it's easier to display all columns in that case, fine by me.</description>
    <pubDate>Wed, 05 Jun 2019 10:13:32 GMT</pubDate>
    <dc:creator>klikgevoel</dc:creator>
    <dc:date>2019-06-05T10:13:32Z</dc:date>
    <item>
      <title>Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588508#M43096</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to display some text within a table. However, when there are no values in a column, I do not want the column to show. An example is given below. So, for ID 1, the dimension named description 2 should not be displayed when ID 1 is chosen. For the other ID's, if chosen, all dimensions should show, even if for one year there is no data.&lt;/P&gt;&lt;P&gt;How would we work on this?&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-left" image-alt="conditional table.PNG" style="width: 397px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/13215i00578FA5EF03D01B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="conditional table.PNG" alt="conditional table.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588508#M43096</guid>
      <dc:creator>klikgevoel</dc:creator>
      <dc:date>2024-11-16T05:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588524#M43100</link>
      <description>What should be displayed when nothing is selected or IDs 1 and 3 are selected?</description>
      <pubDate>Wed, 05 Jun 2019 10:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588524#M43100</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-05T10:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588525#M43101</link>
      <description>When nothing is selected the table isn't displayed, which I already did with a conditional display. For your second question it doesn't really matter whether Description 2 should be displayed or not. If it's easier to display all columns in that case, fine by me.</description>
      <pubDate>Wed, 05 Jun 2019 10:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588525#M43101</guid>
      <dc:creator>klikgevoel</dc:creator>
      <dc:date>2019-06-05T10:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588528#M43102</link>
      <description>&lt;P&gt;For such columns you could write 'Show column if' expression like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Len(MaxString([Description 2]))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 10:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588528#M43102</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-05T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588539#M43105</link>
      <description>Thanks, this works for my purpose! Could you elaborate the why behind this solution? After a quick search I found that MaxString() has the same function as Max() for integers, and Len() does what it says for strings. As such, this function evaluates; max string length. So Qlik does not show dimensions which evaluates to 0 aka null?</description>
      <pubDate>Wed, 05 Jun 2019 10:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588539#M43105</guid>
      <dc:creator>klikgevoel</dc:creator>
      <dc:date>2019-06-05T10:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show of dimension value in table</title>
      <link>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588551#M43106</link>
      <description>&lt;P&gt;Yes (somehow).&lt;/P&gt;&lt;P&gt;Actually the evaluation/technicality works like:&lt;/P&gt;&lt;P&gt;Qlik expect true/false from the expression written as condition. In qlik, numeric value &lt;STRONG&gt;zero is false&lt;/STRONG&gt;, and &lt;STRONG&gt;non-zero number is true&lt;/STRONG&gt;. Now my expression uses maxstring() an aggregation function to find the max string from available string values in that field. If there exists a value , it's length would be &amp;gt;0. Greater than zero value is evaluated as true and if no string values are there, the length would be returned as 0 which is false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 11:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Conditional-show-of-dimension-value-in-table/m-p/1588551#M43106</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-06-05T11:05:19Z</dc:date>
    </item>
  </channel>
</rss>

