<?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 Activate Object on Field Selection in Container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Activate-Object-on-Field-Selection-in-Container/m-p/1555426#M743702</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two straight tables in a QlikView app, Object TABLE1 and TABLE2 (for example). I have these two tables in a container with tabs at the top.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1 contains summary level data, and table 2 contains more detailed data. I would like to be in table 1 and click on an expression value in a column and have it filter based on the dimensions of the table (which it already does) and flip to table 2 within the same container to see the details. I have tried use document properties &amp;gt; triggers with no success. I have read that there are issues with not being able to use actions within a container.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like I will need to create a macro for this. But I am very new to QlikView and I haven't been able to find code online to create a macro that does this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:15:39 GMT</pubDate>
    <dc:creator>gusbus14</dc:creator>
    <dc:date>2024-11-16T21:15:39Z</dc:date>
    <item>
      <title>Activate Object on Field Selection in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-Object-on-Field-Selection-in-Container/m-p/1555426#M743702</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two straight tables in a QlikView app, Object TABLE1 and TABLE2 (for example). I have these two tables in a container with tabs at the top.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1 contains summary level data, and table 2 contains more detailed data. I would like to be in table 1 and click on an expression value in a column and have it filter based on the dimensions of the table (which it already does) and flip to table 2 within the same container to see the details. I have tried use document properties &amp;gt; triggers with no success. I have read that there are issues with not being able to use actions within a container.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like I will need to create a macro for this. But I am very new to QlikView and I haven't been able to find code online to create a macro that does this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-Object-on-Field-Selection-in-Container/m-p/1555426#M743702</guid>
      <dc:creator>gusbus14</dc:creator>
      <dc:date>2024-11-16T21:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Activate Object on Field Selection in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Activate-Object-on-Field-Selection-in-Container/m-p/1555639#M743703</link>
      <description>&lt;P&gt;Instead of using container try to create two text-boxes or buttons and toggle two charts with triggers on text-boxes or buttons&lt;/P&gt;&lt;P&gt;for suppose on text box 1 triggers --&amp;gt; assign variable=1 and text box 2 triggers --&amp;gt; assign variable=2&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;put condition on layout of TABLE1 like below&lt;/P&gt;&lt;P&gt;=if(variable=1,1,0)&lt;/P&gt;&lt;P&gt;put condition on layout of TABLE2 like below, Fieldname is dimension you mentioned&lt;/P&gt;&lt;P&gt;=if(Getselectedcount(Fieldname)&amp;gt;0 or variable=2,1,0)&lt;/P&gt;&lt;P&gt;Hope this works for you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 19:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activate-Object-on-Field-Selection-in-Container/m-p/1555639#M743703</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-03-12T19:31:10Z</dc:date>
    </item>
  </channel>
</rss>

