<?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 variable not showing all possible values in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2104518#M39692</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;I'm looking for the information.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 12:37:06 GMT</pubDate>
    <dc:creator>Ruggero_Piccoli</dc:creator>
    <dc:date>2023-08-10T12:37:06Z</dc:date>
    <item>
      <title>NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103006#M39655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a simple data model with customer.name, customer.type, customer.country and sales data. In a specific benchmark report I need to select a customer, and show data from customers that have the same customer.type, but&amp;nbsp; having the same or additionally selected countries. For example I select customer A&amp;nbsp; who is customer type X from country Belgium,&amp;nbsp; and then I select Belgium (that was white), and also France and Germany (greyed out but still I select them). In Qlik Sense formula '=GetFieldSelections([Customer.Country], ', ', 8)' shows 'Belgium, France, Germany' but in NPrinting it shows only Belgium. I tried the NPrinting Variable (taken from Qlik Sense), I tried the NPrinting formula with the same syntax, I even tried the NPrinting Image which refers to a text object in Qlik Sense, all only showing Belgium, ignoring France and Germany. Any suggestions please?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NPrinting MAy 2023; Qlik Sense Enterprise for Windows May 2023&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103006#M39655</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-07T09:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103024#M39656</link>
      <description>&lt;P&gt;I think it's not only about showing the variable &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When in a table I use below formula in Qlik Sense, it takes data from the selected countries (Belgium, France and Germany). In NPrinting, the table shows the results taking data from Belgium only. So I think NPrinting is not capable of handling data that's basically excluded from selections.&lt;/P&gt;
&lt;P&gt;Is this documented somewhere?&lt;/P&gt;
&lt;P&gt;Formula in straight table:&lt;/P&gt;
&lt;P&gt;=rank(Sum({&amp;lt;[customer.type] = p({$} [customer.type]), [customer.name] = &amp;gt;} [Salesline.Amount_EUR]))&lt;/P&gt;
&lt;P&gt;this gives different results in NPrinting compared to Qlik Sense&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":frowning_face:"&gt;☹️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 09:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103024#M39656</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-07T09:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103076#M39657</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192350"&gt;@Clevano&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are not mentioning it, but I am 99.9% sure you relate to situation when you apply those filters using Qlik Sense and then you execute report using OnDemand NPrinting qlik sense extension and generate report - is that the case?&lt;/P&gt;
&lt;P&gt;If it is then I am afraid this is working as designed as selection passed to NPrinting is based on "Possible" and not "Selected"values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or...&lt;/P&gt;
&lt;P&gt;do you actually create a NPrinting filters directly in NPrinting?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 11:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103076#M39657</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-08-07T11:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103085#M39658</link>
      <description>&lt;P&gt;Hi Lech,&lt;/P&gt;
&lt;P&gt;Thank you for your reply. &lt;BR /&gt;You're right the use case is an OnDemand report.&amp;nbsp;&lt;BR /&gt;Do you know where we can find the documentation about &lt;SPAN&gt;selection passed to NPrinting ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bruno.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 12:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103085#M39658</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-07T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103102#M39661</link>
      <description>&lt;P&gt;Hi Bruno&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192350"&gt;@Clevano&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I dont have any written documentation on that subject, however I know that this was the case&amp;nbsp; in the past and I was able to preview it in Chrome Developer Tool.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;- do you have any documentation on that. The scenario described in this thread is valid and quite unique and I understand where&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192350"&gt;@Clevano&lt;/a&gt;&amp;nbsp;comes from. Use of Qlik engine power with this use case is actually quite common - I was lucky I was not asked to deliver NPrinting on top of it so I did not have to find a solution.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;So the bottom line is: Is there any documentation on what selection state is being passed with OnDemand NPrinting call?&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;is it current selection state? which in some cases can show excluded values (for example with E() in set analysis)&lt;/LI&gt;
&lt;LI&gt;or is it only "possible" state which basically only passes through to NPrinting only "green" (selected and possible) values from selection state.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks mate - Ciao!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 12:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103102#M39661</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-08-07T12:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103357#M39666</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;for clarifying the issue.&lt;/P&gt;
&lt;P&gt;I must admit I was taken by surprise when the NPrinting report did not show the same results as in Qlik Sense. My confidence in the NPrinting output was on a level that I only discovered this issue after a while when the NPrinting report was already in production &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp; &amp;nbsp; &lt;BR /&gt;So now I feel I that NPrinting is not just about putting the content from Qlik Sense in reports, it's also about checking the content if it matches the Qlik Sense content &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm realistic enough to not expecting a quick solution here, (although you never know some workaround?) , but as Lech stipulates, it would be good to have some documentation to rely on.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Bruno.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 07:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103357#M39666</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-08T07:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103369#M39667</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;
&lt;P&gt;well - I dare to say - it depends, but yeah - it is not as simple as "what you get in Qlik Sense you get in NPrinting". There are things you need to consider and plan for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Current selection - based on your OnDemand example you see it is not as simple as it seems. On the other hand if you would apply those selections as filters directly in NPrinting you would get results as expected. So understanding that it is not really NPrinting issue &lt;STRONG&gt;but OnDemand NPrinting Qlik Sense extension issue passing the selection state&lt;/STRONG&gt;&amp;nbsp;to NPrinting when generating report would make your life easier as you would already plan for it when designing your solution.&lt;/LI&gt;
&lt;LI&gt;The above problem is also a result of more advanced set analysis formula used in expressions (usually going against current selections state). There are other ones as well like:
&lt;UL&gt;
&lt;LI&gt;There are other examples like calculating ratio vs total, for example: Sum(Sales)/Sum(Total Sales). Below expression will work ok in table but as soon as you try to use it in Level (for example to build excel table) then applying Level selection will change content of your "TOTAL" and you will get 100% for every row.&lt;/LI&gt;
&lt;LI&gt;Using set analysis to show data in table against dimensions which are excluded from selections and using that table as level - this will cause error as levels are like selections and since you cannot apply selection on value which is excluded from your current state that will result in error.&lt;/LI&gt;
&lt;LI&gt;more others very specific situations - all dependant also on report template (excel levels work different than pixel perfect levels) etc..&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Bottom line is: NPrinting is advanced enterprise class reporting tool which requires experience and training. Misconception that it is as simple as drag&amp;amp;drop to create reports is cause of most of the issues I came across when answering questions here on community or directly with my clients.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 07:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2103369#M39667</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-08-08T07:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2104518#M39692</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;I'm looking for the information.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 12:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2104518#M39692</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2023-08-10T12:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2106341#M39731</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Lech,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dear Ruggero,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First of all thank you Lech for the much appreciated comments. I will for sure take some closer look to the outcome of my reports when I develop them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now is there any chance to deliver a solution in NPrinting for below scenario?&lt;/P&gt;
&lt;P&gt;- A sales person wants to print a report for this or this customer --&amp;gt; selects a customer in Qlik Sense.&lt;/P&gt;
&lt;P&gt;- the sales person wants to see the sales for that customer, but also he wants to compare these sales with the sales of customers that have the same customer type, but not only from its own country, also from some other (selectable) countries.&amp;nbsp;&lt;BR /&gt;This way the sales person will take the report with him while doing a product tour with the client, and for instance he 'll see that his customer is not buying much from productline X, while productline X is doing very well at comparable customers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should you have hints to build a solution for this scenario, I'll be glad to hear . If not possible, then at least I have asked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;BR /&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Bruno.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 13:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2106341#M39731</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-16T13:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2107705#M39761</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The Qlik NPrinting On-Demand for Qlik Sense extension uses the method app.selectionState() to get the current selections which then are sent when a report is requested.&lt;/P&gt;
&lt;P&gt;The documentation for&amp;nbsp; app.selectionState() is at:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/selectionState-method.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/APIs/Content/Sense_ClientAPIs/CapabilityAPIs/AppAPI/selectionState-method.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and connected pages.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 10:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2107705#M39761</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2023-08-21T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2107920#M39763</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you Ruggero for your compact answer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry not having found or understood what the above mentioned&amp;nbsp;&lt;SPAN&gt;app.selectionState() supports and what is doesn't support.&lt;/SPAN&gt;&lt;BR /&gt;I am not a programmer and can't dive into APIs , Java, CSS or alike. I use the powerful syntax in Qlik Sense script and in chart expressions.&amp;nbsp;I rely on the front end solution Qlik offers, including NPrinting with OnDemand feature, so&lt;SPAN&gt;&amp;nbsp;I believe that&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1326"&gt;@Lech_Miszkiewicz&lt;/a&gt;&amp;nbsp;asked the right concrete questions:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;So the bottom line is: Is there any documentation on what selection state is being passed with OnDemand NPrinting call?&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;is it current selection state? which in some cases can show excluded values (for example with E() in set analysis)&lt;/LI&gt;
&lt;LI&gt;or is it only "possible" state which basically only passes through to NPrinting only "green" (selected and possible) values from selection state.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;In other words, the&amp;nbsp;&amp;nbsp;app.selectionState() will work with Set analysis ? Or only if this narrows slections even further, and not when expanding datasets? Will or won't work with E or P expressions? What role do variables play? ...&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And finally, is there any possible technique to deliver something for the scenario I posted on 16th of August. I can take no for an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Bruno.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 16:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2107920#M39763</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-08-21T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2108473#M39776</link>
      <description>&lt;P&gt;Hi Bruno,&lt;/P&gt;
&lt;P&gt;Qlik Sense sends the current selections, not the possible ones.&lt;/P&gt;
&lt;P&gt;If you want to ask a new feature you can post it in the ideation portal or ask to your sales rappresentative.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Ruggero&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 13:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2108473#M39776</guid>
      <dc:creator>Ruggero_Piccoli</dc:creator>
      <dc:date>2023-08-22T13:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2109332#M39801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192350"&gt;@Clevano&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So i just did a quick test and indeed it behaves as i thought:&lt;/P&gt;
&lt;P&gt;In the screenshot on left you see that i have selected:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Customer (2015,2016,2017)&lt;/LI&gt;
&lt;LI&gt;Product (Product 1)&lt;/LI&gt;
&lt;LI&gt;In Qlik Sense GetCurrentSelections() returns:&amp;nbsp;Customer (2015,2016,2017) and&amp;nbsp;Product (Product 1) - we can also see that because of Product 1 selection my Customers 2016 and 2017 are greyed out (but they are still selected)&lt;/LI&gt;
&lt;LI&gt;Now when we run NPrinting OnDemand from that selection it only applies "possible/green" data as filters, which significantly changes context of current selections state, because you cannot show now "Excluded" values by using E() in set analysis.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lech_Miszkiewicz_0-1692865540929.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/115088iD0A08D9F913D4728/image-size/large?v=v2&amp;amp;px=999" role="button" title="Lech_Miszkiewicz_0-1692865540929.png" alt="Lech_Miszkiewicz_0-1692865540929.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, this is only OnDemand functionality issue as applying such combination of filters directly as report or task filter produces expected results.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/192350"&gt;@Clevano&lt;/a&gt;&amp;nbsp;- as&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48729"&gt;@Ruggero_Piccoli&lt;/a&gt;&amp;nbsp;mentioned this is all what we know here about it. I think you may need to open support ticket with Qlik to get more answers as it would be assigned to engineer who would be able to answer more about questions regarding selections state passed through via OnDemand Qlik Sense extension/component.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as to actual workaround - well there would be definitely possibility of&amp;nbsp; getting it done, but it would involve complete change of your data model, where fields you apply selections on would be loaded as island fields so there would be no association on them hence values would not be excluded when selection is being passed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2023 08:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2109332#M39801</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-08-24T08:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting variable not showing all possible values</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2112443#M39906</link>
      <description>&lt;P&gt;Thank you very much Lech.&lt;/P&gt;
&lt;P&gt;The suggestion to work with data islands&amp;nbsp; seems a good idea and something I can work on.&lt;/P&gt;
&lt;P&gt;Kind regards&lt;/P&gt;
&lt;P&gt;Bruno.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 20:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-variable-not-showing-all-possible-values/m-p/2112443#M39906</guid>
      <dc:creator>Clevano</dc:creator>
      <dc:date>2023-09-01T20:28:13Z</dc:date>
    </item>
  </channel>
</rss>

