<?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: combine two fields in pixelperfect in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993628#M37376</link>
    <description>&lt;P&gt;so if you have 2 fields/dimensions in the table object you can then have something like:&lt;/P&gt;
&lt;P&gt;Dimesnions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;dim 1,&lt;/LI&gt;
&lt;LI&gt;dim 2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Measure&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Only([dim 1]&amp;amp;' '&amp;amp;Only([dim 2])&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;and use the measure to populate field you want to have as merged...&lt;/P&gt;
&lt;P&gt;That way you can use it in level or in a table&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 01:20:14 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2022-10-18T01:20:14Z</dc:date>
    <item>
      <title>combine two fields in pixelperfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993444#M37372</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have two database fields that I want to print together.&lt;/P&gt;
&lt;P&gt;They values can be different widths.&lt;/P&gt;
&lt;P&gt;I used another report writer where I could move them together and a text box would be created that would be dynamic.&lt;/P&gt;
&lt;P&gt;Can I do this in Pixel Perfect?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 16:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993444#M37372</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-10-17T16:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: combine two fields in pixelperfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993619#M37373</link>
      <description>&lt;P&gt;can't you just concatenate those fields and use as single field?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 00:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993619#M37373</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2022-10-18T00:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: combine two fields in pixelperfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993620#M37374</link>
      <description>&lt;P&gt;I can't because they are used in a group by.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know in advance.&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 00:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993620#M37374</guid>
      <dc:creator>mstoler</dc:creator>
      <dc:date>2022-10-18T00:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: combine two fields in pixelperfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993627#M37375</link>
      <description>&lt;P&gt;It is not clear what you do - NPrinting is using UI objects - so where do you have a group by?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 01:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993627#M37375</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2022-10-18T01:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: combine two fields in pixelperfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993628#M37376</link>
      <description>&lt;P&gt;so if you have 2 fields/dimensions in the table object you can then have something like:&lt;/P&gt;
&lt;P&gt;Dimesnions:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;dim 1,&lt;/LI&gt;
&lt;LI&gt;dim 2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Measure&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Only([dim 1]&amp;amp;' '&amp;amp;Only([dim 2])&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;and use the measure to populate field you want to have as merged...&lt;/P&gt;
&lt;P&gt;That way you can use it in level or in a table&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 01:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/combine-two-fields-in-pixelperfect/m-p/1993628#M37376</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2022-10-18T01:20:14Z</dc:date>
    </item>
  </channel>
</rss>

