<?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: Show a table based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231718#M856300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch('|' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;GetFieldSelections(Table_list, '|', 100)&lt;/SPAN&gt; &amp;amp; '|', '*|&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;TableA&lt;/SPAN&gt;|*')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 21:59:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-07T21:59:44Z</dc:date>
    <item>
      <title>Show a table based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231717#M856299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 tables displayed in a Qlikview app.&amp;nbsp; TableA, TableB &amp;amp; TableC.&amp;nbsp; I want to be able to select a table name from a list box and only display that table.&amp;nbsp; If no table is selected in the List Box then no tables should appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of my tables has a conditional statement as follows ( for &lt;SPAN style="font-size: 13.3333px;"&gt;TableA&lt;/SPAN&gt; is looks like this):&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =WildMatch('|'&amp;amp; Concat(Table_list, '|') &amp;amp; '|', '*|&lt;SPAN style="font-size: 13.3333px;"&gt;TableA&lt;/SPAN&gt;|*')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have built a list of tables in a ListBox.&amp;nbsp; When I select &lt;SPAN style="font-size: 13.3333px;"&gt;TableA&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;from the ListBox it appears on the form and the other tables disappear.&amp;nbsp; When I clear the ListBox selection, ALL the tables reappear.&amp;nbsp; This is when they should all be hidden.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried :&amp;nbsp; =SubStringCount(Concat(Table_list,'|'),'&lt;SPAN style="font-size: 13.3333px;"&gt;TableA&lt;/SPAN&gt;') and get the same results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts as to how to have the tables &lt;SPAN style="text-decoration: underline;"&gt;hidden&lt;/SPAN&gt; until a selection is made in the ListBox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231717#M856299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show a table based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231718#M856300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch('|' &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;GetFieldSelections(Table_list, '|', 100)&lt;/SPAN&gt; &amp;amp; '|', '*|&lt;SPAN style="font-size: 13.3333px; font-family: inherit;"&gt;TableA&lt;/SPAN&gt;|*')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231718#M856300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T21:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show a table based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231719#M856301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly.&amp;nbsp; Thank you.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you briefly explain why this worked and mine did not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231719#M856301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T22:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show a table based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231720#M856302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getfieldselections only lists a selected field.... when nothing is selected it is null. Whereas Concat looks at the possible value. If nothing is selected, it will concat all possible values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231720#M856302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T22:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Show a table based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231721#M856303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes sense.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-a-table-based-on-selection/m-p/1231721#M856303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-07T22:12:14Z</dc:date>
    </item>
  </channel>
</rss>

