<?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: Dimension wise Sub total in Nprinting html in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875132#M34516</link>
    <description>&lt;P&gt;Hi, Hard to say without seeing all details behind your variables, data model etc..&lt;/P&gt;
&lt;P&gt;Having set analysis in measure does not change anything in the method i have suggested so if applied correctly should work without issues.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;Lech&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 02:28:12 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2021-12-27T02:28:12Z</dc:date>
    <item>
      <title>Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875019#M34502</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have a table as given below:&lt;/P&gt;
&lt;TABLE width="265"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="73"&gt;Team Lead&lt;/TD&gt;
&lt;TD width="64"&gt;Project&lt;/TD&gt;
&lt;TD width="64"&gt;Walkin&lt;/TD&gt;
&lt;TD width="64"&gt;Booking&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;XYZ&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;PQR&lt;/TD&gt;
&lt;TD&gt;30&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;LMN&lt;/TD&gt;
&lt;TD&gt;40&lt;/TD&gt;
&lt;TD&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;UVW&lt;/TD&gt;
&lt;TD&gt;50&lt;/TD&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;DEF&lt;/TD&gt;
&lt;TD&gt;60&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to show subtotal grouped on basis of Team Lead.&lt;/P&gt;
&lt;P&gt;Desired output:&lt;/P&gt;
&lt;TABLE width="265"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="73"&gt;Team Lead&lt;/TD&gt;
&lt;TD width="64"&gt;Project&lt;/TD&gt;
&lt;TD width="64"&gt;Walkin&lt;/TD&gt;
&lt;TD width="64"&gt;Booking&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;XYZ&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;PQR&lt;/TD&gt;
&lt;TD&gt;30&lt;/TD&gt;
&lt;TD&gt;7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Total&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;60&lt;/TD&gt;
&lt;TD&gt;18&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;LMN&lt;/TD&gt;
&lt;TD&gt;40&lt;/TD&gt;
&lt;TD&gt;8&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;UVW&lt;/TD&gt;
&lt;TD&gt;50&lt;/TD&gt;
&lt;TD&gt;9&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Total&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;90&lt;/TD&gt;
&lt;TD&gt;17&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;DEF&lt;/TD&gt;
&lt;TD&gt;60&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Total&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;60&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to achieve this using html in Nprinting ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875019#M34502</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2024-11-15T22:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875036#M34505</link>
      <description>&lt;P&gt;Hello Aditya,&lt;/P&gt;
&lt;P&gt;Can you just create a pivot table in Qlik sense and add that table an an image in HTML report.&lt;/P&gt;
&lt;P&gt;This will work is the no. of rows are limited.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Dec 2021 09:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875036#M34505</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-12-25T09:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875078#M34509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/79864"&gt;@Aditya_Chitale&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Absolutely.&lt;/P&gt;
&lt;P&gt;Smart data modeling opens up a lot of possibilities. My approach is to create dedicated dimensions&amp;nbsp; in script which would have "Total" line created during load script as one of dimension values.&lt;/P&gt;
&lt;P&gt;those concepts are described here in general:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-HTML-Reports-with-Totals-and-Subtotals/td-p/1664570" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-HTML-Reports-with-Totals-and-Subtotals/td-p/1664570&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/How-I-can-show-SubTotals-in-NPrinting-Word-Report/td-p/1675337" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/How-I-can-show-SubTotals-in-NPrinting-Word-Report/td-p/1675337&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;detailed concept of subtotals in straight tables is described here by &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp; (Thanks Vegar):&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.aqlik.se/2019/01/sub-totals-in-a-qlik-straight-table/" target="_blank" rel="noopener"&gt;http://www.aqlik.se/2019/01/sub-totals-in-a-qlik-straight-table/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have subtotals in straight table then it is up to your HTML skills to make it looking nice in NPrinting HTML report&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 02:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875078#M34509</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-26T02:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875091#M34512</link>
      <description>&lt;P&gt;Hi Ashutosh,&lt;/P&gt;
&lt;P&gt;I tried adding it as image but it limits the number of rows displayed.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 07:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875091#M34512</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2021-12-26T07:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875106#M34514</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using your method, But since I have applied set analysis expression for showing YTD and MTD measure, in current scenerio, my measure is not returning correct values. So, will I need to calculate desired measure from script part itself ?&lt;/P&gt;
&lt;P&gt;measure expression:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NUM(count(distinct{&amp;lt;[DATE]= {"&amp;gt;=$(=vYTDStartDate_SO)&amp;lt;=$(=vEndDate_SO)"},SOURCE={'Walk-In'},[SM ROLE]={'Sourcing','Presales'},[SM STATUS]={'Active'},[SM EMP TYPE]={'NGL','Stack','MT','Presales'},[CM ROLE]=,[CM STATUS]=,[CM EMP TYPE]=&amp;gt;}[OPPORTUNITY ID]),'##.0')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Sun, 26 Dec 2021 14:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875106#M34514</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2021-12-26T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875132#M34516</link>
      <description>&lt;P&gt;Hi, Hard to say without seeing all details behind your variables, data model etc..&lt;/P&gt;
&lt;P&gt;Having set analysis in measure does not change anything in the method i have suggested so if applied correctly should work without issues.&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;Lech&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 02:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875132#M34516</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-27T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875173#M34519</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks ! It worked. Had to correct the subtotal flag field name. Just one last help needed, is it possible to highlight the subtotal row by any means in Nprinting using html ?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 07:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875173#M34519</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2021-12-27T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875216#M34520</link>
      <description>&lt;P&gt;absolutely. You need to be able to identify which row is a subtotal row by adding extra flags or even css syntax directly to Qlik table&lt;/P&gt;
&lt;P&gt;Concept is described here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-HTML-How-change-background-color-based-on-the-data/td-p/1606963" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Nprinting-HTML-How-change-background-color-based-on-the-data/td-p/1606963&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Conditional-Formatting-in-NPrinting-HTML-Report/td-p/1757268" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Conditional-Formatting-in-NPrinting-HTML-Report/td-p/1757268&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/HTMLReports/HTML-formatting.htm" target="_blank"&gt;https://help.qlik.com/en-US/nprinting/May2021/Content/NPrinting/HTMLReports/HTML-formatting.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 10:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1875216#M34520</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-27T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876088#M34549</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry for the late response, I tried the methods that you mentioned in provided links. But I am unable to highlight the subtotals row in html. I am able to do so in Qlik Sense. Kindly help in achieving the same in html too.&lt;/P&gt;
&lt;P&gt;I have attached my html template.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 10:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876088#M34549</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2021-12-30T10:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876103#M34551</link>
      <description>&lt;P&gt;Hi. &lt;/P&gt;
&lt;P&gt;With only html template i cannot do anything. It is first of all Qlik Sense app in which You need to create column in table which for each row of the data will return colour you want to have.&amp;nbsp;&lt;BR /&gt;Then the value of colour needs to be put as inline style for cell in html table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I may give you a working app and template sample tomorrow&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 11:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876103#M34551</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-30T11:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876273#M34564</link>
      <description>&lt;P&gt;THANKS A TON !!&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;. It worked using the flag column method and unchecking html encode option from table column properties panel in Nprinting.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 05:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876273#M34564</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2021-12-31T05:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension wise Sub total in Nprinting html</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876277#M34565</link>
      <description>&lt;P&gt;oh yeah - unchecking encode was in one of the topics i have given you link to &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;glad I could help - cheers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by the way - I was about to start building example with step by step instructions but since you managed to figure it out i will pass for now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 06:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Dimension-wise-Sub-total-in-Nprinting-html/m-p/1876277#M34565</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2021-12-31T06:14:36Z</dc:date>
    </item>
  </channel>
</rss>

