<?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: miximum date value where a field a table is not null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761816#M718292</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15203"&gt;@absekrafi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Max(if(not isnull(QTE_STOCK_MP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;),DATE_TRANS)),Product)&amp;nbsp;&lt;BR /&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Aggr(if(not isnull(QTE_STOCK_MP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;),DATE_TRANS),Product,DATE_TRANS))&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 04:13:59 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2020-11-16T04:13:59Z</dc:date>
    <item>
      <title>miximum date value where a field a table is not null</title>
      <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761572#M718289</link>
      <description>&lt;P&gt;Hi Qlikview community,&lt;/P&gt;&lt;P&gt;I have a table containing stock values of materials.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to show the Max (date) where the&amp;nbsp;QTE_STOCK_MP field is not null.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I tried the expression below but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you please help me out?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;={1&amp;lt;PROD_MP={1},DATE_TRANS=Max(DATE_TRANS) where QTE_STOCK_MP &amp;lt;&amp;gt;0}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761572#M718289</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2020-11-20T18:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: miximum date value where a field a table is not null</title>
      <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761577#M718290</link>
      <description>&lt;P&gt;Hi, i feel that something else is missing in your expression, but here you have an exmple :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(if(not isnull(QTE_STOCK_MP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;),DATE_TRANS))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 14:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761577#M718290</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-13T14:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: miximum date value where a field a table is not null</title>
      <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761590#M718291</link>
      <description>&lt;P&gt;Hi QFabian,&lt;/P&gt;&lt;P&gt;With this expression I have the stock date of 1 product only. I have 4 products with different stock dates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 15:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761590#M718291</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2020-11-13T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: miximum date value where a field a table is not null</title>
      <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761816#M718292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/15203"&gt;@absekrafi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Try like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Max(if(not isnull(QTE_STOCK_MP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;),DATE_TRANS)),Product)&amp;nbsp;&lt;BR /&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Max(Aggr(if(not isnull(QTE_STOCK_MP&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;),DATE_TRANS),Product,DATE_TRANS))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 04:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761816#M718292</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2020-11-16T04:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: miximum date value where a field a table is not null</title>
      <link>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761844#M718293</link>
      <description>&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Thank you very much. Your solution worked.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;absekrafi&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 08:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/miximum-date-value-where-a-field-a-table-is-not-null/m-p/1761844#M718293</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2020-11-16T08:33:15Z</dc:date>
    </item>
  </channel>
</rss>

