<?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 PixelPerfect - Rolling Wave Data Positioning, in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1666784#M27654</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i have an issue to present the data correctly aligned (s. attachment) in NP PixelPerfect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The report takes the date (i.e. "Stand: 11.12.19") and calculates a period of a year back (12.12.18 - 11.12.19 =&amp;gt; &lt;STRONG&gt;2019&lt;/STRONG&gt;). This range is saved in QS in vPeriod and fills automatically another variable (vPeriodVJ) with the range a year before (12.12.17-11.12.18 =&amp;gt; &lt;STRONG&gt;2018&lt;/STRONG&gt;). All the fields in the attachment are calculated with set analysis on these variables in formulas in the NP Designer. I've created an advanced filter for the whole range on the year field, but I want to have the calculation-columns of &lt;STRONG&gt;2018 &lt;/STRONG&gt;behind the ones of &lt;STRONG&gt;2019&amp;nbsp;&lt;/STRONG&gt;placed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have an idea to merge my "two tables"? Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2020 14:31:10 GMT</pubDate>
    <dc:creator>Gerdinho22</dc:creator>
    <dc:date>2020-01-17T14:31:10Z</dc:date>
    <item>
      <title>PixelPerfect - Rolling Wave Data Positioning,</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1666784#M27654</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;i have an issue to present the data correctly aligned (s. attachment) in NP PixelPerfect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The report takes the date (i.e. "Stand: 11.12.19") and calculates a period of a year back (12.12.18 - 11.12.19 =&amp;gt; &lt;STRONG&gt;2019&lt;/STRONG&gt;). This range is saved in QS in vPeriod and fills automatically another variable (vPeriodVJ) with the range a year before (12.12.17-11.12.18 =&amp;gt; &lt;STRONG&gt;2018&lt;/STRONG&gt;). All the fields in the attachment are calculated with set analysis on these variables in formulas in the NP Designer. I've created an advanced filter for the whole range on the year field, but I want to have the calculation-columns of &lt;STRONG&gt;2018 &lt;/STRONG&gt;behind the ones of &lt;STRONG&gt;2019&amp;nbsp;&lt;/STRONG&gt;placed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have an idea to merge my "two tables"? Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 14:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1666784#M27654</guid>
      <dc:creator>Gerdinho22</dc:creator>
      <dc:date>2020-01-17T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: PixelPerfect - Rolling Wave Data Positioning,</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669127#M27718</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92243"&gt;@Gerdinho22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I understand your question correctly perhaps you can use set analysis in conjunction with an new straight table chart.&lt;/P&gt;
&lt;P&gt;Of course you would need to apply your advanced filters to enable the ranges as needed.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;I previously had two charts 1 for each years data in my QS app&lt;/LI&gt;
&lt;LI&gt;In the new single QS chart, I added one dimension and &lt;STRONG&gt;one measure for &lt;EM&gt;each year of data&lt;/EM&gt;&lt;/STRONG&gt;. See attached output.&lt;/LI&gt;
&lt;LI&gt;I used set analysis for the columns ie; =&amp;nbsp;&amp;nbsp;sum( {$&amp;lt;Year={2017}&amp;gt;} Sales ) &lt;STRONG&gt;and&amp;nbsp;&lt;/STRONG&gt; =&amp;nbsp;&amp;nbsp;sum( {$&amp;lt;Year={2018}&amp;gt;} Sales )&lt;/LI&gt;
&lt;LI&gt;I used a text box to enable the years 2017 and 2018 in the NP template editor&lt;/LI&gt;
&lt;LI&gt;Inserted the chart as a level and insert the chart into the band in the detailed report area on the right in the template editor window.&lt;/LI&gt;
&lt;LI&gt;dragged the individual data fields to the detail report from the expand level/chart upper right corner&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;How it works in the template editor&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="year over year in one chart.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27453i4B51BB32658C943D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="year over year in one chart.PNG" alt="year over year in one chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Report output attached&lt;/P&gt;
&lt;P&gt;Hopefully this is something that you might be able to leverage to achieve the result you need.&lt;/P&gt;
&lt;P&gt;Kind regards...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 22:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669127#M27718</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2020-01-24T22:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: PixelPerfect - Rolling Wave Data Positioning,</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669298#M27720</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you mean that you would like to place two tables side-by-side I suggest to give a check at the post&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Side-by-Side-Tables-in-One-Band-in-PixelPerfect/m-p/1630170" target="_blank"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/Side-by-Side-Tables-in-One-Band-in-PixelPerfect/m-p/1630170&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 08:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669298#M27720</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2020-01-27T08:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: PixelPerfect - Rolling Wave Data Positioning,</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669559#M27723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the response. In the meantime, I worked on a similar solution like yours and it was solved with set analysis, i.e. sum({&amp;lt;Datum={'&amp;gt;=01.01.2018&amp;lt;=31.01.2018'}&amp;gt;}[$(vQuelle)]). Now&amp;nbsp; I have over 100 formulas and more than 200 labels.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="solution.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27496iBADB125CBC2D9911/image-size/medium?v=v2&amp;amp;px=400" role="button" title="solution.png" alt="solution.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I`m not happy with it, because I´ll have to adjust every formular year by year. Maybe it is possible to create a variable, which takes the current date from my selection and calculates the needed range?!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will work on it and would post my success into this thread, but so&amp;nbsp;far it is done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 12:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/PixelPerfect-Rolling-Wave-Data-Positioning/m-p/1669559#M27723</guid>
      <dc:creator>Gerdinho22</dc:creator>
      <dc:date>2020-01-27T12:23:01Z</dc:date>
    </item>
  </channel>
</rss>

