<?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: Object level filter in NPrinting in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530963#M107887</link>
    <description>&lt;P&gt;how to write below expression in NPrinting filters as default filter in qliksense app&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(getselectedcount(field1)=1,max(field1),max(field2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 14:36:51 GMT</pubDate>
    <dc:creator>bhaskar1986</dc:creator>
    <dc:date>2025-09-16T14:36:51Z</dc:date>
    <item>
      <title>Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530620#M107840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I worked on many reports of object level filters with max date function .&lt;/P&gt;&lt;P&gt;requirement is One sheet has default filter with two fields like " if(getselectedcount(field1)=1,max(field1),max(field2)"&lt;/P&gt;&lt;P&gt;so now how to add this if condition in object level filter in NPrinting.&lt;/P&gt;&lt;P&gt;trying to add below one but getting 0 values in Objects.&lt;/P&gt;&lt;P&gt;if(num(field1))=1,num(max(field1)),num(max(field2))&lt;/P&gt;&lt;P&gt;request to please help me on this.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530620#M107840</guid>
      <dc:creator>bhaskar1986</dc:creator>
      <dc:date>2025-09-12T07:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530626#M107841</link>
      <description>&lt;P&gt;llo&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/293204"&gt;@bhaskar1986&lt;/a&gt;&amp;nbsp;, if you already defined your object in Sense that way (with your filter application), and put it in a Nprinting project, then it will be printed like you wanted to.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Otherwise (if the graphs are now different)&amp;nbsp; my suggestion is to prepare the graph in Sense to have the filter you like in your dimension and then give it to Nprinting, it's way easier!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530626#M107841</guid>
      <dc:creator>FedericoDellAcqua</dc:creator>
      <dc:date>2025-09-12T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530631#M107842</link>
      <description>&lt;P&gt;Qliksense application has last two years data so need to fetch max data in nprinting.&lt;/P&gt;&lt;P&gt;Due to that we can't apply same filters.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:44:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530631#M107842</guid>
      <dc:creator>bhaskar1986</dc:creator>
      <dc:date>2025-09-12T07:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530633#M107843</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/293204"&gt;@bhaskar1986&lt;/a&gt;&amp;nbsp;so why not create an object in sense which already filters your Data dimension like "if(Data=MaxData, Data, null())" excluding the null values for the dimension.&lt;BR /&gt;you could have inside the application an object that shows only what you need, and then you could insert it into the Nprinting report.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530633#M107843</guid>
      <dc:creator>FedericoDellAcqua</dc:creator>
      <dc:date>2025-09-12T07:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530787#M107866</link>
      <description>&lt;P&gt;we are not able to change existing objects , its effects other KPI&amp;nbsp;&lt;/P&gt;&lt;P&gt;so need to apply same filter in NPrinting.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(getselectedcount(field1)=1,max(field1),max(field2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 09:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530787#M107866</guid>
      <dc:creator>bhaskar1986</dc:creator>
      <dc:date>2025-09-15T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Object level filter in NPrinting</title>
      <link>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530963#M107887</link>
      <description>&lt;P&gt;how to write below expression in NPrinting filters as default filter in qliksense app&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if(getselectedcount(field1)=1,max(field1),max(field2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 14:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Object-level-filter-in-NPrinting/m-p/2530963#M107887</guid>
      <dc:creator>bhaskar1986</dc:creator>
      <dc:date>2025-09-16T14:36:51Z</dc:date>
    </item>
  </channel>
</rss>

