<?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: Straight table Click event in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736498#M263484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an calculated Expression for example:&lt;/P&gt;&lt;P&gt;=(COUNT(DISTINCT{&amp;lt;sales={'&amp;gt;=0&amp;lt;=35'},[Status]={'*'}-{'0',''}&amp;gt;}[Eno])/count({&amp;lt; [Status]={'*'}-{'0',''}&amp;gt;}DISTINCT [Eno]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above expression i have filter on sales and status on the basis of it i am calculating it and separating it out.&lt;/P&gt;&lt;P&gt;above is 0-35, then i have 36-70,70-80 so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension is year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what i want is if i am clicking on any of the cell for example: if user clicking on cell which has a value 20 and its expression range 80-90 and corresponding year is 2009 then i should have both year and expression value as filter condition for another straight table which will display the list of Employees. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if it is clear, if you wants a will post sample app or screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 15:49:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-01T15:49:47Z</dc:date>
    <item>
      <title>Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736494#M263480</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 a straight table with almost 10 columns each Cell has numbers which represent to each employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement: On click of cell of straight table i want to display a new table which will have list of employees based on cell user click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible ? if yes then how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your suggestions and ideas if there is any possible ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 14:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736494#M263480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T14:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736495#M263481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;typo correction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have a straight table with almost 10 columns each Cell has numbers &lt;STRONG&gt;which is number of employee.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 14:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736495#M263481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T14:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736496#M263482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The straight table chart (and all other charts) have a Show-&amp;gt;Condition expression on the layout tab where you can define the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to capture a 'click in cell' on a straight table chart per se.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if a user clicks on an 'expression' cell it will select a single value for each dimension in the chart. You can use that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you had 2 dimensions Year and Region, then your show condition for the straight table chart is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(Year)=1 and GetSelectedCount(Region)=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736496#M263482</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-01T15:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736497#M263483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not straight forward.&lt;/P&gt;&lt;P&gt;But there are always workarounds available.&lt;/P&gt;&lt;P&gt;Need to know what type of calculation you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736497#M263483</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-01T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736498#M263484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an calculated Expression for example:&lt;/P&gt;&lt;P&gt;=(COUNT(DISTINCT{&amp;lt;sales={'&amp;gt;=0&amp;lt;=35'},[Status]={'*'}-{'0',''}&amp;gt;}[Eno])/count({&amp;lt; [Status]={'*'}-{'0',''}&amp;gt;}DISTINCT [Eno]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above expression i have filter on sales and status on the basis of it i am calculating it and separating it out.&lt;/P&gt;&lt;P&gt;above is 0-35, then i have 36-70,70-80 so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dimension is year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what i want is if i am clicking on any of the cell for example: if user clicking on cell which has a value 20 and its expression range 80-90 and corresponding year is 2009 then i should have both year and expression value as filter condition for another straight table which will display the list of Employees. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if it is clear, if you wants a will post sample app or screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 15:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736498#M263484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-01T15:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Click event</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736499#M263485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe add a dummy dimension in the data model in a data island which has the different buckets as string values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first chart t, add that dummy dimension and conditionally show the correct bucket for each row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when the user selects the cell, you can grab the selected range from the dummy dimension (because the user is selecting on it) and take that into a a SET ANALYSIS statement in the expression(s) in the next table. The Year will pass as is because its in the selection state. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The show condition would be on the Year and the dummy dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example will help too as mentioned by Ashfaq&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 16:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Click-event/m-p/736499#M263485</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-01T16:06:16Z</dc:date>
    </item>
  </channel>
</rss>

