<?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 Create multiple columns from rows of data in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2142407#M40555</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a table with 2 column Name and Status(can have x or -). &lt;BR /&gt;Printing the table as it is will print 2 columns on several pages. That is not the desiered output format.&lt;BR /&gt;I would like the fields to be printed horizontaly and not verticaly.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Name Status&lt;BR /&gt;A&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;B&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;C&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;D&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;F&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;E&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;M&amp;nbsp; &amp;nbsp;-&lt;BR /&gt;N&amp;nbsp; &amp;nbsp;X&lt;/P&gt;
&lt;P&gt;Expected output:&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; C&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; D&amp;nbsp; &amp;nbsp; X&lt;BR /&gt;F&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; E&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; M&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; N&amp;nbsp; &amp;nbsp; X&lt;/P&gt;
&lt;P&gt;I'm Using latest NPrinting version. Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:14:46 GMT</pubDate>
    <dc:creator>stanciuc</dc:creator>
    <dc:date>2024-11-15T21:14:46Z</dc:date>
    <item>
      <title>Create multiple columns from rows of data</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2142407#M40555</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a table with 2 column Name and Status(can have x or -). &lt;BR /&gt;Printing the table as it is will print 2 columns on several pages. That is not the desiered output format.&lt;BR /&gt;I would like the fields to be printed horizontaly and not verticaly.&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Name Status&lt;BR /&gt;A&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;B&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;C&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;D&amp;nbsp; &amp;nbsp;X&lt;BR /&gt;F&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;E&amp;nbsp; &amp;nbsp; -&lt;BR /&gt;M&amp;nbsp; &amp;nbsp;-&lt;BR /&gt;N&amp;nbsp; &amp;nbsp;X&lt;/P&gt;
&lt;P&gt;Expected output:&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; B&amp;nbsp; &amp;nbsp; X&amp;nbsp; &amp;nbsp; C&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; D&amp;nbsp; &amp;nbsp; X&lt;BR /&gt;F&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; E&amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp; M&amp;nbsp; &amp;nbsp; -&amp;nbsp; &amp;nbsp; N&amp;nbsp; &amp;nbsp; X&lt;/P&gt;
&lt;P&gt;I'm Using latest NPrinting version. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2142407#M40555</guid>
      <dc:creator>stanciuc</dc:creator>
      <dc:date>2024-11-15T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple columns from rows of data</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2142502#M40556</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Qlik NPrinting May 2021 SR1 is out of support, so schedule the upgrade to a supported version. In the text you stated that you are using latest that is May 2023 SR2. In this case please use the right label, thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik NPrinting works by column: you place the tag of a table or tag of columns of a table and they are expanded vertically with the data. It is not possible to expand them horizontally.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could:&lt;/P&gt;
&lt;P&gt;- If you are developing an Excel template, add the column tags in an hidden&amp;nbsp;Excel sheet and use Excel features to create a visible sheet with the layout you want.&amp;nbsp; In this case you can use the Excel function&amp;nbsp;&lt;STRONG&gt;=TRANSPOSE(XX:YY)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;- create a table in the source app with that layout, refresh the connection cache and import that table&lt;/P&gt;
&lt;P&gt;- import the source object in the Cells node then drag and drop each single cell in the final position. This is feasible only if the source object has a limited size because you have to manually manage all cells and it is positional so if you change the order in the source table you have to update the tags in the template according&lt;/P&gt;
&lt;P&gt;- if you use VBA macros remember that related code is only copied to the generated reports but never executed&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 16:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2142502#M40556</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2023-11-29T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple columns from rows of data</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2152736#M40639</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Excel function&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;=TRANSPOSE(XX:YY)&amp;nbsp;&lt;/STRONG&gt;works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Create-multiple-columns-from-rows-of-data/m-p/2152736#M40639</guid>
      <dc:creator>stanciuc</dc:creator>
      <dc:date>2023-12-13T21:29:54Z</dc:date>
    </item>
  </channel>
</rss>

