<?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 Is this possible within Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316400#M587328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Something very close to what you describe should be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create both the objects (chart and table) - obviously with no selections made the table will be large. Set the conditional show (Properties &amp;gt; Layout)to hide the table unless STATUS='Won' or getselectedcount(STATUS)=1. You could place further restrictions on this by adding conditions such as getselectedcount(CUSTOMER)=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also control the display further by adding a 'Display Detail' button that switches a variable value to then show the table instead of actually clicking the bar in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow you to control the detailed data as you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any problems let me know and maybe post an example dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2011 15:51:49 GMT</pubDate>
    <dc:creator>matt_crowther</dc:creator>
    <dc:date>2011-06-23T15:51:49Z</dc:date>
    <item>
      <title>Is this possible within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316399#M587327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wandering if the following is actually possible within Qlikview, it's not something I've been able to come across: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have the a bar chart which shows by status how many tenders we've won as a company. I want it to work in a similar way as an Excel pivot table i.e. when a user double clicks a selection a separate table box is opened showing the breakdown of cases that total their selection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example: There are 33 cases reporting as 'Won' if the user double clicks the 'Won' section the 33 cases are then shown in a table box so the user can see the breakdown.&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I've made sense and I look forward to any help if possible?!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Samuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 14:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316399#M587327</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-06-23T14:39:33Z</dc:date>
    </item>
    <item>
      <title>Is this possible within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316400#M587328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Something very close to what you describe should be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create both the objects (chart and table) - obviously with no selections made the table will be large. Set the conditional show (Properties &amp;gt; Layout)to hide the table unless STATUS='Won' or getselectedcount(STATUS)=1. You could place further restrictions on this by adding conditions such as getselectedcount(CUSTOMER)=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also control the display further by adding a 'Display Detail' button that switches a variable value to then show the table instead of actually clicking the bar in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow you to control the detailed data as you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any problems let me know and maybe post an example dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2011 15:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316400#M587328</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-06-23T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316401#M587329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply…I’m just wondering how the second option (using a display detail button) would work, how would I go about setting this up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help you can offer is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 08:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316401#M587329</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-06-24T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316402#M587330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'Display Detail' option would work as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create your table as normal.&lt;/P&gt;&lt;P&gt;Create a variable (lets say vShowDetail)&lt;/P&gt;&lt;P&gt;Create a button with an action to 'Set Variable' - refer it to vShowDetail and get it to set the value to '1'. Give it the label 'Show Detail'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the conditional show of your table to be when vShowDetail=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the conditional show of the button to be when vShowDetail=0 (button will disappear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a second button exactly the same as the first that is conditionally shown when vShowDetail=1 and has the action to set the variable to '0'. Give it the label 'Hide Detail' and position exactly where the previous button was / is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a really useful technique for controlling objects (certainly before v10 and Container Objects) but also allows us to flexibly control the display of objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a similar technique in my corporate Christmas Card last year - attached - look at the 'minimize' icon on the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316402#M587330</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2011-06-24T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is this possible within Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316403#M587331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had started to play around with the VB side of it and adding message boxes to the button etc...and strangely I had made a variable named the same as you and I've used the same logic too!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hadn't thought of adding another button to hide everything again though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help and ideas they've really helped me realise that with a little playing around the sky can be the limit!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 11:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-possible-within-Qlikview/m-p/316403#M587331</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2011-06-24T11:07:04Z</dc:date>
    </item>
  </channel>
</rss>

