<?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: Tables / Scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745778#M1034184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragghav,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Have you find a solution ?&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;If your are satisfied by a response, please mark it as correct or helpful to close this tread.&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;If not, how can we help you?&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2015 13:08:19 GMT</pubDate>
    <dc:creator>francoiscave</dc:creator>
    <dc:date>2015-01-22T13:08:19Z</dc:date>
    <item>
      <title>Tables / Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745775#M1034181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have data which looks similar to this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 288pt;" width="384"&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 48pt;" width="64"&gt;Plant&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Store&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;City&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Vehicle&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Freight&lt;/TD&gt;&lt;TD style="width: 48pt;" width="64"&gt;Valid_from&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;P1&lt;/TD&gt;&lt;TD&gt;S1&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;V1&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01.Jan.14&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;P1&lt;/TD&gt;&lt;TD&gt;S1&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;V2&lt;/TD&gt;&lt;TD align="right"&gt;75&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01.Jan.15&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;P1&lt;/TD&gt;&lt;TD&gt;S1&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;V1&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01.Jan.15&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;P2&lt;/TD&gt;&lt;TD&gt;S2&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;V1&lt;/TD&gt;&lt;TD align="right"&gt;75&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01.Jan.15&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;P2&lt;/TD&gt;&lt;TD&gt;S2&lt;/TD&gt;&lt;TD&gt;C1&lt;/TD&gt;&lt;TD&gt;V2&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;01.Jan.14&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I need to take the "Freight" for a combination of "Plant", "Store" and "City" ("Vehicle" not required)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;That "Freight" which has latest "Valid_from" and which is the Maximum in case of repetition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;For eg: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the above scenario, for P1 - S1 - C1, there are 3 freights. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1st is valid from 01.Jan.2014 while 2nd and 3rd from 01.Jan.2015.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Among the last 2, there are 2 different Vehicles V1 and V2. I need to take the Maximum of the two .i.e., 75.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any help is extremely appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Raghav&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 02:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745775#M1034181</guid>
      <dc:creator />
      <dc:date>2015-01-22T02:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tables / Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745776#M1034182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745776#M1034182</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-01-22T10:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Tables / Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745777#M1034183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached file to get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745777#M1034183</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tables / Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745778#M1034184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ragghav,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Have you find a solution ?&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;If your are satisfied by a response, please mark it as correct or helpful to close this tread.&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;If not, how can we help you?&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333339691162px;"&gt;François&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2015 13:08:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745778#M1034184</guid>
      <dc:creator>francoiscave</dc:creator>
      <dc:date>2015-01-22T13:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tables / Scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745779#M1034185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi François,&lt;/P&gt;&lt;P&gt;Thanks for your reply. But I still am to access my system. Will reply as&lt;/P&gt;&lt;P&gt;soon as I check please.&lt;/P&gt;&lt;P&gt;Thanks again for your immediate response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 18:34:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-Scripting/m-p/745779#M1034185</guid>
      <dc:creator />
      <dc:date>2015-01-23T18:34:48Z</dc:date>
    </item>
  </channel>
</rss>

