<?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 IntervalMatch - something not working properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-something-not-working-properly/m-p/278000#M708462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do an IntervalMatch but it doesn't seem to be making any associations as I would expect it to.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the QVW but it's quite complicated in other parts, so I've tried to isolate:&lt;/P&gt;&lt;P style="text-align: left;"&gt;- the relevant part of the datastructure (by replicating the EndDate field but only bringing in those values that are numerical),&lt;/P&gt;&lt;P&gt;- the relevant area of the script (this is in a tab called "INTERVAL MATCH PROBLEM"),&lt;/P&gt;&lt;P&gt;- the relevant objects in the layout (a sheet called "INTERVAL MATCH PROBLEM").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aims are as follows:&lt;/P&gt;&lt;P&gt;- Allow the user to either select a start and end point, OR select a series of months&lt;/P&gt;&lt;P&gt;- For a given start point (e.g. 1/1/10), the corresponding months should be automatically associated (e.g. Jan-10, Feb-10, ..., Dec-10, Jan-11, Feb-11... etc all the way up to the maximum month read in)&lt;/P&gt;&lt;P&gt;- For a given end point (e.g. 31/12/10), the&amp;nbsp; corresponding months should be automatically associated (e.g. Dec-10, Nov-10, Oct-10, .... Jan-10, Dec-09... etc all the way down to the minimum month read in)&lt;/P&gt;&lt;P&gt;- Thus the combination of a single start point and a single end point would produce a selection of associated months (e.g. start 1/1/10 and end 31/3/10 would give the months Jan-10, Feb-10 and Mar-10)&lt;/P&gt;&lt;P&gt;- Vice versa, so (e.g.) selecting months Feb-10, Jun-10 and Jul-10 would give a start point of 1/2/10 and an end point of 31/7/10.&lt;/P&gt;&lt;P&gt;- So startpoint:month and endpoint:month should both be many:many relationships, but (combo of startpoint &amp;amp; endpoint):(month) should be a one:many relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this because I am pulling data from a few different QVWs via QVDs, and different methods of date selection are used (and make sense) in the different contexts of the various QVWs.&amp;nbsp; E.g. for Fund Performance data, users are used to selecting discrete months (to see, e.g., performance for Feb-10 and Feb-11), but for AUM data they are used to selecting a single start point and a single end point (to get a snapshot at the start and end, and a summary of flows in between the 2 points).&amp;nbsp; In my new QVW (draft attached), I want to (for example) select start point = 1/1/10 and end point = 31/3/10, and see the AUM at these 2 points, the flows in AUM between these 2 points, and monthly discrete performance for Jan-10, Feb-10 and Mar-10.&amp;nbsp; I want to be able to achieve the same result by instead selecting the 3 discrete months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very grateful if somebody could explain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (1)&amp;nbsp;&amp;nbsp; Whether this is possible at all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (2)&amp;nbsp;&amp;nbsp; Whether the IntervalMatch function is the best way to achieve it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (3)&amp;nbsp;&amp;nbsp; Why my IntervalMatch function is not working (have I done the script wrong?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To demonstrate the problem (3), see the table box on the 2nd sheet of the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated, thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2011 12:01:52 GMT</pubDate>
    <dc:creator>sarahallen1</dc:creator>
    <dc:date>2011-09-21T12:01:52Z</dc:date>
    <item>
      <title>IntervalMatch - something not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-something-not-working-properly/m-p/278000#M708462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do an IntervalMatch but it doesn't seem to be making any associations as I would expect it to.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the QVW but it's quite complicated in other parts, so I've tried to isolate:&lt;/P&gt;&lt;P style="text-align: left;"&gt;- the relevant part of the datastructure (by replicating the EndDate field but only bringing in those values that are numerical),&lt;/P&gt;&lt;P&gt;- the relevant area of the script (this is in a tab called "INTERVAL MATCH PROBLEM"),&lt;/P&gt;&lt;P&gt;- the relevant objects in the layout (a sheet called "INTERVAL MATCH PROBLEM").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My aims are as follows:&lt;/P&gt;&lt;P&gt;- Allow the user to either select a start and end point, OR select a series of months&lt;/P&gt;&lt;P&gt;- For a given start point (e.g. 1/1/10), the corresponding months should be automatically associated (e.g. Jan-10, Feb-10, ..., Dec-10, Jan-11, Feb-11... etc all the way up to the maximum month read in)&lt;/P&gt;&lt;P&gt;- For a given end point (e.g. 31/12/10), the&amp;nbsp; corresponding months should be automatically associated (e.g. Dec-10, Nov-10, Oct-10, .... Jan-10, Dec-09... etc all the way down to the minimum month read in)&lt;/P&gt;&lt;P&gt;- Thus the combination of a single start point and a single end point would produce a selection of associated months (e.g. start 1/1/10 and end 31/3/10 would give the months Jan-10, Feb-10 and Mar-10)&lt;/P&gt;&lt;P&gt;- Vice versa, so (e.g.) selecting months Feb-10, Jun-10 and Jul-10 would give a start point of 1/2/10 and an end point of 31/7/10.&lt;/P&gt;&lt;P&gt;- So startpoint:month and endpoint:month should both be many:many relationships, but (combo of startpoint &amp;amp; endpoint):(month) should be a one:many relationship.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do this because I am pulling data from a few different QVWs via QVDs, and different methods of date selection are used (and make sense) in the different contexts of the various QVWs.&amp;nbsp; E.g. for Fund Performance data, users are used to selecting discrete months (to see, e.g., performance for Feb-10 and Feb-11), but for AUM data they are used to selecting a single start point and a single end point (to get a snapshot at the start and end, and a summary of flows in between the 2 points).&amp;nbsp; In my new QVW (draft attached), I want to (for example) select start point = 1/1/10 and end point = 31/3/10, and see the AUM at these 2 points, the flows in AUM between these 2 points, and monthly discrete performance for Jan-10, Feb-10 and Mar-10.&amp;nbsp; I want to be able to achieve the same result by instead selecting the 3 discrete months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very grateful if somebody could explain:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (1)&amp;nbsp;&amp;nbsp; Whether this is possible at all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (2)&amp;nbsp;&amp;nbsp; Whether the IntervalMatch function is the best way to achieve it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (3)&amp;nbsp;&amp;nbsp; Why my IntervalMatch function is not working (have I done the script wrong?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To demonstrate the problem (3), see the table box on the 2nd sheet of the QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is much appreciated, thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 12:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-something-not-working-properly/m-p/278000#M708462</guid>
      <dc:creator>sarahallen1</dc:creator>
      <dc:date>2011-09-21T12:01:52Z</dc:date>
    </item>
  </channel>
</rss>

