<?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: Excel Paging based on Flag in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629271#M26167</link>
    <description>&lt;P&gt;not sure about template you want to use as you are not indicating it. Lets assume it is excel. I can see it working like this:&lt;/P&gt;&lt;P&gt;use one chart (instead of 2 separate prefiltered charts) without any set analysis or filtering as you can use page tag to achieve filtering...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Build first (1-one) excel sheet with page applied on it using&amp;nbsp;&lt;SPAN&gt;CRDTeamFlag&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Build second sheet (also one sheet) with applied page on it using table as a page object with&amp;nbsp;CRDTeamFlag and Person as dimensions&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;It looks quite straight forward i think.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If my understanding is wrong maybe try to attach sample with how the outcome needs to look like...&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 28 Sep 2019 06:31:23 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2019-09-28T06:31:23Z</dc:date>
    <item>
      <title>Excel Paging based on Flag</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629251#M26163</link>
      <description>&lt;P&gt;I have a field called 'CRDTeamFlag' and the options are 'CRD Team' or 'Non-CRD Team'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one chart for CRD Team and one for Non-CRD Team.&lt;/P&gt;&lt;P&gt;In my NP report, I want 1 tab to show the entire Non-CRD Team chart, one tab for the entire CRD Team, chart and then PAGING (1 tab) for each Person in the CRD Team. In other words, 2 summary tabs (team and not team) and one tab for each person on the team. Thoughts?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 21:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629251#M26163</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2019-09-27T21:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Paging based on Flag</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629271#M26167</link>
      <description>&lt;P&gt;not sure about template you want to use as you are not indicating it. Lets assume it is excel. I can see it working like this:&lt;/P&gt;&lt;P&gt;use one chart (instead of 2 separate prefiltered charts) without any set analysis or filtering as you can use page tag to achieve filtering...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Build first (1-one) excel sheet with page applied on it using&amp;nbsp;&lt;SPAN&gt;CRDTeamFlag&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Build second sheet (also one sheet) with applied page on it using table as a page object with&amp;nbsp;CRDTeamFlag and Person as dimensions&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;It looks quite straight forward i think.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If my understanding is wrong maybe try to attach sample with how the outcome needs to look like...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Sep 2019 06:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629271#M26167</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-09-28T06:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Paging based on Flag</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629636#M26189</link>
      <description>&lt;P&gt;How do you apply paging with a filter? My CRDTeamFlag = 'CRD Team' or 'Non-CRD Team'.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 15:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629636#M26189</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2019-09-30T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Paging based on Flag</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629800#M26194</link>
      <description>&lt;P&gt;Page tag loops through values in the field. So why do you want to apply filter. It will look through&amp;nbsp;&lt;SPAN&gt;CRDTeamFlag = 'CRD Team' and&amp;nbsp;CRDTeamFlag = 'Non-CRD Team'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have any other values in this CRDTeamFlag field? From your description it looks like you only have those 2 above mentioned values so you just need to use this field as &amp;lt;page&amp;gt; tag and it will loop through it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you have other values in i then apply filter on whole report. Filter would be then&amp;nbsp;CRDTeamFlag = 'CRD Team' , 'Non-CRD Team'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 23:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Excel-Paging-based-on-Flag/m-p/1629800#M26194</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2019-09-30T23:52:09Z</dc:date>
    </item>
  </channel>
</rss>

