<?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 Conditional Show Issue - Straight Tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500327#M186943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy Monday!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with a drill down as a dimension. The Drill down dimension has 4 levels – Faculty, Division, Course and student. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user reaches the 4&lt;SUP&gt;th&lt;/SUP&gt; level by drilling down through the dimension to Student, I want to change the table that is displayed (I want to display different columns at the Student level as opposed to the original columns displayed at the Faculty level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now obviously if I was using selectors outside of the straight table it would be easy, just using GetSelectedCount etc&lt;/P&gt;&lt;P&gt;But I’m not – nothing outside of the chart is being selected, only the dimension itself from within the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, how can I make my table disappear and another appear when the user drills down to the lowest level in the dimension? (i.e. conditional show)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Wonky.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 10:02:35 GMT</pubDate>
    <dc:creator>wonkymeister</dc:creator>
    <dc:date>2013-06-24T10:02:35Z</dc:date>
    <item>
      <title>Conditional Show Issue - Straight Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500327#M186943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy Monday!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table with a drill down as a dimension. The Drill down dimension has 4 levels – Faculty, Division, Course and student. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the user reaches the 4&lt;SUP&gt;th&lt;/SUP&gt; level by drilling down through the dimension to Student, I want to change the table that is displayed (I want to display different columns at the Student level as opposed to the original columns displayed at the Faculty level)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now obviously if I was using selectors outside of the straight table it would be easy, just using GetSelectedCount etc&lt;/P&gt;&lt;P&gt;But I’m not – nothing outside of the chart is being selected, only the dimension itself from within the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is, how can I make my table disappear and another appear when the user drills down to the lowest level in the dimension? (i.e. conditional show)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Wonky.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500327#M186943</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2013-06-24T10:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Issue - Straight Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500328#M186944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should still be able to use getselected count. The drill downgroup constists of fields. By drilling down, you make a selection in the current field in the group and the chart drills down to the next field in the group. If you add listboxes for the fields in the drilldown group you will see that values get selected. So, using the getselectedcount function should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:34:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500328#M186944</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-24T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Issue - Straight Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500329#M186945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this in conditional show for the Student Detail table: = if( only(Student), 1 , 0)&lt;/P&gt;&lt;P&gt;Use this in conditional show for the All Students table:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = if( only(Student), 0 , 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500329#M186945</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2013-06-24T10:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show Issue - Straight Tables</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500330#M186946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course it does, i'm being a total idiot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry and thanks fellas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monday morning idiocy, more caffeine required &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-Issue-Straight-Tables/m-p/500330#M186946</guid>
      <dc:creator>wonkymeister</dc:creator>
      <dc:date>2013-06-24T10:48:26Z</dc:date>
    </item>
  </channel>
</rss>

