<?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: Display only columns with filtered value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-only-columns-with-filtered-value/m-p/1548725#M745579</link>
    <description>&lt;P&gt;Perform a cross table load to convert your cross table to a conventional table for analysis.&lt;/P&gt;&lt;PRE&gt;Result:
CrossTable(Year, Value, 2)
Load Name_of_bank, Total_count, Year 2017, Year 2018, Year 2019
From ...&lt;/PRE&gt;&lt;P&gt;If you would like the years as numbers, you need one more step:&lt;/P&gt;&lt;PRE&gt;T_CROSST:
CrossTable(T_Year, Value, 2)
Load Name_of_bank, Total_count, Year 2017, Year 2018, Year 2019
From ...

RESULT:
LOAD Name_of_bank, 
	Total_count,
	SubField(T_Year, ' ', 2) as Year,
	Value
Resident T_CROSST;&lt;/PRE&gt;&lt;P&gt;Now you can create a list box with Year and see the results for the selected year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2019 13:57:11 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-02-25T13:57:11Z</dc:date>
    <item>
      <title>Display only columns with filtered value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-columns-with-filtered-value/m-p/1548712#M745578</link>
      <description>&lt;P&gt;Hello, i have a table f.e. like this&lt;/P&gt;&lt;P&gt;Name_of_bank | Total_count | Year 2017 | Year 2018 | Year 2019&lt;/P&gt;&lt;P&gt;ING&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; | 0&lt;/P&gt;&lt;P&gt;Erste &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; | 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; | 2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; | 2&lt;/P&gt;&lt;P&gt;And so on.. In filter I choose Year 2017.&lt;/P&gt;&lt;P&gt;My questions is, is it possible to display in the table only column Year 2017. If I choose different year, display only filtered year.&lt;/P&gt;&lt;P&gt;If not, do you have an idea how to do so?&lt;/P&gt;&lt;P&gt;Thank you in advance.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-columns-with-filtered-value/m-p/1548712#M745578</guid>
      <dc:creator>Matt</dc:creator>
      <dc:date>2024-11-16T04:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display only columns with filtered value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-columns-with-filtered-value/m-p/1548725#M745579</link>
      <description>&lt;P&gt;Perform a cross table load to convert your cross table to a conventional table for analysis.&lt;/P&gt;&lt;PRE&gt;Result:
CrossTable(Year, Value, 2)
Load Name_of_bank, Total_count, Year 2017, Year 2018, Year 2019
From ...&lt;/PRE&gt;&lt;P&gt;If you would like the years as numbers, you need one more step:&lt;/P&gt;&lt;PRE&gt;T_CROSST:
CrossTable(T_Year, Value, 2)
Load Name_of_bank, Total_count, Year 2017, Year 2018, Year 2019
From ...

RESULT:
LOAD Name_of_bank, 
	Total_count,
	SubField(T_Year, ' ', 2) as Year,
	Value
Resident T_CROSST;&lt;/PRE&gt;&lt;P&gt;Now you can create a list box with Year and see the results for the selected year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 13:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-columns-with-filtered-value/m-p/1548725#M745579</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-02-25T13:57:11Z</dc:date>
    </item>
  </channel>
</rss>

