<?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: Date functions within a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141049#M463178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only want to see the last transaction date if there are multiple dates for a name.&amp;nbsp; How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 18:17:55 GMT</pubDate>
    <dc:creator>cliff_clayman</dc:creator>
    <dc:date>2016-07-25T18:17:55Z</dc:date>
    <item>
      <title>Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141043#M463172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to determine if a transaction date occurred in the last 3 or 6 months in a straight table.&amp;nbsp; The two fields are FullName and TransactionDate.&amp;nbsp; I need to find the last transaction date and compare it to today's date and determine if there has not been a transaction within the last 3 months and the last 6 months or greater.&amp;nbsp; How would I go about doing this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141043#M463172</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-25T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141044#M463173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps like this: If([ Today() - TransactionDate &amp;gt; 90 and &lt;SPAN style="font-size: 13.3333px;"&gt;Today() - TransactionDate &amp;lt; 180 , 'Yes', 'No')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141044#M463173</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T17:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141045#M463174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That gives me the raw data I need, but how do I limit it to just see those names that have not had a transaction within the last 3 and 6 months?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141045#M463174</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-25T17:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141046#M463175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document with example data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141046#M463175</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T17:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141047#M463176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is some sample data with a straight table. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141047#M463176</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-25T18:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141048#M463177</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;If( Today() -only( {&amp;lt;FullName=E({&amp;lt;TransactionDate={"=TransactionDate&amp;gt;Today()-180 and TransactionDate&amp;lt;Today()-90"}&amp;gt;}FullName)&amp;gt;}&amp;nbsp; [TransactionDate] ) &amp;gt; 90 and Today() -only( {&amp;lt;FullName=E({&amp;lt;TransactionDate={"=TransactionDate&amp;gt;Today()-180 and TransactionDate&amp;lt;Today()-90"}&amp;gt;}FullName)&amp;gt;}&amp;nbsp; [TransactionDate] )&amp;lt; 180 , 'No', 'Yes')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141048#M463177</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T18:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141049#M463178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only want to see the last transaction date if there are multiple dates for a name.&amp;nbsp; How can I do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141049#M463178</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-25T18:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141050#M463179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try max(&amp;lt;FullName=E({&amp;lt;TransactionDate={"=TransactionDate&amp;gt;Today()-180 and TransactionDate&amp;lt;Today()-90"}&amp;gt;}FullName)&amp;gt;} TransactionDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:22:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141050#M463179</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-25T18:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141051#M463180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is an error in that expression...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141051#M463180</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-25T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141052#M463181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that flower bracket that is missing Gysbert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add Flower bracket highlighed in red and try Cliff...&lt;/P&gt;&lt;P&gt;max(&lt;SPAN style="color: #ff0000;"&gt;{&lt;/SPAN&gt;&amp;lt;FullName = E({&amp;lt; TransactionDate={"=TransactionDate&amp;gt;Today()-180 and TransactionDate&amp;lt;Today()-90"}&amp;gt;}FullName)&amp;gt;} TransactionDate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 18:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141052#M463181</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-25T18:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Date functions within a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141053#M463182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, well spotted. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 06:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-functions-within-a-straight-table/m-p/1141053#M463182</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-07-26T06:02:26Z</dc:date>
    </item>
  </channel>
</rss>

