<?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: New Calculated field Pixel Perfect in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982765#M7175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as mark said, it looks like you answered your own question regarding as far as the logic needed in a load script&lt;/P&gt;&lt;P&gt;but how does that question apply to an NPrinting pixelperfect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 12:54:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-25T12:54:19Z</dc:date>
    <item>
      <title>New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982762#M7172</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;My raw table coming from Qlik is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OrderId&amp;nbsp;&amp;nbsp;&amp;nbsp; Margin&amp;nbsp;&amp;nbsp; Ispositive&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this table I want to create a stack bar graphic to know the percentage the positive and negative orders, anyone knows how to create the Ispositive field? if(Margin &amp;lt;=0,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982762#M7172</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2015-11-25T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982763#M7173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;question - do you not want the stcked bar chart within the QlikView application?&amp;nbsp; Alos is there a specific reason you are using PixelPerfect for a bar chart?&amp;nbsp; There are other tempaltes that are a little easier to use for simple objects like bar charts, and you can use table data in excel to create bar charts within the nprinting template&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982763#M7173</guid>
      <dc:creator />
      <dc:date>2015-11-25T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982764#M7174</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;Could you please give some more details as you seem to have answered your own question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add to you load script.&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(Margin &amp;lt;=0,0,1) AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ispositive&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982764#M7174</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-25T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982765#M7175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as mark said, it looks like you answered your own question regarding as far as the logic needed in a load script&lt;/P&gt;&lt;P&gt;but how does that question apply to an NPrinting pixelperfect?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982765#M7175</guid>
      <dc:creator />
      <dc:date>2015-11-25T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982766#M7176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, Let's change and do it in Excel, how could I do this calculation for each row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thank's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 12:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982766#M7176</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2015-11-25T12:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982767#M7177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are u looking for this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="looking.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107028_looking.PNG" style="height: 235px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982767#M7177</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-25T13:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982768#M7178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nprinting is used to take objects from qlikview and use them (or the data from the objects) to crate reports and then have then distributed.&amp;nbsp; When using excel for example, you would use excel calculations to total columns or crate new columns from exisint columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you are wanting to do expression like detail withing nprinting - it should be in the load or expression and then nprinting would use the object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 13:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982768#M7178</guid>
      <dc:creator />
      <dc:date>2015-11-25T13:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: New Calculated field Pixel Perfect</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982769#M7179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that Margin is a looooong expresion in a set analysis, I tried to do an if in this calculation and did not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 14:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/New-Calculated-field-Pixel-Perfect/m-p/982769#M7179</guid>
      <dc:creator>ecabanas</dc:creator>
      <dc:date>2015-11-25T14:04:52Z</dc:date>
    </item>
  </channel>
</rss>

