<?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 Show if Column problem in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1709655#M54479</link>
    <description>&lt;P&gt;Hi Guys, I tried to pin it to another post, but i hadn't answer. I have a little problem.&lt;BR /&gt;&lt;BR /&gt;I created Dimension Table. Looks like:&lt;BR /&gt;Dimensions:&lt;BR /&gt;CrossTable(DimensionType,DimensionValue)&lt;BR /&gt;Load * Inline [&lt;BR /&gt;DimensionIndex, DimensionName, DimensionCode&lt;BR /&gt;1, Imię i nazwisko, PassengerName&lt;BR /&gt;2, Numer biletu, TicketNumber&lt;/P&gt;&lt;P&gt;This table I have on my filter pane. In my table every column has function in "Show column if" section:&lt;BR /&gt;(concat(DimensionIndex=1)) AND GetSelectedCount(DimensionValue)&amp;gt;0. It works, but only with 14 any dimensions. When I select 15 Dimension it shows all of columns. Anybody knows why?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 08:14:42 GMT</pubDate>
    <dc:creator>w0jt4z</dc:creator>
    <dc:date>2020-06-10T08:14:42Z</dc:date>
    <item>
      <title>Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1709655#M54479</link>
      <description>&lt;P&gt;Hi Guys, I tried to pin it to another post, but i hadn't answer. I have a little problem.&lt;BR /&gt;&lt;BR /&gt;I created Dimension Table. Looks like:&lt;BR /&gt;Dimensions:&lt;BR /&gt;CrossTable(DimensionType,DimensionValue)&lt;BR /&gt;Load * Inline [&lt;BR /&gt;DimensionIndex, DimensionName, DimensionCode&lt;BR /&gt;1, Imię i nazwisko, PassengerName&lt;BR /&gt;2, Numer biletu, TicketNumber&lt;/P&gt;&lt;P&gt;This table I have on my filter pane. In my table every column has function in "Show column if" section:&lt;BR /&gt;(concat(DimensionIndex=1)) AND GetSelectedCount(DimensionValue)&amp;gt;0. It works, but only with 14 any dimensions. When I select 15 Dimension it shows all of columns. Anybody knows why?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1709655#M54479</guid>
      <dc:creator>w0jt4z</dc:creator>
      <dc:date>2020-06-10T08:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1709753#M54491</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you share an app with sample data&amp;nbsp;&lt;BR /&gt;it's hard to understand the issue from your description&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 13:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1709753#M54491</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-06-10T13:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1718776#M54606</link>
      <description>&lt;P&gt;Of course. I tried to duplicate my problem in the test app, but&amp;nbsp; here looks it's ok. Maybe it is problem with many Dimensions?&lt;BR /&gt;I attach my app and simplified data model.&amp;nbsp;&lt;BR /&gt;I have data, i have attributes and "dimensions". Dimensions is for choosing which column should be on the table. What could I do wrong? The important thing is never mind which column I select, it is always &amp;gt;15 then show all columns.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 10:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1718776#M54606</guid>
      <dc:creator>w0jt4z</dc:creator>
      <dc:date>2020-06-15T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1718827#M54611</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you use this expression :&lt;/P&gt;&lt;P&gt;=if(index('|' &amp;amp; concat(distinct DimensionIndex,'|') &amp;amp; '|','|2|')&amp;gt;0 AND GetSelectedCount(DimensionValue)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;it's works for any number of dimensions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1718827#M54611</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-06-15T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719078#M54626</link>
      <description>&lt;P&gt;Thank You for solution, I'll try it, but I don't fully understand it. Why should I use '|' in my expression?&lt;BR /&gt;And I understand, "&amp;amp; '|','|2|')&amp;gt;0 " - the number 2 is number of my index?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 07:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719078#M54626</guid>
      <dc:creator>w0jt4z</dc:creator>
      <dc:date>2020-06-16T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719261#M54653</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;the pipe symbol is for that i'll know the separator&lt;/P&gt;&lt;P&gt;i look for '|2|' to be sure its a the right value , if i looked for 2 than if you had dimension 12 or 20 dimension 2 will also appear&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 13:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719261#M54653</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-06-16T13:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show if Column problem</title>
      <link>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719596#M54694</link>
      <description>&lt;P&gt;I didn't know that, thank You very much for Your help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Wojtek&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 10:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-if-Column-problem/m-p/1719596#M54694</guid>
      <dc:creator>w0jt4z</dc:creator>
      <dc:date>2020-06-17T10:50:46Z</dc:date>
    </item>
  </channel>
</rss>

