<?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: Table Box Aggregation (Max) Single Line of Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655954#M543128</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;Are you sure that you define this dimension as Expression Total in "Total Mode"?:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="max.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60532_max.jpg" style="width: 620px; height: 546px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jun 2014 14:45:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-12T14:45:01Z</dc:date>
    <item>
      <title>Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655948#M543122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have coded my LOAD script to pull a date when a task name is matched and I want to present each task date per project on a single row within a table (see below).&amp;nbsp; I have done this in a report, outside of QlikView using the max aggregation, but I cannot get to this work in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the table to have one row for the project name and each date value listed in the same row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60399_table.png" /&gt; &lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="code.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60400_code.png" style="width: 620px; height: 145px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 04:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655948#M543122</guid>
      <dc:creator />
      <dc:date>2014-06-11T04:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655949#M543123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Table box you cannot do the aggregation, instead you can use Straight table for this in Dimension tab specify the dimensions and in Expression tab give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(FieldName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655949#M543123</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-11T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655950#M543124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the same here too you have to use an aggregation function, like:&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; max(If(Match(....)) as [Engage Complete]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/P&gt;&lt;P&gt;Resident &amp;lt;&amp;gt; Group By ....;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 05:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655950#M543124</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-11T05:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655951#M543125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried using the straight table but it still staggers the date values...I want them to all be in the same row.&amp;nbsp; Is this possible.&amp;nbsp; gonna try a pivot table and manually tweak all the groupings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60527_chart.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655951#M543125</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655952#M543126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried adding the MAX() but got an invalid expression error.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD WorkspaceID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Milestone Name] as [Sacred Milestone],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Task Planned Finish] as [Sacred Planned Finish],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(if(MixMatch([Milestone Name], 'Engage Complete'), [Task Planned Finish])) as [Engage Complete],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max(if(MixMatch([Milestone Name], 'Requirements Complete'), [Task Planned Finish])) as [Requirements Complete],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Design Complete'), [Task Planned Finish]) as [Design Complete],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Build Phase Start'), [Task Planned Finish]) as [Build Phase Start],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'QA Entry'), [Task Planned Finish]) as [QA Entry],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'QA Pass'), [Task Planned Finish]) as [QA Pass],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Final Configurations delivered to Ops'), [Task Planned Finish]) as [Final Configurations delivered to Ops],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Final DBINT (webstore) delivery to Ops'), [Task Planned Finish]) as [Final DBINT (webstore) delivery to Ops],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'UAT Start'), [Task Planned Finish]) as [UAT Start],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'UAT Pass'), [Task Planned Finish]) as [UAT Pass],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Soft Launch'), [Task Planned Finish]) as [Soft Launch],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(MixMatch([Milestone Name], 'Hard Launch'), [Task Planned Finish]) as [Hard Launch] Resident Milestones group by workspaceID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655952#M543126</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655953#M543127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can You share sample app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655953#M543127</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-06-12T14:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655954#M543128</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;Are you sure that you define this dimension as Expression Total in "Total Mode"?:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="max.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60532_max.jpg" style="width: 620px; height: 546px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655954#M543128</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655955#M543129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, but then my [Project Name] does not appear on the same row as the dates.&amp;nbsp; I tried creating another expression max([Project Name]) but it was blank.&amp;nbsp; &lt;IMG alt="chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60536_chart.png" style="width: 620px; height: 344px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655955#M543129</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655956#M543130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you know that, but the first line in your table is the "Grand Total" line. &lt;/P&gt;&lt;P&gt;Because of that, it is appearing both dates in one line and does not appear the Project Name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 14:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655956#M543130</guid>
      <dc:creator />
      <dc:date>2014-06-12T14:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655957#M543131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was hoping I could get the project name in the grand total line too, but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there no way to get the dates to line up in the same row if I were to take away the grand totals?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655957#M543131</guid>
      <dc:creator />
      <dc:date>2014-06-12T15:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655958#M543132</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;Can You tell us,&lt;/P&gt;&lt;P&gt;What is your dimension?&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;What is your expressions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:20:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655958#M543132</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-06-12T15:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655959#M543133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get it to work, can i remove the grand totals row now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60537_chart.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655959#M543133</guid>
      <dc:creator />
      <dc:date>2014-06-12T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655960#M543134</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;Yes,&lt;/P&gt;&lt;P&gt;Just Select No Total Instead of Expression Totals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Expression Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655960#M543134</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-06-12T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Box Aggregation (Max) Single Line of Data</title>
      <link>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655961#M543135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make an example and it work fine!&lt;/P&gt;&lt;P&gt;I send you my files and printscreen. I hope this helps you&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Test.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60540_Test.jpg" /&gt;&lt;IMG alt="Test-excel.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60541_Test-excel.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 15:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-Box-Aggregation-Max-Single-Line-of-Data/m-p/655961#M543135</guid>
      <dc:creator />
      <dc:date>2014-06-12T15:41:34Z</dc:date>
    </item>
  </channel>
</rss>

