<?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 AW:Re:AW:Regarding resident statement, temporary tables and join. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236376#M87572</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t know.&lt;/P&gt;&lt;P&gt;The version&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date (max(EstadosActividades_FechaCreacion), 'DD/MM/YY')&lt;/P&gt;&lt;P&gt;works at my example correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 03:39:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-10T03:39:14Z</dc:date>
    <item>
      <title>Regarding resident statement, temporary tables and join.</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236372#M87568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, i have a question here, i have to load some calculated fields from a temporary table and then left join with the same temporary table, this is posible??&lt;/P&gt;&lt;P&gt;I have my script here, but it's giving me the 'invalid expression' error. Could someone help me with this?&lt;/P&gt;&lt;P&gt;LEFT JOIN (Int_Actividades_TMP)&lt;BR /&gt;&lt;BR /&gt;LOAD DISTINCT(ProcessInstanceId) AS ProcessInstanceId,&lt;BR /&gt; MAX(EstadosActividades_FechaCreacion) AS ÚltimaActividadFechaCreación,&lt;BR /&gt; Teco_Group_Desc AS ÚltimaActividadGrupo,&lt;BR /&gt; NombreActividad AS ÚltimaActividadNombre&lt;BR /&gt;RESIDENT Int_Actividades_TMP&lt;BR /&gt;GROUP BY ProcessInstanceId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 01:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236372#M87568</guid>
      <dc:creator />
      <dc:date>2009-11-10T01:37:26Z</dc:date>
    </item>
    <item>
      <title>Regarding resident statement, temporary tables and join.</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236373#M87569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just realized that i was missing the other fields in the group by clause.&lt;/P&gt;&lt;P&gt;Problem solve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 02:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236373#M87569</guid>
      <dc:creator />
      <dc:date>2009-11-10T02:51:59Z</dc:date>
    </item>
    <item>
      <title>AW:Regarding resident statement, temporary tables and join.</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236374#M87570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this is possible.&lt;/P&gt;&lt;P&gt;Test the follow code:&lt;/P&gt;&lt;P&gt;LEFT JOIN (Int_Actividades_TMP)&lt;BR /&gt;&lt;BR /&gt;LOAD DISTINCT(ProcessInstanceId) AS ProcessInstanceId,&lt;BR /&gt; MAX(EstadosActividades_FechaCreacion) AS ÚltimaActividadFechaCreación,&lt;BR /&gt; Teco_Group_Desc AS ÚltimaActividadGrupo,&lt;BR /&gt; NombreActividad AS ÚltimaActividadNombre&lt;BR /&gt;RESIDENT Int_Actividades_TMP&lt;BR /&gt;GROUP BY ProcessInstanceId, Teco_Group_Desc, NombreActividad;&lt;/P&gt;&lt;P&gt;You must have all fiels without function in the Group-By-Clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236374#M87570</guid>
      <dc:creator />
      <dc:date>2009-11-10T03:00:07Z</dc:date>
    </item>
    <item>
      <title>AW:Regarding resident statement, temporary tables and join.</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236375#M87571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thanks for the response, now i have another problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EstadosActividades_FechaCreacion its a date field.&lt;/P&gt;&lt;P&gt;when i want to see the max(EstadosActividades_FechaCreacion) data, i don't see a date field, only numbers, i tried with : date (max(EstadosActividades_FechaCreacion), 'DD/MM/YY') or max(date(EstadosActividades_FechaCreacion, 'DD/MM/YY')) and the format it's ok, but the numbers are incoheren, for example it shows: 29/50/08 on the max(EstadosActividades_FechaCreacion) field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236375#M87571</guid>
      <dc:creator />
      <dc:date>2009-11-10T03:09:15Z</dc:date>
    </item>
    <item>
      <title>AW:Re:AW:Regarding resident statement, temporary tables and join.</title>
      <link>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236376#M87572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t know.&lt;/P&gt;&lt;P&gt;The version&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;date (max(EstadosActividades_FechaCreacion), 'DD/MM/YY')&lt;/P&gt;&lt;P&gt;works at my example correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 03:39:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regarding-resident-statement-temporary-tables-and-join/m-p/236376#M87572</guid>
      <dc:creator />
      <dc:date>2009-11-10T03:39:14Z</dc:date>
    </item>
  </channel>
</rss>

