<?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: Sequential selects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555214#M482571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can suggest 2 possible solutions, both assuming that you have 2 separate fields - Month and PerDesc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using Actions. You can use "OnSelect" trigger for the field PerDesc, and enforse a selection in the field Month every time the user selects or changes PerDesc. You may need to tinker with the field format, but generally, this is the direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Using a data modelling technique that I'm calling "as of date", where you create a linking table for the two Month Fields, and you associate a number of Months with each corresponding PerDesc. So, for example, if clicking on March needs to trigger a selection of Jan, Feb and March, then in your table you need to associate Months Jan, Feb and March with PerDesc = March. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PerDesc&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, when PerDesc Mar gets selected, all three associated months will be "selected" (or rather associated with your selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal preference is the second solution because it's using QlikView associative logic and not triggers and actions and other "pyrotechnics". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Aug 2013 14:58:27 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2013-08-03T14:58:27Z</dc:date>
    <item>
      <title>Sequential selects</title>
      <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555213#M482570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still learning, but I would appreciate help on this. I have a month number table (which I need to index the data):&lt;/P&gt;&lt;P&gt;Map_Period:&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Period, PerDesc&lt;BR /&gt;01, Jan&lt;BR /&gt;02, Feb&lt;BR /&gt;03, Mar&lt;BR /&gt;04, Apr&lt;BR /&gt;05, May&lt;BR /&gt;06, Jun&lt;BR /&gt;07, Jul&lt;BR /&gt;08, Aug&lt;BR /&gt;09, Sep&lt;BR /&gt;10, Oct&lt;BR /&gt;11, Nov&lt;BR /&gt;12, Dec&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;PerDesc is now a selection list box, showing the moths. How do I enforce a click where, for example, you select 'Aug', and every month up to (and incuding) 'Aug' is selected? Having trolled the discussions, I have not found anything that works!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 21:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555213#M482570</guid>
      <dc:creator />
      <dc:date>2013-08-02T21:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sequential selects</title>
      <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555214#M482571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can suggest 2 possible solutions, both assuming that you have 2 separate fields - Month and PerDesc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using Actions. You can use "OnSelect" trigger for the field PerDesc, and enforse a selection in the field Month every time the user selects or changes PerDesc. You may need to tinker with the field format, but generally, this is the direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Using a data modelling technique that I'm calling "as of date", where you create a linking table for the two Month Fields, and you associate a number of Months with each corresponding PerDesc. So, for example, if clicking on March needs to trigger a selection of Jan, Feb and March, then in your table you need to associate Months Jan, Feb and March with PerDesc = March. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PerDesc&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;Feb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;Mar&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, when PerDesc Mar gets selected, all three associated months will be "selected" (or rather associated with your selection).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal preference is the second solution because it's using QlikView associative logic and not triggers and actions and other "pyrotechnics". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2013 14:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555214#M482571</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-08-03T14:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sequential selects</title>
      <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555215#M482572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Oleg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't get the trigger-type mechanism to work cleanly, but the table mechanism works and it is elegant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 09:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555215#M482572</guid>
      <dc:creator />
      <dc:date>2013-08-05T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sequential selects</title>
      <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555216#M482573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are very welcome. Your question pushed me off the fence, and I wrote a blog post about it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.naturalsynergies.com/q-tip-4-how-to-use-as-of-date-table/" style="font-size: 10pt; line-height: 1.5em;"&gt;http://www.naturalsynergies.com/q-tip-4-how-to-use-as-of-date-table/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 20:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555216#M482573</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2013-08-20T20:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sequential selects</title>
      <link>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555217#M482574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - added to my Favourites!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sequential-selects/m-p/555217#M482574</guid>
      <dc:creator />
      <dc:date>2013-08-21T06:27:10Z</dc:date>
    </item>
  </channel>
</rss>

