<?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: Help with an Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906300#M1002036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 15:26:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-03T15:26:05Z</dc:date>
    <item>
      <title>Help with an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906296#M1002032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on a Chart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ACCT_ID &amp;amp; Customer_Name as my dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the minute I have one express Max(END_DT_YEARMONTH)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But basically what I am trying to find out is an expression that will only give me the &lt;STRONG&gt;ACCT_ID&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;Customer_Name &lt;/STRONG&gt;and &lt;STRONG&gt;END_DT_YEARMONTH&lt;/STRONG&gt; of customers where their &lt;STRONG&gt;Max END_DT_YEARMONTH&lt;/STRONG&gt; is lower than the &lt;STRONG&gt;Highest Max END_DT_YEARMONTH&lt;/STRONG&gt; available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:50:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906296#M1002032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906297#M1002033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't that include all customers? Or can END_DT_YEARMONTH be NULL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 14:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906297#M1002033</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906298#M1002034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every customer has an END_DT_YEARMONTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance most will be 2015Feb, but some could be 2015Jan – These are the ones I want to be able to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906298#M1002034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906299#M1002035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see, lower not lower equal &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every customer only has a single record for END_DT_YEARMONTH, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reuse your straight table chart, but for the expression use:&lt;/P&gt;&lt;P&gt;=only({&amp;lt;END_DATE_YEARMONTH = {"&amp;lt;$(=max(END_DATE_YEARMONTH))"}&amp;gt;} END_DT_YEARMONTH)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your END_DATE_YEARMONTH needs to have a numeric representation, not only being a pure text field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906299#M1002035</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-03T15:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with an Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906300#M1002036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to work perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 15:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-an-Expression/m-p/906300#M1002036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-03T15:26:05Z</dc:date>
    </item>
  </channel>
</rss>

