<?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 Cell Justification for Excel reports in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892154#M5722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you aligned the data in Qlikview?? I mean in qlikview are you aligned the text and numbers to right alignment or in Qlikview also your seeing text in left and number in right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 07:29:14 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-05-07T07:29:14Z</dc:date>
    <item>
      <title>NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892146#M5714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&amp;nbsp; I have a situation which I think is fairly common.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table in Qlikview and I am using it for a report in NPrinting.&lt;/P&gt;&lt;P&gt;The expressions are all set to right justify for text and numeric in Presentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the expression, I have it displaying text if there is no data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; =if(Sum(Amount)=0,'No Sales',Sum(Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use this is NPrinting for an excel report, the numeric cells are right justified, but the text cells are left justified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="NPrinting Justification Issue.png" class="jive-image image-1" src="/legacyfs/online/85878_NPrinting Justification Issue.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea on how to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892146#M5714</guid>
      <dc:creator>shanemichelon</dc:creator>
      <dc:date>2015-05-07T06:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892147#M5715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the default nature of XL, we cannot change it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;. hey if your using the that qlikview object in the NPrinting template this will not cause because it will take the Qlikview object property alignment &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892147#M5715</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-07T06:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892148#M5716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&amp;nbsp; I'm not sure I fully understand your answer.&amp;nbsp; Can you elaborate a little please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892148#M5716</guid>
      <dc:creator>shanemichelon</dc:creator>
      <dc:date>2015-05-07T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892149#M5717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as a trick you could use dual() to let Qlik and Excel interpret your text as number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Sum(Amount)&amp;gt;0, Dual('No Sales',0),Sum(Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892149#M5717</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-07T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892150#M5718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and numbers are aligned to the right by default&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 06:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892150#M5718</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-07T06:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892151#M5719</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;Your writing the condition( &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Sum(Amount)=0,'No Sales',Sum(Amount)) &lt;/SPAN&gt;) in NPrinting or Qlikivew ??&lt;/P&gt;&lt;P&gt;If your using the expression in NPrinting then push this condition to Qlikview and in the chart properties align all the data to required format. While developing the Excel&amp;nbsp; template in NPrinting . Don't have condition here , directly added the object build in Qlikview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892151#M5719</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-07T07:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892152#M5720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is in Qlikview.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892152#M5720</guid>
      <dc:creator>shanemichelon</dc:creator>
      <dc:date>2015-05-07T07:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892153#M5721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, this just results in the report showing a '0' rather than the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892153#M5721</guid>
      <dc:creator>shanemichelon</dc:creator>
      <dc:date>2015-05-07T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892154#M5722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you aligned the data in Qlikview?? I mean in qlikview are you aligned the text and numbers to right alignment or in Qlikview also your seeing text in left and number in right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892154#M5722</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-07T07:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892155#M5723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've also found that when aligning labels (dimension or expression) that nPrinting doesn't follow the alignment that I've used in Qlik - for example centring the labels in Qlik ends up with them left aligned (default text alignment) when pushed through nPrinting into excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any answer appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:32:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892155#M5723</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-05-07T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892156#M5724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its the default nature of excel , we don't have any control on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 07:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892156#M5724</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-07T07:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892157#M5725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm passing the item to nPrinting and selecting 'keep source format' - which it's not doing. You can tell excel how to align things, including labels, so to me this is an error/bug and so I disagree, we should have control over that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892157#M5725</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-05-07T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892158#M5726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shane/Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you get any solution to this. I am facing the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 10:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892158#M5726</guid>
      <dc:creator>neha_sri</dc:creator>
      <dc:date>2016-07-26T10:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892159#M5727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you get it solved??&lt;/P&gt;&lt;P&gt;I'm stuck with same issue any help is appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2016 11:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892159#M5727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-27T11:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Cell Justification for Excel reports</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892160#M5728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be fixed by ignoring the source code in the properties tab for the individual tables. It'll ignore that it identifies it as a character and your report will be centered. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 19:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Cell-Justification-for-Excel-reports/m-p/892160#M5728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T19:23:22Z</dc:date>
    </item>
  </channel>
</rss>

