<?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 Qlik Sense Selection Issue/Challenge in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454218#M35709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me with the following question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two related tables, the first one contains tickets, the second one subtickets. In both tables I have a&amp;nbsp; column "Month".&lt;/P&gt;&lt;P&gt;Here is a simplified version of these tables with columns ticket ID, subticket ID and month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1 | Jan&lt;/P&gt;&lt;P&gt;T2 | Dec &lt;/P&gt;&lt;P&gt;T3 | Nov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST1 | T1 | Jan&lt;/P&gt;&lt;P&gt;ST2 | T1 | Feb &lt;/P&gt;&lt;P&gt;ST3 | T2 | Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are related via Ticket ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I now select "Jan", QlikSense displays T1 from table A and ST1 &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;and ST2&lt;/STRONG&gt;&lt;/SPAN&gt; from table B.&amp;nbsp; But I want to see T1, ST1, and &lt;SPAN style="text-decoration: underline;"&gt;ST3&lt;/SPAN&gt; as these are the tickets from "Jan". &lt;/P&gt;&lt;P&gt;I can of course use SET to break the selection for the visualization of table B, but I don't want to do a &lt;STRONG style="text-decoration: underline;"&gt;manual&lt;/STRONG&gt; selection for both tables. Is there some way to automatically select the month in Table B once I do a selection for Table A?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2018 15:09:19 GMT</pubDate>
    <dc:creator>michael089</dc:creator>
    <dc:date>2018-01-11T15:09:19Z</dc:date>
    <item>
      <title>Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454218#M35709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me with the following question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two related tables, the first one contains tickets, the second one subtickets. In both tables I have a&amp;nbsp; column "Month".&lt;/P&gt;&lt;P&gt;Here is a simplified version of these tables with columns ticket ID, subticket ID and month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1 | Jan&lt;/P&gt;&lt;P&gt;T2 | Dec &lt;/P&gt;&lt;P&gt;T3 | Nov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ST1 | T1 | Jan&lt;/P&gt;&lt;P&gt;ST2 | T1 | Feb &lt;/P&gt;&lt;P&gt;ST3 | T2 | Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables are related via Ticket ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I now select "Jan", QlikSense displays T1 from table A and ST1 &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;and ST2&lt;/STRONG&gt;&lt;/SPAN&gt; from table B.&amp;nbsp; But I want to see T1, ST1, and &lt;SPAN style="text-decoration: underline;"&gt;ST3&lt;/SPAN&gt; as these are the tickets from "Jan". &lt;/P&gt;&lt;P&gt;I can of course use SET to break the selection for the visualization of table B, but I don't want to do a &lt;STRONG style="text-decoration: underline;"&gt;manual&lt;/STRONG&gt; selection for both tables. Is there some way to automatically select the month in Table B once I do a selection for Table A?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 15:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454218#M35709</guid>
      <dc:creator>michael089</dc:creator>
      <dc:date>2018-01-11T15:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454219#M35710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the Month of Table A and Month of Table B have the same field name, it is going to be part of the join of the tables&lt;/P&gt;&lt;P&gt;To prevent it (as the Month of T2 is Dec in Table A and Feb in Table B) Load the second table with another name in the field holding the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;id_ticket, date_ticket&lt;/P&gt;&lt;P&gt;T1, Jan&lt;/P&gt;&lt;P&gt;T2, Dec&lt;/P&gt;&lt;P&gt;T3, Nov];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;id_subticket, id_ticket, date_subticket&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ST1, T1, Jan&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ST2, T1, Feb&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ST3, T2, Jan];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now selecting the &lt;SPAN style="font-size: 13.3333px;"&gt;date_subticket &lt;/SPAN&gt;will yield what you want (ST1 and ST3), as the join will not use date as the key.&lt;/P&gt;&lt;P&gt;Qlik is all about the name of the fields &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need a mix of eg.: the minimum date of the join, the first step is to convert it to a date variable, and later you can use if(&lt;SPAN style="font-size: 13.3333px;"&gt;date_ticket &amp;lt; &lt;SPAN style="font-size: 13.3333px;"&gt;date_subticket, &lt;SPAN style="font-size: 13.3333px;"&gt;date_ticket, &lt;SPAN style="font-size: 13.3333px;"&gt;date_subticket) in your view.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454219#M35710</guid>
      <dc:creator>chris3669</dc:creator>
      <dc:date>2018-01-11T18:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454220#M35711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response &amp;amp; thoughts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simplified my tables a bit and I should have been more precise about this. Actually, the month fields in both tables have different names - the relation is via ticket_id. Unfortunately, selecting the month for the field date_subticket is not a solution. I think selecting "Jan" from date_subticket will give me ST1 and ST3 from TableB and T1 and T2 from TableA. And ticket T2 was issued in Dec &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the correct result, I would first have to select "Jan" from date_ticket and then (on the next sheet maybe) delete the first selection and select "Jan" from date_subticket so see all the (sub)tickets that were issued in "Jan".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454220#M35711</guid>
      <dc:creator>michael089</dc:creator>
      <dc:date>2018-01-12T09:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454221#M35712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide a sample of the target output you want? It ll make it easy to help you&lt;/P&gt;&lt;P&gt;Here is the join from both tables, can you tag which rows do you want? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="484"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;row&lt;/TD&gt;&lt;TD width="105"&gt;id_ticket&lt;/TD&gt;&lt;TD width="105"&gt;date_ticket&lt;/TD&gt;&lt;TD width="105"&gt;id_subticket&lt;/TD&gt;&lt;TD width="105"&gt;date_subticket&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;T1&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;TD&gt;ST1&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;T1&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;TD&gt;ST2&lt;/TD&gt;&lt;TD&gt;Feb&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;T2&lt;/TD&gt;&lt;TD&gt;Dec&lt;/TD&gt;&lt;TD&gt;ST3&lt;/TD&gt;&lt;TD&gt;Jan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;T3&lt;/TD&gt;&lt;TD&gt;Nov&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:53:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454221#M35712</guid>
      <dc:creator>chris3669</dc:creator>
      <dc:date>2018-01-12T16:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454222#M35713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the late response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for instance, I want to see the number of tickets and subtickets that were issued in January (so T1, ST1, and ST3). &lt;/P&gt;&lt;P&gt;Expected result:&lt;/P&gt;&lt;P&gt;- Tickets: 1&lt;/P&gt;&lt;P&gt;- Subtickets: 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use a filter pane with the column "date_ticket" and select "Jan" it gets me rows 1 and 2.Note, in row 2 ST2 was issued in "Feb".&lt;/P&gt;&lt;P&gt;Result: Tickets: 2; Subtickets: 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use a filter pane with the column "date_subticket" and select "Jan" it gets me rows 1 and 3. Note: in row 3 T2 was issued in "Dec".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Result: Tickets: 2; Subtickets: 2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the issue is I have two timelines - one for tickets and one for subtickets. I cannot solve this problem using Qlik's standard selection mechanism. I would have to use SET expressions in the visualization (e.g. in separate bar charts for tickets and subtickets), but then I'm loosing the flexibility of selecting different timeframes. I was just wandering if there was a smarter design such situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 15:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454222#M35713</guid>
      <dc:creator>michael089</dc:creator>
      <dc:date>2018-01-18T15:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Selection Issue/Challenge</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454223#M35714</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;You can change a bit the structure to achieve the desired view&lt;/P&gt;&lt;P&gt;In each load, can create a new field that will generate a new join in the information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id_ticket as ticket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_ticket as date_item&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;id_ticket, date_ticket&lt;/P&gt;&lt;P&gt;T1, Jan&lt;/P&gt;&lt;P&gt;T2, Dec&lt;/P&gt;&lt;P&gt;T3, Nov];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableB:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id_subticket as ticket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date_subticket as date_item&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;id_subticket, id_ticket, date_subticket&lt;/P&gt;&lt;P&gt;ST1, T1, Jan&lt;/P&gt;&lt;P&gt;ST2, T1, Feb&lt;/P&gt;&lt;P&gt;ST3, T2, Jan];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, when you select the "&lt;SPAN style="font-size: 13.3333px;"&gt;date_item&lt;/SPAN&gt;" it will return &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;T1, ST1, and ST3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;IMG alt="2018-01-19 09_48_28-teste_christian - Minha nova pasta _ Pastas - Qlik Sense.png" class="jive-image image-1" src="/legacyfs/online/190638_2018-01-19 09_48_28-teste_christian - Minha nova pasta _ Pastas - Qlik Sense.png" style="height: 116px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 11:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Selection-Issue-Challenge/m-p/1454223#M35714</guid>
      <dc:creator>chris3669</dc:creator>
      <dc:date>2018-01-19T11:49:20Z</dc:date>
    </item>
  </channel>
</rss>

