<?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: Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection/m-p/482625#M180362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can this be a simpler solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create listbox with the following expression : =If(TXIT_Group_Region.Load =Group_Region, TXIT_Group_Region.Load)&lt;/P&gt;&lt;P&gt;And allow user to select from this list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that, TXIT_Group_Region.Load is a superset of Group_Region&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2013 04:29:10 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-08-12T04:29:10Z</dc:date>
    <item>
      <title>Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selection/m-p/482624#M180361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this particular table where user have the option to select which Group_Country field or Group_Region field they would want to look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user select Indonesia, the data will show as of Indoensia perspective&lt;/P&gt;&lt;P&gt;and if user select Asia, the data will show as of Asia perspective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((sum({$&amp;lt;TXIT_Group_Country.Load ={$(=(Group_Country))} &amp;gt;} Transit_TEU) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group_Country is a field for user to select the countries from&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I would want the tableto be dynamic in the sense that it will detect whether user select country or region field before displaying out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried methods such as &lt;/P&gt;&lt;P&gt;((sum({$&amp;lt;TXIT_Group_Country.Load ={$(=(Group_Country))},TXIT_Group_Region.Load ={$(=(Group_Region))} &amp;gt;} Transit_TEU) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;((sum({$&amp;lt;TXIT_Group_Country.Load ={$(=(Group_Country))} or TXIT_Group_Region.Load ={$(=(Group_Region))} &amp;gt;} Transit_TEU) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 02:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection/m-p/482624#M180361</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-08-12T02:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selection/m-p/482625#M180362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can this be a simpler solution ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create listbox with the following expression : =If(TXIT_Group_Region.Load =Group_Region, TXIT_Group_Region.Load)&lt;/P&gt;&lt;P&gt;And allow user to select from this list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming that, TXIT_Group_Region.Load is a superset of Group_Region&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 04:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection/m-p/482625#M180362</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-12T04:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Selection/m-p/482626#M180363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could use the option of conditional visualization of the table. In the design tab, select conditional showing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="45315" class="jive-image-thumbnail jive-image" onclick="" alt="example.png" src="https://community.qlik.com/legacyfs/online/45315_example.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the textbox, you could write down the condition you want to apply. In your particular case, if you want the table to be shown only when one country or one region is selected by the user, it should be something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getSelectedCount(Group_Country)=1 or getSelectedCount(Group_Region)=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 06:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection/m-p/482626#M180363</guid>
      <dc:creator />
      <dc:date>2013-08-12T06:26:48Z</dc:date>
    </item>
  </channel>
</rss>

