<?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: Nprinting - Merge Cells in table in HTML in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935189#M36089</link>
    <description>&lt;P&gt;Hi David.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our version is&amp;nbsp;&lt;SPAN&gt;: 21.14.3.0&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 04:28:49 GMT</pubDate>
    <dc:creator>sogloqlik</dc:creator>
    <dc:date>2022-05-25T04:28:49Z</dc:date>
    <item>
      <title>Nprinting - Merge Cells in table in HTML</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1934621#M36072</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;I Have a Table which holds for each Product category the top 5 products.&lt;BR /&gt;A basic strait table is no problem (file attached), but I want to merge the Category cells for each category.&lt;BR /&gt;It looks s like a pivot but supposed to be much easier.&lt;BR /&gt;When I try to use the row span, I get the most bizarre result &lt;BR /&gt;I've attached the HTML code also. some of the names are in Hebrew but row span appears only once &lt;BR /&gt;Any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thx.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 08:05:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1934621#M36072</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2022-05-24T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting - Merge Cells in table in HTML</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1934875#M36077</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can evaluate to use Levels for the Category field and nested HTML tables:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruggero_Piccoli_0-1653399478395.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80173i052A9AB7493EE96A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruggero_Piccoli_0-1653399478395.png" alt="Ruggero_Piccoli_0-1653399478395.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruggero_Piccoli_1-1653399511865.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80174iAD8447F538A9C63C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruggero_Piccoli_1-1653399511865.png" alt="Ruggero_Piccoli_1-1653399511865.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;HTML code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;html&amp;gt;
    &amp;lt;body&amp;gt;
          %%Year_Level%%   
          &amp;lt;table border="1px" bordercolor="#00C853"&amp;gt;
          &amp;lt;tr&amp;gt;
          &amp;lt;td&amp;gt;%%Year%%&amp;lt;/td&amp;gt;
          &amp;lt;td&amp;gt;
              &amp;lt;table&amp;gt;
              &amp;lt;tr&amp;gt;
              &amp;lt;td&amp;gt;%%Country%%&amp;lt;/td&amp;gt;
              &amp;lt;td&amp;gt;%%Total Sales%%&amp;lt;/td&amp;gt;
              &amp;lt;/tr&amp;gt;
              &amp;lt;/table&amp;gt;
          &amp;lt;/td&amp;gt;
          &amp;lt;/tr&amp;gt;
            &amp;lt;/table&amp;gt;
            %%/Year_Level%%

    &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 13:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1934875#M36077</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2022-05-24T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting - Merge Cells in table in HTML</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935051#M36081</link>
      <description>&lt;P&gt;What SR of May 2021 are you on?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 18:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935051#M36081</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2022-05-24T18:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting - Merge Cells in table in HTML</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935189#M36089</link>
      <description>&lt;P&gt;Hi David.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our version is&amp;nbsp;&lt;SPAN&gt;: 21.14.3.0&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 04:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935189#M36089</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2022-05-25T04:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Nprinting - Merge Cells in table in HTML</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935322#M36090</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Merge cells would have been better but for now it is good enough.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Nprinting-Merge-Cells-in-table-in-HTML/m-p/1935322#M36090</guid>
      <dc:creator>sogloqlik</dc:creator>
      <dc:date>2022-05-25T10:06:46Z</dc:date>
    </item>
  </channel>
</rss>

