<?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: last date modified syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274242#M1179053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Miguel, i think im doing something wrong because there are script errors:&lt;/P&gt;&lt;P&gt;i change city by city_id and name by email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(city_id = Previous(city_id), date(RangeMax(modified, Peek('DateMax'))), modified) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS&lt;/P&gt;&lt;P&gt;ORDER BY city_id, email ASC, modified DESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_FINAL:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS_TEMP&lt;/P&gt;&lt;P&gt;WHERE modified = DateMax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the whole script is this:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(created) &amp;amp; Num(Month(created),'00') &amp;amp; Num(Day(created),'00') as %Key_GENERACION_SUBSCRIPTIONS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; city_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; created,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; email,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id as subscriptions_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_voluntary,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_subscribed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modified,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user_id&lt;/P&gt;&lt;P&gt;FROM [..\QVD\SUBSCRIPTIONS.QVD] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(city_id = Previous(city_id), date(RangeMax(modified, Peek('DateMax'))), modified) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS&lt;/P&gt;&lt;P&gt;ORDER BY city_id, email ASC, modified DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_FINAL:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS_TEMP&lt;/P&gt;&lt;P&gt;WHERE modified = DateMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES SUBSCRIPTIONS, SUBSCRIPTIONS_TEMP;&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>Fri, 13 Jan 2012 16:47:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-01-13T16:47:04Z</dc:date>
    <item>
      <title>last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274240#M1179049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have a table with this kind of information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/05/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewYork&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; online&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/06/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewYork&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offline&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/07/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boston&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need to find the last status of a person in every city, so i need a table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/06/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewYork&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; offline&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/07/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Boston&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without the line:&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; msantiago&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/05/2001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewYork&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; online&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is i don't know the syntax i have to use.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gerardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 13:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274240#M1179049</guid>
      <dc:creator />
      <dc:date>2012-01-13T13:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274241#M1179051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following script. DataFromSource is the original data, coming from the source (database, excel file, etc). There are no transformations here. DataTemp checks for the highest value in date in the same city, and stores this value in a new field named "DateMax". Finally, DataFinal loads all records where its original Date field equals to the highest date for that city.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;DataFromSource:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Id, Name, Date, City, Status&lt;/P&gt;&lt;P&gt;1, msantiago, 12/05/2001, NewYork, online&lt;/P&gt;&lt;P&gt;2, msantiago, 12/06/2001, NewYork, offline&lt;/P&gt;&lt;P&gt;3, msantiago, 12/07/2001, Boston, online&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataTemp:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(City = Previous(City), Date(RangeMax(Date, Peek('DateMax'))), Date) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT DataFromSource&lt;/P&gt;&lt;P&gt;ORDER BY City, Name ASC, Date DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataFinal:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT DataTemp&lt;/P&gt;&lt;P&gt;WHERE Date = DateMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES DataFromSource, DataTemp;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 14:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274241#M1179051</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-13T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274242#M1179053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Miguel, i think im doing something wrong because there are script errors:&lt;/P&gt;&lt;P&gt;i change city by city_id and name by email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field not found&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(city_id = Previous(city_id), date(RangeMax(modified, Peek('DateMax'))), modified) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS&lt;/P&gt;&lt;P&gt;ORDER BY city_id, email ASC, modified DESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table not found&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_FINAL:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS_TEMP&lt;/P&gt;&lt;P&gt;WHERE modified = DateMax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the whole script is this:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(created) &amp;amp; Num(Month(created),'00') &amp;amp; Num(Day(created),'00') as %Key_GENERACION_SUBSCRIPTIONS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; city_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; created,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; email,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id as subscriptions_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_voluntary,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_subscribed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modified,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user_id&lt;/P&gt;&lt;P&gt;FROM [..\QVD\SUBSCRIPTIONS.QVD] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(city_id = Previous(city_id), date(RangeMax(modified, Peek('DateMax'))), modified) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS&lt;/P&gt;&lt;P&gt;ORDER BY city_id, email ASC, modified DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_FINAL:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS_TEMP&lt;/P&gt;&lt;P&gt;WHERE modified = DateMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES SUBSCRIPTIONS, SUBSCRIPTIONS_TEMP;&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>Fri, 13 Jan 2012 16:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274242#M1179053</guid>
      <dc:creator />
      <dc:date>2012-01-13T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274243#M1179055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script you posted starts with a LOAD. Add a label "SUBSCRIPTIONS:" (uppercase) before the LOAD line to make sure the RESIDENT will take this name. If QlikView says table not found is likely because the first LOAD in your code above is labelled anyway but "SUBSCRIPTIONS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 16:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274243#M1179055</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-13T16:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274244#M1179057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry miguel....de label "subscriptions" is there...&lt;/P&gt;&lt;P&gt;again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year(created) &amp;amp; Num(Month(created),'00') &amp;amp; Num(Day(created),'00') as %Key_GENERACION_SUBSCRIPTIONS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; city_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; created,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; email,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; id as subscriptions_id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_voluntary,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; is_subscribed,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; modified,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; user_id&lt;/P&gt;&lt;P&gt;FROM [..\QVD\SUBSCRIPTIONS.QVD] (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_TEMP:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(city_id = Previous(city_id), date(RangeMax(modified, Peek('DateMax'))), modified) AS DateMax&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS&lt;/P&gt;&lt;P&gt;ORDER BY city_id, email ASC, modified DESC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBSCRIPTIONS_FINAL:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT SUBSCRIPTIONS_TEMP&lt;/P&gt;&lt;P&gt;WHERE modified = DateMax;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLES SUBSCRIPTIONS, SUBSCRIPTIONS_TEMP;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274244#M1179057</guid>
      <dc:creator />
      <dc:date>2012-01-13T17:03:04Z</dc:date>
    </item>
    <item>
      <title>last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274245#M1179059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't need a data table, but just a chart, you can do it in a straight table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;City&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;=FirstSortedValue(Status, -Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to include the Date in the chart as well add:&lt;/P&gt;&lt;P&gt;=date(max(Date))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274245#M1179059</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-13T17:04:51Z</dc:date>
    </item>
    <item>
      <title>last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274246#M1179061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, that you wrote could be help but when i take out the Name the expressions fail...i mean...the values are wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way to include the Name in the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 18:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274246#M1179061</guid>
      <dc:creator />
      <dc:date>2012-01-13T18:52:04Z</dc:date>
    </item>
    <item>
      <title>last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274247#M1179063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't quite understand. You don't want to include Name as a dimension in the chart? What dimensions are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 00:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274247#M1179063</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-01-14T00:13:23Z</dc:date>
    </item>
    <item>
      <title>last date modified syntax</title>
      <link>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274248#M1179064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;because if&amp;nbsp; i want to know how many people are on-line in each city i can't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name dimension in the chart give me the details but the most important value is the number of people by city who is online.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it clear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 12:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-date-modified-syntax/m-p/274248#M1179064</guid>
      <dc:creator />
      <dc:date>2012-01-14T12:31:07Z</dc:date>
    </item>
  </channel>
</rss>

