<?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 Displaying field  when  max date condition is met in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760183#M270456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing expression&amp;nbsp; to display&amp;nbsp; field&amp;nbsp; when the max date is condition is met .&lt;/P&gt;&lt;P&gt;However it isn't working. Any help would be&amp;nbsp; highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VAR_CRNCY_UNITS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Varghese&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 14:11:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-02T14:11:33Z</dc:date>
    <item>
      <title>Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760183#M270456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing expression&amp;nbsp; to display&amp;nbsp; field&amp;nbsp; when the max date is condition is met .&lt;/P&gt;&lt;P&gt;However it isn't working. Any help would be&amp;nbsp; highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate&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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VAR_CRNCY_UNITS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Varghese&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760183#M270456</guid>
      <dc:creator />
      <dc:date>2014-12-02T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760184#M270457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create the variable and then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMaxVal = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;if( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;$(vMaxVal)&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VAR_CRNCY_UNITS] &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Maxstring &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;RDate &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) , &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[VAR_CRNCY_UNITS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760184#M270457</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-02T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760185#M270458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you making selections on RDate? Try:&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: #3d3d3d;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;RDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({1}&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;RDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[VAR_CRNCY_UNITS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If this doesn't work, can you explain your situation a bit more? What chart are you using this in? What kind of selections are you making?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Even better, post an example demonstrating your problem if that's possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760185#M270458</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-12-02T14:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760186#M270459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to bring in aggregation of your units, e.g. SUM:&lt;/P&gt;&lt;P&gt;SUM(IF(RDate = MAX(RDate), [Units])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above may work, if there is just one value available for Units.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760186#M270459</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2014-12-02T14:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760187#M270460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Varghese &lt;/P&gt;&lt;P&gt;do you want to make this requirement as conditional one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kushal T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760187#M270460</guid>
      <dc:creator>kushalthakral</dc:creator>
      <dc:date>2014-12-02T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760188#M270461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; and excel&amp;nbsp;&amp;nbsp; sheet with three fields RLIST_Date,FXD_CRNCY_CODE,VAR_CRNCY_UNITS.&amp;nbsp; With RLIST as the Date Dimension and&amp;nbsp; FXD_Crncy_code&amp;nbsp; with values USD,EUR,JPY etc&amp;nbsp; I am trying to build straight table with&amp;nbsp; Currency Code and the Exchange rate&amp;nbsp;&amp;nbsp; as per the data given.&amp;nbsp; The last record that I have is for&amp;nbsp; 24-10-2014&amp;nbsp; so would want to display the&amp;nbsp; Currency code and the exchange rate for that period and also would want to display it for the previous day so&amp;nbsp; that we show the variance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the&amp;nbsp; all the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Varghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760188#M270461</guid>
      <dc:creator />
      <dc:date>2014-12-02T14:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying field  when  max date condition is met</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760189#M270462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The requirement is to have&amp;nbsp; straight table&amp;nbsp; displaying the currency and the exchange rate for the max date for data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-field-when-max-date-condition-is-met/m-p/760189#M270462</guid>
      <dc:creator />
      <dc:date>2014-12-02T14:56:53Z</dc:date>
    </item>
  </channel>
</rss>

