<?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 different columns (table) when different filters are selected in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897440#M74085</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a filter with X Y Z and a table that reacts to the selection. Is there a way to create a table that will show only columns&amp;nbsp; A,B,C when filter X is selected and only columns P,Q,R when filter Y is selected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks is Advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 01:17:18 GMT</pubDate>
    <dc:creator>GHasan</dc:creator>
    <dc:date>2022-02-25T01:17:18Z</dc:date>
    <item>
      <title>Show different columns (table) when different filters are selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897440#M74085</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a filter with X Y Z and a table that reacts to the selection. Is there a way to create a table that will show only columns&amp;nbsp; A,B,C when filter X is selected and only columns P,Q,R when filter Y is selected?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks is Advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 01:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897440#M74085</guid>
      <dc:creator>GHasan</dc:creator>
      <dc:date>2022-02-25T01:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Show different columns (table) when different filters are selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897459#M74086</link>
      <description>&lt;P&gt;can you try using conditional show&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 03:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897459#M74086</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-02-25T03:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Show different columns (table) when different filters are selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897494#M74087</link>
      <description>&lt;P&gt;Hi GHasan,&lt;/P&gt;
&lt;P&gt;Need to use "Enable Conditional" feature.&lt;/P&gt;
&lt;P&gt;Use below expression in A,B,C Columns to show them when X is selected in filter:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;If(GetFieldSelections(Filter)=X,1,0)&amp;nbsp; &amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use same approach to show P,Q,R columns When Y is selected .&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope, this will answer your question. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please mark it correct, if you find it useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Squeshi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 06:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897494#M74087</guid>
      <dc:creator>squreshi</dc:creator>
      <dc:date>2022-02-25T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show different columns (table) when different filters are selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897800#M74108</link>
      <description>&lt;P&gt;Yes I used it, and it worked.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 19:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897800#M74108</guid>
      <dc:creator>GHasan</dc:creator>
      <dc:date>2022-02-25T19:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Show different columns (table) when different filters are selected</title>
      <link>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897801#M74109</link>
      <description>&lt;P&gt;Hi Squreshi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I used the following and it worked:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN&gt;Selection&lt;/SPAN&gt;)&amp;gt; =1 AND Concat(Selection, ' , ') Like&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;'*X*'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 19:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-different-columns-table-when-different-filters-are-selected/m-p/1897801#M74109</guid>
      <dc:creator>GHasan</dc:creator>
      <dc:date>2022-02-25T19:33:18Z</dc:date>
    </item>
  </channel>
</rss>

