<?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,  Dimension from result expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744649#M453180</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29442"&gt;@pirotfab&lt;/a&gt;&amp;nbsp; what is expectations ? what is expected output?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Sep 2020 09:13:09 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-09-17T09:13:09Z</dc:date>
    <item>
      <title>IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744175#M453140</link>
      <description>&lt;P&gt;We have a production tonnage every day:&lt;/P&gt;&lt;P&gt;01/01: 28T&lt;BR /&gt;02/01: 30T&lt;BR /&gt;03/01: 27 T ...&lt;/P&gt;&lt;P&gt;I want to dimension on a summary table, the number of days per tonnages produced&lt;/P&gt;&lt;P&gt;ex:&lt;BR /&gt;Sup 25T: 12d&lt;BR /&gt;Sup 27T: 8d&lt;BR /&gt;Sup 30T: 10d&lt;/P&gt;&lt;P&gt;Do you have any idea of ​​the script?&lt;/P&gt;&lt;P&gt;i try a table intervalmatch but it's doesn't work&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744175#M453140</guid>
      <dc:creator>pirotfab</dc:creator>
      <dc:date>2020-09-16T07:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744444#M453161</link>
      <description>&lt;P&gt;Hi Pirotfab,&lt;/P&gt;&lt;P&gt;Not Exactly sure how your data looks, but if you have a date for each tonnage you might be able to just use count distinct like:&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Tonnage,&lt;/P&gt;&lt;P&gt;count(distinct Date) As Days&lt;/P&gt;&lt;P&gt;Resident DataTable&lt;/P&gt;&lt;P&gt;Group by Tonnage;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744444#M453161</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2020-09-16T18:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744504#M453167</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29442"&gt;@pirotfab&lt;/a&gt;&amp;nbsp; can you please elaborate with example?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 22:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744504#M453167</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-16T22:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744613#M453177</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29181"&gt;@jerem1234&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks you for you answer&lt;/P&gt;&lt;P&gt;For each date, it's a su of several production stations&lt;/P&gt;&lt;P&gt;Attached a database.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 08:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744613#M453177</guid>
      <dc:creator>pirotfab</dc:creator>
      <dc:date>2020-09-17T08:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744649#M453180</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29442"&gt;@pirotfab&lt;/a&gt;&amp;nbsp; what is expectations ? what is expected output?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 09:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744649#M453180</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-17T09:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744670#M453185</link>
      <description>&lt;P&gt;I want the count of day per category, like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;month&amp;nbsp; &amp;nbsp; &amp;lt;27T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;27T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;28T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt;29T&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt;30T&lt;BR /&gt;jul.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Sep 2020 09:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1744670#M453185</guid>
      <dc:creator>pirotfab</dc:creator>
      <dc:date>2020-09-17T09:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch,  Dimension from result expression</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1746954#M453368</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;Just wanted to let you know the poster did come back with expected output if you have time to have another look at things.&amp;nbsp; I am guessing the Community notifications are still not working all the time, sorry about that.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 20:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-Dimension-from-result-expression/m-p/1746954#M453368</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-24T20:13:37Z</dc:date>
    </item>
  </channel>
</rss>

