<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004970#M341430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;FirstSortedValue({&amp;lt;[Commentary Date] = {"&lt;SPAN style="color: #ff0000;"&gt;$(='&lt;/SPAN&gt;&amp;lt;=&lt;SPAN style="color: #ff0000;"&gt;' &amp;amp;&lt;/SPAN&gt; $(vtest)&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;"}&amp;gt;}Commentary, -[Commentary Date]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2015 18:11:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-30T18:11:18Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004965#M341425</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 trying to achieve commentary, where maximum [commentary date] less than or equal to maximum [As of Date].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. only({&amp;lt;max([commentary date] = {'&amp;lt;= $(vmaxDate)'}&amp;gt;}Commentary).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please correct the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004965#M341425</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-12-30T17:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004966#M341426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=FirstSortedValue(&lt;SPAN style="font-size: 13.3333px;"&gt;{&amp;lt;[commentary date]&amp;nbsp; = {"&amp;lt;=$(vmaxDate)"}&amp;gt;}&lt;/SPAN&gt; Commentary, -[commentary date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to take care that your variable matches the format of commentary date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004966#M341426</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-30T17:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004967#M341427</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;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;= $(vtest)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Commentary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;It is not displaying any output. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 17:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004967#M341427</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-12-30T17:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004968#M341428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are more than one Commentary for a given maximum date, FirstSortedValue() will return NULL.&lt;/P&gt;&lt;P&gt;Could this be the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add a DISTINCT qualifier to get a Commentary returned also in these cases:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;"&amp;lt;= $(vtest)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;}&amp;gt;} DISTINCT &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;Commentary&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f2f2f2;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, please double check if your variable is returning the value you expect and if the format matches the field format. To check the variable expansion, use above expression e.g. in a straight table expression with no expression label set, then hover with the mouse over the label,this should show the expression itself with all expansions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004968#M341428</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-30T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004969#M341429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two Commentary Date,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11/28/2015 and 11/29/2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression mentioned above should display data only for 11/29/2015?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004969#M341429</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-12-30T18:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004970#M341430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;FirstSortedValue({&amp;lt;[Commentary Date] = {"&lt;SPAN style="color: #ff0000;"&gt;$(='&lt;/SPAN&gt;&amp;lt;=&lt;SPAN style="color: #ff0000;"&gt;' &amp;amp;&lt;/SPAN&gt; $(vtest)&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;"}&amp;gt;}Commentary, -[Commentary Date]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004970#M341430</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-30T18:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004971#M341431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should return only the Commentary for the max possible commentary date. Your dates need to have a numeric representation (like all dates should have), i.e. the should be generated using a QV date function or read in with correct default date format or date#() interpretation function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's still not working, could you upload a small sample QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004971#M341431</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-30T18:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004972#M341432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Response provided by Swuel is working fine &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004972#M341432</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2015-12-30T18:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004973#M341433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, his responses are like that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2015 18:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004973#M341433</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-30T18:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004974#M341434</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;In the expression mentioned below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(&lt;SPAN style="font-size: 13.33px;"&gt;{&amp;lt;[commentary date]&amp;nbsp; = {"&amp;lt;=$(vmaxDate)"}&amp;gt;}&lt;/SPAN&gt; Commentary, -[commentary date])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For, [commentary date]&amp;nbsp; = {"&amp;lt;=$(vmaxDate)"}&amp;gt;} ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We should only get Commentary dates that are less than vmaxDate, but it is displaying all the dates (including the dates &amp;gt; vmaxDate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2454"&gt;sunny&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 15:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004974#M341434</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-01-12T15:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004975#M341435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if this -&amp;gt; &lt;STRONG&gt;='&amp;lt;=' &amp;amp; $(vmaxDate)&lt;/STRONG&gt; is showing you the right date in the right format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004975#M341435</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-12T16:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004976#M341436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried This&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;irstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[commentary date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"{'&amp;lt;=' &amp;amp; $(vMonth)}&amp;gt;} "&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[commentary date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date] &lt;/SPAN&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY')))&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;vmaxDate = max({1}[As of Date])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004976#M341436</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-01-12T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004977#M341437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; background-color: #f2f2f2;"&gt;vmaxDate = Date(max({1}[As of Date]),'MM/DD/YYYY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004977#M341437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-12T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004978#M341438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Try something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;=FirstSortedValue&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[commentary date]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;"$(='&amp;lt;=' &amp;amp; $(&lt;STRONG style="font-size: 13.3333px;"&gt;vmaxDate&lt;/STRONG&gt;))"&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[commentary date]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[commentary date]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;ate&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[Commentary Date] &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;TimeStamp(&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;,'MM/DD/YYYY hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;(F&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;loor&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[As of Date TS]&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;))&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit;"&gt;[As of Date]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #575757; font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;vmaxDate = Date(Max({1} [As of Date])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004978#M341438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-12T16:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004979#M341439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is giving two values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111395_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FirstSortedValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;lt;=$(vTest)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= {'Scorecard'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, -&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Commentary Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;vTest - &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[As of Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'MM/DD/YYYY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/111396_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I should get 1/5/2016&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004979#M341439</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-01-12T17:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004980#M341440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have commentary date as dimension? You will need to remove that if you do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004980#M341440</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-12T17:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004981#M341441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I take out Commentary Date it is not displaying any output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004981#M341441</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2016-01-12T17:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/1004982#M341442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that vTest is a date in 2016, so why do you only expect 01/05/2015 and not 09/30/2015?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/1004982#M341442</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-01-12T18:27:27Z</dc:date>
    </item>
  </channel>
</rss>

