<?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 Recent Record in the table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172353#M502641</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 need to display the values in a chart where the datetime filed in the table is the most recent :&lt;/P&gt;&lt;P&gt;How do i write that in the expression of the chart,&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;I have 2 columns in a table - end_time, no of users&lt;/P&gt;&lt;P&gt;I need to get number of users recently used the system where the end_time is the most recent time stamp.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Aug 2010 01:08:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-08-24T01:08:28Z</dc:date>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172353#M502641</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 need to display the values in a chart where the datetime filed in the table is the most recent :&lt;/P&gt;&lt;P&gt;How do i write that in the expression of the chart,&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;I have 2 columns in a table - end_time, no of users&lt;/P&gt;&lt;P&gt;I need to get number of users recently used the system where the end_time is the most recent time stamp.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 01:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172353#M502641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T01:08:28Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172354#M502642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For your example, type the following code in a text box:&lt;/P&gt;&lt;P&gt;right(concat([no of users],',' ,end_time), index(concat([no of users],',' ,end_time),',')-1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 09:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172354#M502642</guid>
      <dc:creator />
      <dc:date>2010-08-24T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172355#M502643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply..This code is displaying a comma in front of the value ..how can i avaoid this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 19:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172355#M502643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-24T19:36:04Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172356#M502644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could anybody please help me, how do i write this expression in chart?&lt;/P&gt;&lt;P&gt;the above expression when written in a text box gives "," in front of the value.&lt;/P&gt;&lt;P&gt;I basically need a Gauge chart with LED setting ti display the number of users where end_time is max time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 17:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172356#M502644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-25T17:31:45Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172357#M502645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Count({&amp;lt; end_time = {"$(=Max(end_time))"} &amp;gt;} UserID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 17:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172357#M502645</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-08-25T17:38:56Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172358#M502646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think i am not clear with my qyestion , i already have calculated data in my table , only thing i need is to display the no of users value in a chart with the max(end_time).&lt;/P&gt;&lt;P&gt;Basically users of the report what to see the number users at current time stamp , or recent time stamp in the table.&lt;/P&gt;&lt;P&gt;According to the below sample data ,&lt;/P&gt;&lt;P&gt;I want 2010-08-25 09:23:37 and 5 to be displayed in the chart.&lt;/P&gt;&lt;P&gt;Sample Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:214pt;border-collapse:collapse;" width="286"&gt;&lt;COLGROUP&gt;&lt;COL style="width:110pt;mso-width-source:userset;mso-width-alt:5376;" width="147" /&gt;&lt;COL style="width:104pt;mso-width-source:userset;mso-width-alt:5083;" width="139" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="width:110pt;height:12.75pt;background-color:transparent;border:#ece9d8;" width="147"&gt;End_time&lt;/TD&gt;&lt;TD style="width:104pt;background-color:transparent;border:#ece9d8;" width="139"&gt;number_of_users&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;2010-08-25 09:23:37&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;2010-08-25 09:08:46&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;2010-08-25 08:53:46&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="height:12.75pt;background-color:transparent;border:#ece9d8;"&gt;2010-08-25 08:38:39&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 17:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172358#M502646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-25T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172359#M502647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try something like this: =count(If((End_Time)=Max(End_Time),No of users))&lt;/P&gt;&lt;P&gt;hope that was helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172359#M502647</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2010-08-25T18:29:11Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172360#M502648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;Only({&amp;lt; end_time = {"$(=Max(end_time))"} &amp;gt;} UserID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 18:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172360#M502648</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2010-08-25T18:57:15Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172361#M502649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you this workd..could you please let me know how do i display that time stamp also in the chart&lt;/P&gt;&lt;P&gt;i want to display something like below&lt;/P&gt;&lt;P&gt;2010-08-25 09:23:37&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172361#M502649</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-25T19:01:07Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172362#M502650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried Max()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172362#M502650</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2010-08-25T19:05:12Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172363#M502654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max(end_time), I meant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172363#M502654</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2010-08-25T19:05:46Z</dc:date>
    </item>
    <item>
      <title>Recent Record in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172364#M502655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 19:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Recent-Record-in-the-table/m-p/172364#M502655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-25T19:09:17Z</dc:date>
    </item>
  </channel>
</rss>

