<?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: IntervalMatch double data error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805404#M1212050</link>
    <description>&lt;P&gt;Hi I had the Financial years in the model already, so I wished it will be synchronized well with the periods, which did not happened.&lt;/P&gt;&lt;P&gt;I added a new column with it, hope it will be good enough&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 May 2021 12:24:58 GMT</pubDate>
    <dc:creator>idodel</dc:creator>
    <dc:date>2021-05-05T12:24:58Z</dc:date>
    <item>
      <title>IntervalMatch double data error</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805337#M1212045</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I am using IntervalMatch() function in Qlikview in order to add new column to the model called Period (divides the year into 13 periods).&lt;/P&gt;&lt;P&gt;I did it with the table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="idodel_3-1620211882561.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54301i1AFB7ABC91CDF75B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="idodel_3-1620211882561.png" alt="idodel_3-1620211882561.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the script:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="idodel_0-1620212325185.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54303i02F26029CD1EF55F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="idodel_0-1620212325185.png" alt="idodel_0-1620212325185.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each 13 rows are for financial year.&lt;/P&gt;&lt;P&gt;After I did it, it looks like in P1 (when filtered in UI) holds also some dates from row 15 - which is wrong because this row is belong to the second financial year.&lt;/P&gt;&lt;P&gt;How can I solve it ?&lt;/P&gt;&lt;P&gt;I verified it by removing rows 15-27 and it works fine, but I need all the data.&lt;/P&gt;&lt;P&gt;Thanks for all&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 10:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805337#M1212045</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2021-05-05T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch double data error</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805355#M1212048</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;This what you've writen that is wrong is (tbo) correct. Value P1 can be in many years, it will depends on how many years you'll have in PeriodsTable.&lt;BR /&gt;You can add column named fe. periodYear and filter only period and year you are interested in.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 11:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805355#M1212048</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-05-05T11:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch double data error</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805404#M1212050</link>
      <description>&lt;P&gt;Hi I had the Financial years in the model already, so I wished it will be synchronized well with the periods, which did not happened.&lt;/P&gt;&lt;P&gt;I added a new column with it, hope it will be good enough&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 12:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805404#M1212050</guid>
      <dc:creator>idodel</dc:creator>
      <dc:date>2021-05-05T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch double data error</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805411#M1212051</link>
      <description>&lt;P&gt;Look from this side:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;SomeTable:
load num(month(eventDate)) as eventDateMonth, eventDate inline [
	eventDate
	2019-01-01
	2019-02-01
	2020-01-01
	2020-02-01
	2021-01-01
	2021-02-01
];&lt;/LI-CODE&gt;&lt;P&gt;This will give you view like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mfchmielowski_0-1620217825652.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54337iAE65122612C3E5A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mfchmielowski_0-1620217825652.png" alt="mfchmielowski_0-1620217825652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Month numbers 1 and 2 are in every year. Without the dimension for year you'll get every year in the model.&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 12:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-double-data-error/m-p/1805411#M1212051</guid>
      <dc:creator>mfchmielowski</dc:creator>
      <dc:date>2021-05-05T12:34:10Z</dc:date>
    </item>
  </channel>
</rss>

