<?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 Re: Calling straight table when clicked on a particular chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728034#M1071661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create a variable like dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar = getfieldselections(Dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The in trigger you can check the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Variable Event trigger&lt;/SPAN&gt; - OnChange set another variable as 1 or 0 to show or hide the table you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 12:38:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-07T12:38:19Z</dc:date>
    <item>
      <title>Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728029#M1071656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have 4 straight table chart overlapped. The requirement is when i click on one particular bar chart, one of this table should populate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no action feature in Bar charts. So is there any work around to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728029#M1071656</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-08-07T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728030#M1071657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are selecting a dimension value in the chart, then you can use a variable which uses the dimension value and then use the Variable Event trigger in the document properties to show your Tables accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are just clicking anywhere else without selecting any dimension value, then you can use a Text box with transparency 100% on top of the graph and use its actions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 06:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728030#M1071657</guid>
      <dc:creator />
      <dc:date>2014-08-07T06:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728031#M1071658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the one which uses variables and actions&lt;/P&gt;&lt;P&gt;Se the sample please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728031#M1071658</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-08-07T07:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728032#M1071659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are Right Bar Chart doesn't have Action feature.&lt;/P&gt;&lt;P&gt;But, you can achieve your desired Result using Conditional - Variables Show/Hide.&lt;/P&gt;&lt;P&gt;Set on Charts Layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aviral Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728032#M1071659</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-08-07T07:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728033#M1071660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for inputs..Can you please elaborate a bit on Variable Event trigger..Lets say i have one table object as TB02 and I have to call it from one dimension lets say 'A'..how can it be done?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 07:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728033#M1071660</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2014-08-07T07:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728034#M1071661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create a variable like dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVar = getfieldselections(Dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The in trigger you can check the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Variable Event trigger&lt;/SPAN&gt; - OnChange set another variable as 1 or 0 to show or hide the table you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728034#M1071661</guid>
      <dc:creator />
      <dc:date>2014-08-07T12:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling straight table when clicked on a particular chart</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728035#M1071662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the simple way is to use layout conditional visibility in your st table. getSelectedCount(DimensionField)&amp;gt;0&lt;/P&gt;&lt;P&gt;when one or&amp;nbsp; more than one values of the DimensionField is selected&amp;nbsp; in the bar chart then the st table appears. you need to make sure the dimensionfield is not present on any other list box or other charts.&lt;/P&gt;&lt;P&gt;Please take a look at the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 12:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-straight-table-when-clicked-on-a-particular-chart/m-p/728035#M1071662</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-08-07T12:56:43Z</dc:date>
    </item>
  </channel>
</rss>

