<?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: How to maximum/minimum value from the current selection date to previous 52 weeks in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749863#M663079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the '$' symbol before the variable..&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: 13px;"&gt;max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date={"&amp;gt;=$(=Date($(vStart)))&amp;lt;=$(=Date($(vEnd)))"}&amp;gt;}price)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 10:08:06 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2015-02-19T10:08:06Z</dc:date>
    <item>
      <title>How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749859#M663074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I select a date/month column, I need a text box which displays the maximum price from the selected date until previous 52 weeks(1 year) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly I need the minimum price from the selected date to last 52 weeks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 09:14:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749859#M663074</guid>
      <dc:creator />
      <dc:date>2015-02-19T09:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749860#M663075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rekha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain more about your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it will be good if you can share sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Laxmi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 09:18:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749860#M663075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749861#M663076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let vEnd=today();&lt;/P&gt;&lt;P&gt;let vStart=today()-365;&lt;/P&gt;&lt;P&gt;expression 1 is max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date={"&amp;gt;=$(=Date(vStart))&amp;lt;=$(=Date(vEnd))"}&amp;gt;}price)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;expression 2 is min(same as above)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 09:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749861#M663076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-19T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749862#M663078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am getting an error for the set analysis expression.could you help me out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 09:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749862#M663078</guid>
      <dc:creator />
      <dc:date>2015-02-19T09:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749863#M663079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the '$' symbol before the variable..&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: 13px;"&gt;max(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date={"&amp;gt;=$(=Date($(vStart)))&amp;lt;=$(=Date($(vEnd)))"}&amp;gt;}price)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 10:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749863#M663079</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2015-02-19T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to maximum/minimum value from the current selection date to previous 52 weeks</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749864#M663080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pradeep and Ravi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to correct the expression ,below is the correct expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=max({&amp;lt;Date={"&amp;gt;=$(=Date($(vStart)))&amp;lt;=$(=DT_KEY($(vEnd)))"}&amp;gt;}price)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 11:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-maximum-minimum-value-from-the-current-selection-date-to/m-p/749864#M663080</guid>
      <dc:creator />
      <dc:date>2015-02-19T11:48:03Z</dc:date>
    </item>
  </channel>
</rss>

