<?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: Merging Cells in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099412#M364945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not accomplish the exact view as in Excel. The expectation in QlikView pivot table is that values are grouped in each dimension over the value in previous dimension. Int his case the expected output would be as below. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-08-27 15_18_12-QlikView x64 - [C__Users_tko_Documents__slask_230614.qvw_].png" class="jive-image image-1" src="/legacyfs/online/135755_2016-08-27 15_18_12-QlikView x64 - [C__Users_tko_Documents__slask_230614.qvw_].png" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In the provided sample this is prohibited by the Execution Date not being properly formatted as a date. You can see this by showing the field in a list box and adding a expression to reveal the underlying numerical values. The decimal values in this case technically means that each value corresponds to a timestamp and &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; a date. This is the reason why the same date is shows multiple times in the list box, instead of the expected one occurrence per date. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-08-27 15_20_50-QlikView x64 - [Test_].png" class="jive-image image-2" src="/legacyfs/online/135756_2016-08-27 15_20_50-QlikView x64 - [Test_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Dates are expected to have integers as numerical values, which means in this case the decimal part need to be removed during load. This can be corrected by applying Floor() on the Execution Date field during load. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Floor([Query Start Time])) as [Execution Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Aug 2016 05:34:10 GMT</pubDate>
    <dc:creator>ToniKautto</dc:creator>
    <dc:date>2016-08-27T05:34:10Z</dc:date>
    <item>
      <title>Merging Cells</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099411#M364944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached document , I was to format the table in the document as below.. how is it possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/135747_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 21:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099411#M364944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-26T21:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Cells</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099412#M364945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can not accomplish the exact view as in Excel. The expectation in QlikView pivot table is that values are grouped in each dimension over the value in previous dimension. Int his case the expected output would be as below. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-08-27 15_18_12-QlikView x64 - [C__Users_tko_Documents__slask_230614.qvw_].png" class="jive-image image-1" src="/legacyfs/online/135755_2016-08-27 15_18_12-QlikView x64 - [C__Users_tko_Documents__slask_230614.qvw_].png" style="height: 188px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;In the provided sample this is prohibited by the Execution Date not being properly formatted as a date. You can see this by showing the field in a list box and adding a expression to reveal the underlying numerical values. The decimal values in this case technically means that each value corresponds to a timestamp and &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; a date. This is the reason why the same date is shows multiple times in the list box, instead of the expected one occurrence per date. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-08-27 15_20_50-QlikView x64 - [Test_].png" class="jive-image image-2" src="/legacyfs/online/135756_2016-08-27 15_20_50-QlikView x64 - [Test_].png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Dates are expected to have integers as numerical values, which means in this case the decimal part need to be removed during load. This can be corrected by applying Floor() on the Execution Date field during load. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Date(Floor([Query Start Time])) as [Execution Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2016 05:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099412#M364945</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2016-08-27T05:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Cells</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099413#M364946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response .. is there a way that I can show just the summary link for each result id somehow .. because it does make sense to show the same link twice for each result id .. is that possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2016 03:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Cells/m-p/1099413#M364946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-29T03:41:00Z</dc:date>
    </item>
  </channel>
</rss>

