<?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: Matching multiple fields into time interval in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24104#M776938</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2018 20:30:49 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2018-04-26T20:30:49Z</dc:date>
    <item>
      <title>Matching multiple fields into time interval</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24102#M776936</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;Our lab has several procedures that we follow before billing a test. I need to report on the volume flowing through each step weekly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data model is simple (although the dates below may be datetimes): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;load * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;CaseID,kit_received, test_reported, data_entry_start, data_entry_end, ptp_start, ptp_end, auth_start, auth_end, billed_date, claim_submit_date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;1,'01-01-2018', '01-15-2018', '01-01-2018', '01-02-2018', '01-02-2018', '01-06-2018', '01-06-2018', '01-11-2018', '01-15-2018', '01-15-2018'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;2,'01-02-2018', '01-15-2018', '01-02-2018', '01-02-2018', '01-02-2018', '01-09-2018', '01-10-2018', '01-11-2018', '01-15-2018', '01-15-2018'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;3,'01-02-2018', '01-09-2018', '01-03-2018', '01-03-2018', '01-04-2018', '01-06-2018', '01-06-2018', '01-13-2018', '01-14-2018', '01-15-2018'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;4,'01-03-2018', '01-09-2018', '01-03-2018', '01-04-2018', '01-05-2018', '01-08-2018', '01-10-2018', '01-12-2018', '01-12-2018', '01-12-2018'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What I would want to show is a table like this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FEF Chart.PNG" class="jive-image image-1" src="/legacyfs/online/200929_FEF Chart.PNG" style="height: 281px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;or this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FEF Weeks.PNG" class="jive-image image-2" src="/legacyfs/online/200930_FEF Weeks.PNG" style="height: 106px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I don't know how to create an independent time dimension and to match / interval match different fields to it. Any advice would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24102#M776936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Matching multiple fields into time interval</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24103#M776937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Maybe using a crosstable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BASE:&lt;/P&gt;&lt;P&gt; load * inline [&lt;/P&gt;&lt;P&gt;CaseID,kit_received, test_reported, data_entry_start, data_entry_end, ptp_start, ptp_end, auth_start, auth_end, billed_date, claim_submit_date&lt;/P&gt;&lt;P&gt;1,'01-01-2018', '01-15-2018', '01-01-2018', '01-02-2018', '01-02-2018', '01-06-2018', '01-06-2018', '01-11-2018', '01-15-2018', '01-15-2018'&lt;/P&gt;&lt;P&gt;2,'01-02-2018', '01-15-2018', '01-02-2018', '01-02-2018', '01-02-2018', '01-09-2018', '01-10-2018', '01-11-2018', '01-15-2018', '01-15-2018'&lt;/P&gt;&lt;P&gt;3,'01-02-2018', '01-09-2018', '01-03-2018', '01-03-2018', '01-04-2018', '01-06-2018', '01-06-2018', '01-13-2018', '01-14-2018', '01-15-2018'&lt;/P&gt;&lt;P&gt;4,'01-03-2018', '01-09-2018', '01-03-2018', '01-04-2018', '01-05-2018', '01-08-2018', '01-10-2018', '01-12-2018', '01-12-2018', '01-12-2018'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Crosstable (FIELDS, DATE) TEST: LOAD * Resident BASE;&lt;/P&gt;&lt;P&gt;DROP TABLE BASE;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 18:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24103#M776937</guid>
      <dc:creator>eduardo_dimperio</dc:creator>
      <dc:date>2018-04-26T18:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Matching multiple fields into time interval</title>
      <link>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24104#M776938</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 20:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Matching-multiple-fields-into-time-interval/m-p/24104#M776938</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-04-26T20:30:49Z</dc:date>
    </item>
  </channel>
</rss>

