<?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 pivot a table on datetimes as values? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146547#M93299</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;,it seems this does show dates still, not datetimes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: I was using the wrong field, this shows the datetime as you mentioned it would.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 08:04:07 GMT</pubDate>
    <dc:creator>alespooletto</dc:creator>
    <dc:date>2023-12-12T08:04:07Z</dc:date>
    <item>
      <title>How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146275#M93262</link>
      <description>&lt;P&gt;I was able to create this pivot table with the desired values as columns, but the problem is with the values. I want to show DateTimes as values under these columns, but how can i do so?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alespooletto_0-1702301368809.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121378iB90DF372D27146B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alespooletto_0-1702301368809.png" alt="alespooletto_0-1702301368809.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 13:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146275#M93262</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-11T13:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146332#M93274</link>
      <description>&lt;P&gt;What is your expression? We can only see a portion of it.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:16:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146332#M93274</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-11T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146342#M93275</link>
      <description>&lt;P&gt;It's&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Max([Date.autoCalendar.YearsAgo])&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146342#M93275</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-11T15:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146344#M93276</link>
      <description>&lt;P&gt;YearsAgo returns the number of past years between your stored dates and today. So, this is excepted not to see a date.&lt;BR /&gt;You need to pick another field like autocalendar Date or basically the original date field of your datamodel (specially if you want also the time).&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Max([Date.autoCalendar.&lt;STRONG&gt;Date&lt;/STRONG&gt;])&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146344#M93276</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-11T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146349#M93277</link>
      <description>&lt;P&gt;Thank you, this indeed does show dates instead of numbers. The thing is, I was interested in knowing the DateTime,&amp;nbsp; but I cannot seem to find an autoCalendar.DateTime, is there a workaround for this?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146349#M93277</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-11T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146353#M93278</link>
      <description>&lt;P&gt;The default script of autoCalendar is doing a Floor on the original date, so this is removing the time.&lt;BR /&gt;If you want to see it, use the original field linked to it [&lt;SPAN&gt;Date]:&lt;BR /&gt;Max([&lt;STRONG&gt;Date&lt;/STRONG&gt;])&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146353#M93278</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-11T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146547#M93299</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;,it seems this does show dates still, not datetimes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: I was using the wrong field, this shows the datetime as you mentioned it would.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 08:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2146547#M93299</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-12T08:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2151997#M93304</link>
      <description>&lt;P&gt;Pivoting a table on date times as values typically involves transforming a dataset where date-time values are stored in rows into a structure where those date times become column headers.&lt;/P&gt;
&lt;P&gt;Keep in mind that if you have duplicate entries for the same date-time value, the pivot function won't work unless you first handle these duplicates. You may need to aggregate or transform the data accordingly before pivoting.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 12:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2151997#M93304</guid>
      <dc:creator>vijay121</dc:creator>
      <dc:date>2023-12-12T12:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152914#M93376</link>
      <description>&lt;P&gt;Is there a way to sort the pivot table by the datetimes? As I want to sort by the earliest to the latest datetime&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152914#M93376</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-14T08:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152916#M93377</link>
      <description>&lt;P&gt;Yes if you go in the "Sorting" section, you will see "Sort by first measure" (according to the fact that your max(Date) expression is still the first one).&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 09:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152916#M93377</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-14T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152953#M93380</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16701"&gt;@vincent_ardiet_&lt;/a&gt;&amp;nbsp;, I tried to do that but it seems they aren't ordered:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alespooletto_1-1702547606367.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125433iBFAF3EED09F49C4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="alespooletto_1-1702547606367.png" alt="alespooletto_1-1702547606367.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Should I sort by another dimension?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 09:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2152953#M93380</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-14T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2153064#M93396</link>
      <description>&lt;P&gt;Sorting pivot table is always painful. And you have also NULL cells (according to your first screenshot) and this is not helping.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 13:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2153064#M93396</guid>
      <dc:creator>vincent_ardiet_</dc:creator>
      <dc:date>2023-12-14T13:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to pivot a table on datetimes as values?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2153067#M93397</link>
      <description>&lt;P&gt;Yes, indeed there are some NULLs which I am dealing with in the Load Editor.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 13:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-pivot-a-table-on-datetimes-as-values/m-p/2153067#M93397</guid>
      <dc:creator>alespooletto</dc:creator>
      <dc:date>2023-12-14T13:25:49Z</dc:date>
    </item>
  </channel>
</rss>

