<?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 and hide column (expression) based on listbox selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-and-hide-column-expression-based-on-listbox-selection/m-p/1560960#M742880</link>
    <description>&lt;P&gt;On the attached you will see that when a list box selection is selected it will add it to the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when all selections are removed all columns still appear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I alter the condition code so that each column can be added and removed independently of one an other and if one is not selected it will not appear regardless of no other selections being made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:03:12 GMT</pubDate>
    <dc:creator>robmarr789</dc:creator>
    <dc:date>2024-11-16T04:03:12Z</dc:date>
    <item>
      <title>show and hide column (expression) based on listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/show-and-hide-column-expression-based-on-listbox-selection/m-p/1560960#M742880</link>
      <description>&lt;P&gt;On the attached you will see that when a list box selection is selected it will add it to the table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when all selections are removed all columns still appear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I alter the condition code so that each column can be added and removed independently of one an other and if one is not selected it will not appear regardless of no other selections being made.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-and-hide-column-expression-based-on-listbox-selection/m-p/1560960#M742880</guid>
      <dc:creator>robmarr789</dc:creator>
      <dc:date>2024-11-16T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: show and hide column (expression) based on listbox selection</title>
      <link>https://community.qlik.com/t5/QlikView/show-and-hide-column-expression-based-on-listbox-selection/m-p/1560973#M742881</link>
      <description>Hope i understood your problem correctly.&lt;BR /&gt;If what you want is, when nothing is selected no columns should appear.&lt;BR /&gt;change to something like below&lt;BR /&gt;if(GetSelectedCount(Selection)&amp;gt;0,&lt;BR /&gt;substringcount(concat(Selection),'Quantity')&lt;BR /&gt;,0)</description>
      <pubDate>Mon, 25 Mar 2019 20:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-and-hide-column-expression-based-on-listbox-selection/m-p/1560973#M742881</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-03-25T20:13:15Z</dc:date>
    </item>
  </channel>
</rss>

