<?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 Opening new objects on selection and populating below on screen. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774138#M274620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still in my first 3 months of learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Grouping column that brings in A, B and C.&lt;/P&gt;&lt;P&gt;When A is selected, I want a container to appear (which will have some graphs within in).&lt;/P&gt;&lt;P&gt;So when A is selected from the group column, the container with the graph for Group A appears. When there is no current selection, it should not show any of the containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if A has another column with 5 lines of data, B has another column with 10 lines of data, C has 20, the data per group appears and the remaining space below the table of data is used to fill the remaining bottom of the screen. So if A and 5 lines of data, say 95% of the bottom of the screen would be an empty space so the container will appear right below it, Group B has 10 lines of data, so say 80% of the screen is empty so the container would fill this 80% of the screen and Group C has 20 lines of data so 50% of the screen so C's associated container would populate in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when Group A appears, only Group A's container appears, when B is selected, only B's container appears and so on but fills the space below the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know in C++ and Java, OnClick() is the equivalent. What would the equivalent be for Qlikview?&lt;/P&gt;&lt;P&gt;Thanks. Hope this all makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2014 12:09:45 GMT</pubDate>
    <dc:creator>bobbydave</dc:creator>
    <dc:date>2014-12-04T12:09:45Z</dc:date>
    <item>
      <title>Opening new objects on selection and populating below on screen.</title>
      <link>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774138#M274620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still in my first 3 months of learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Grouping column that brings in A, B and C.&lt;/P&gt;&lt;P&gt;When A is selected, I want a container to appear (which will have some graphs within in).&lt;/P&gt;&lt;P&gt;So when A is selected from the group column, the container with the graph for Group A appears. When there is no current selection, it should not show any of the containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if A has another column with 5 lines of data, B has another column with 10 lines of data, C has 20, the data per group appears and the remaining space below the table of data is used to fill the remaining bottom of the screen. So if A and 5 lines of data, say 95% of the bottom of the screen would be an empty space so the container will appear right below it, Group B has 10 lines of data, so say 80% of the screen is empty so the container would fill this 80% of the screen and Group C has 20 lines of data so 50% of the screen so C's associated container would populate in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when Group A appears, only Group A's container appears, when B is selected, only B's container appears and so on but fills the space below the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know in C++ and Java, OnClick() is the equivalent. What would the equivalent be for Qlikview?&lt;/P&gt;&lt;P&gt;Thanks. Hope this all makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774138#M274620</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2014-12-04T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Opening new objects on selection and populating below on screen.</title>
      <link>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774139#M274621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the layout tab of the Container under the show option&lt;/P&gt;&lt;P&gt;write the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Getfieldselection(&amp;lt;YourFiledanme&amp;gt;) = 'A' for container to pop up when A is selected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Getfieldselection(&amp;lt;YourFiledanme&amp;gt;) = 'B' for container to pop up when B is selected .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Getfieldselection(&amp;lt;YourFiledanme&amp;gt;) = 'C' for container to pop up when C is selected .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 12:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774139#M274621</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-12-04T12:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Opening new objects on selection and populating below on screen.</title>
      <link>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774140#M274622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's exactly it.&lt;/P&gt;&lt;P&gt;I was able to resize the containers to maximise the space from ther.e&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2014 13:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Opening-new-objects-on-selection-and-populating-below-on-screen/m-p/774140#M274622</guid>
      <dc:creator>bobbydave</dc:creator>
      <dc:date>2014-12-04T13:08:15Z</dc:date>
    </item>
  </channel>
</rss>

