<?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: [ASK] COUNT and MIN in load table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555857#M207541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that's right.&lt;/P&gt;&lt;P&gt;but poorly my client doesn't has datawarehouse yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jan 2014 09:38:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-23T09:38:56Z</dc:date>
    <item>
      <title>[ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555853#M207537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello QlikView users..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 2 table that need to filter and create a relation to get the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. branch&lt;/P&gt;&lt;P&gt;Table : branch&lt;/P&gt;&lt;P&gt;fields are : code, branch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code format is : 12345678&lt;/P&gt;&lt;P&gt;where 123 is city code and 45678 is branch code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. main&lt;/P&gt;&lt;P&gt;table : main&lt;/P&gt;&lt;P&gt;fields are : code, desc, value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code format is : 123456789&lt;/P&gt;&lt;P&gt;where 123 is some policy code, 45678 is branch code, and 9 is a code that un-use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i use load script like below :&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LOAD MID(code,4,5) AS branch_code, branch as branch_name, code&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\QlikView Data\QVD\M_BRANCH.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;LOAD MID(code,4,5) AS branch_code, desc, value&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\QlikView Data\QVD\M_BRANCH.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then there'll be so many duplicate of a branch, such as :&lt;/P&gt;&lt;P&gt;branch_code |&amp;nbsp; code | branch_name&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;/P&gt;&lt;P&gt;45678 | 123 | AA Corp.&lt;/P&gt;&lt;P&gt;45678 | 231 | AA CORP&lt;/P&gt;&lt;P&gt;87654 | 321 | BBroom&lt;/P&gt;&lt;P&gt;87654 | 213 | BroomBroom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in fact, i only need :&lt;/P&gt;&lt;P&gt;branch_code |&amp;nbsp; code | branch_name&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;/P&gt;&lt;P&gt;45678 | 123 | AA Corp.&lt;/P&gt;&lt;P&gt;87654 | 321 | BBroom&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the question is :&lt;/P&gt;&lt;P&gt;how to put row of 'AA CORP' and 'BroomBroom' away with load script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555853#M207537</guid>
      <dc:creator />
      <dc:date>2014-01-23T07:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555854#M207538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rendi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try:&lt;/P&gt;&lt;TABLE style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;LOAD MID(code,4,5) AS branch_code, branch as branch_name, code&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[..\QlikView Data\QVD\M_BRANCH.qvd]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd) &lt;STRONG&gt;Where Match(Left(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;code&lt;/SPAN&gt;,3),123,321)&lt;/STRONG&gt;;&lt;/P&gt;&lt;TABLE style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;LOAD MID(code,4,5) AS branch_code, desc, value&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;[..\QlikView Data\QVD\M_BRANCH.qvd]&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(qvd);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, I think each table have status field for each branch in active or inactive. You may look into this and put condition accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 07:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555854#M207538</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-23T07:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555855#M207539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there any function to load based on minimal value of a field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use match function like you mention, that mean i've to write it one-by-one manually, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555855#M207539</guid>
      <dc:creator />
      <dc:date>2014-01-23T09:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555856#M207540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the example:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;branch_code |&amp;nbsp; code | branch_name&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;---------------------------------------------------&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;45678 | 123 | AA Corp.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;45678 | 231 | AA CORP&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;87654 | 321 | BBroom&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;87654 | 213 | BroomBroom&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;is your actual data you cannot eliminate the duplicates because branch_name is different. This is a data quality issue which might better be resolved, if possible, in the source rather than in the QlikView load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555856#M207540</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-01-23T09:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555857#M207541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that's right.&lt;/P&gt;&lt;P&gt;but poorly my client doesn't has datawarehouse yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555857#M207541</guid>
      <dc:creator />
      <dc:date>2014-01-23T09:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: [ASK] COUNT and MIN in load table</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555858#M207542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rendi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would do the following. Please adapt to your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Numerate the lines with a recno() function for example&lt;/P&gt;&lt;P&gt;LOAD recno() as Line, .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Do a LOAD&amp;nbsp; Min(Line), Branch_Code&amp;nbsp; resident YourTable in a temp table&lt;/P&gt;&lt;P&gt;3) Perform a Left join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the example:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&amp;nbsp; // A is like yoyr branch_code with different values A and B&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Temp_Prod&lt;SPAN style="font-size: 10pt;"&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[&lt;BR /&gt;Line, A, B, C&lt;BR /&gt;1, 123, X, Y&lt;BR /&gt;2, 123, A1, B1&lt;BR /&gt;3, 124, X, Z&lt;BR /&gt;4, 125, E, F&lt;BR /&gt;5, 125, EE, FF&lt;BR /&gt;6, 125, AAEEE, AAFFF&lt;BR /&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;// Here, I get only the lines 1, 3, 4&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;Prod&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Min&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Line&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;Temp_Prod&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Group &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;// With the Line Key, I am able to join the rest of the table and get the right info&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;Prod&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;: &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;LEFT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Join&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;LOAD &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; *&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;Temp_Prod&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 10pt;"&gt;drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;tables&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;&lt;STRONG style="color: #ff8000; font-size: 10pt;"&gt;Temp_Prod&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2014 09:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-COUNT-and-MIN-in-load-table/m-p/555858#M207542</guid>
      <dc:creator />
      <dc:date>2014-01-23T09:52:20Z</dc:date>
    </item>
  </channel>
</rss>

