<?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: Different Filter for each excel column in NPrinting in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185935#M12341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Formula={a+b},Year={$(1)}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and use this variable in your expression and pass value for year as your parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you'll have to create two variables one for the Year parameter for column 1 &amp;amp; 2 and other variable for Quarter column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 17:27:27 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2016-09-15T17:27:27Z</dc:date>
    <item>
      <title>Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185930#M12336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i am using Nprinting version 15.3 for creating report on excel file.&lt;/P&gt;&lt;P&gt;I want to create a report a nprinting report based on my qlikview document,&lt;BR /&gt;What i want to achieve is someting like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Formula&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Current year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Last Year&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Quarter 3&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;YTD&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;a+b&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;21&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;55&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;a+b+c&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;80&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;a+d+e&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;70&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;60&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;a+b+c+d+e&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;120&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now i should create a formula one by one per cell example : &lt;/P&gt;&lt;P&gt;for a+b current year = sum({&amp;lt;Formula={a+b},Year={2016}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;a+b Last year = sum({&amp;lt;Formula={a+b},Year={2015}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;a+b Quarter year = sum({&amp;lt;Formula={a+b},Quarter={"Q3"}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for&amp;nbsp; a+b+c&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;for a+b+c current year = sum({&amp;lt;Formula={a+b+c},Year={2016}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;a+b+c Last year = sum({&amp;lt;Formula={a+b}+c,Year={2015}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;a+b+c Quarter year = sum({&amp;lt;Formula={a+b+c},Quarter={"Q3"}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My Question is can i apply different filter for each column? Current Year column = 2016, Last Year Column = 2015 etc.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;currently i am using formula for showing the value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Appreciate any help&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 13:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185930#M12336</guid>
      <dc:creator />
      <dc:date>2016-09-15T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185931#M12337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldn't understand what you want but may be this is waht you are looking for.&lt;/P&gt;&lt;P&gt;You can create parameterized variable for your 'Formula' column and use that variable in the expression.&lt;/P&gt;&lt;P&gt;Then you can pass different values of in your Formula column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not then provide a sample file to work on the sol'n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185931#M12337</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-15T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185932#M12338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create these expressions in QlikView for these columns and bring them in Nprinting excel. It will give you results based on your Current Year, Last Year, Quarter and YTD expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 14:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185932#M12338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-15T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185933#M12339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i try to achieve was to create an report in nprinting with different value coming from current year, last year , quarter and YTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now in Nprinting i am using formula for each time period above to calculate a+b etc.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a+b current year = sum({&amp;lt;Formula={a+b},Year={2016}&amp;gt;}Sales)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;a+b Last year = sum({&amp;lt;Formula={a+b},Year={2015}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;a+b Quarter year = sum({&amp;lt;Formula={a+b},Quarter={"Q3"}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;The difference from formula above&amp;nbsp; is only on the Year={2016},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Year={2016},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Quarter={"Q3"}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Can i just write&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;Formula={a+b}&amp;gt;}Sales) once and then apply period filter to the column?&lt;BR /&gt;&lt;/SPAN&gt;because if there is more than 50 row it is time consuming to write the formula one by one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your attention&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185933#M12339</guid>
      <dc:creator />
      <dc:date>2016-09-15T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185934#M12340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Velaga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way than writing the expression one by one?, currently i'm doing like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to use filter in nprinting but it appears that the filter is affected all of the column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 15:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185934#M12340</guid>
      <dc:creator />
      <dc:date>2016-09-15T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Different Filter for each excel column in NPrinting</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185935#M12341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;sum({&amp;lt;Formula={a+b},Year={$(1)}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and use this variable in your expression and pass value for year as your parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you'll have to create two variables one for the Year parameter for column 1 &amp;amp; 2 and other variable for Quarter column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 17:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Different-Filter-for-each-excel-column-in-NPrinting/m-p/1185935#M12341</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2016-09-15T17:27:27Z</dc:date>
    </item>
  </channel>
</rss>

