<?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 Drill down between table expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145384#M892791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables with below columns , If user clicks on 'Table1'&amp;nbsp; then another 'Table2' should appear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Number of Orders, Total No of Order Processed, Total No of Orders Cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total No of Items in Order, Sum of Quantity, Order Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145384#M892791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two tables with below columns , If user clicks on 'Table1'&amp;nbsp; then another 'Table2' should appear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total Number of Orders, Total No of Order Processed, Total No of Orders Cancelled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Total No of Items in Order, Sum of Quantity, Order Date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145384#M892791</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145385#M892792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you are using a dimension in Table1. If the user clicks in a cell in Table1, he is actually making selections in the table dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a show condition (on layout tab in chart properties) in Table2 based on a selection check of Table1 dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount( DimensionFieldOfTable1 ) =1 ),1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 21:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145385#M892792</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-21T21:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145386#M892793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no , there is no dimension in Table1, all are expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 21:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145386#M892793</guid>
      <dc:creator />
      <dc:date>2016-08-21T21:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145387#M892794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a transparent text box with an action to toggle a variable.&lt;/P&gt;&lt;P&gt;Overlay this transparent text boxes over Table1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this variable in the show condition of Table2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 21:51:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145387#M892794</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-21T21:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145388#M892795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you describe the transparent textbox, what does it consist of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 22:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145388#M892795</guid>
      <dc:creator />
      <dc:date>2016-08-21T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145389#M892796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this was what Stefan talking about. Check this and try: &lt;/P&gt;&lt;P&gt;In the attached sample if you click on Table 1 Table 2 will show and hide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a variable vShow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used text object action item Set variable action - then &lt;/P&gt;&lt;P&gt;vShow &lt;/P&gt;&lt;P&gt;= If(vShow = 0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Table 2 Layout Conditional check &lt;/P&gt;&lt;P&gt;= vShow = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is what you are looking for Mark Stefan' s as Correct as it was his Idea. I have just explained a little thats it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 01:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145389#M892796</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-22T01:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145390#M892797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created transparent text box and placed it over table completely it seems not covering the table , after placing textbox on table&amp;nbsp; I am not getting the hand click option on table headers and it seems texbox has not covered the table even I have increased the size of textbox and placed it over table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 10:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145390#M892797</guid>
      <dc:creator />
      <dc:date>2016-08-22T10:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145391#M892798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your initial question, you said you want to click on one table1 and table2 should be hidden so, the workaround here was to layover the text box on top of table1, it looks like you are clicking on the table but you are actually clicking on transparent text object. You want to click on table headers or any where in the table. What is your actual requirement can you please elaborate. Could you able to see the attached qvw file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145391#M892798</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-22T11:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145392#M892799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I set the Layer option of textbox as "Top" and now it is working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 16:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145392#M892799</guid>
      <dc:creator />
      <dc:date>2016-08-22T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Drill down between table expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145393#M892800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked. Yes, i my qvw file attached previously has the textobject layer option to TOP. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 16:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Drill-down-between-table-expressions/m-p/1145393#M892800</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-08-22T16:08:47Z</dc:date>
    </item>
  </channel>
</rss>

