<?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>idea Re: NPRinting api using existing report with multiple connections - Status changed to: Closed - Declined in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/NPRinting-api-using-existing-report-with-multiple-connections/idc-p/2018139#M11431</link>
    <description>&lt;P&gt;Thank you for the post - moving on-demand to multi-app is not on the roadmap.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2022 16:33:31 GMT</pubDate>
    <dc:creator>Andrew_Kruger</dc:creator>
    <dc:date>2022-12-19T16:33:31Z</dc:date>
    <item>
      <title>NPRinting api using existing report with multiple connections</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/NPRinting-api-using-existing-report-with-multiple-connections/idi-p/1985858</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Within the community I've asked for a solution on extracting filtered info from an existing Nprinting report . The Nprinting report to be used contains multiple charts from multiple ( Qlikview/qvw ) sources. The report does work correctly within the&amp;nbsp; Nprinting module to be send as an unfiltered report to recipients&amp;nbsp;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My aim is to extract customer info for a specific customer&amp;nbsp; :&amp;nbsp; 'Overdue invoices' and 'Total amount sales/purchases' chart for the same customer.&amp;nbsp;&amp;nbsp; (The info for overdue invoices was obtained&amp;nbsp;from an other/different qlikview report than the "sales" qlikview report).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Retrieving both these charts from NPrinting by REST , will correctly apply my customer-filter to the first connector, but will NOT apply this to the second NPrinting chart info ; Info for all customers will be extracted unfiltered. My filter to be used for both charts are the same. (value passed through 'selections')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We can extract filtered info (filtered field is "CUSTOMER_ID" and Value&amp;nbsp; = '1234'. ) but this will only be applied to the &lt;STRONG&gt;first&lt;/STRONG&gt; connection string we could add within the OnDemand Value for "connectionId". The second NPrinting chart (that has other Source / ConnectionId) was passed unfiltered through my request.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"type":&amp;nbsp;"report",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"config":&amp;nbsp;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"reportId":&amp;nbsp;"123-465",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"outputFormat":&amp;nbsp;"pdf"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"filters":&amp;nbsp;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"initialBookmark":&amp;nbsp;"",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"additionalFilters&amp;nbsp;":&amp;nbsp;[]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"connectionId":&amp;nbsp;"654-321",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"selections":&amp;nbsp;[&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"fieldName":&amp;nbsp;"CUSTOMER_ID",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"selectedCount":&amp;nbsp;1,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"selectedValues":&amp;nbsp;[&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"1234"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"isNumeric":&amp;nbsp;false&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So my request is rather simple:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I was looking on a new REST API request to retrieve some 'already designed' Nprinting reports&amp;nbsp;where the NPrinting report has &lt;STRONG&gt;multiple&lt;/STRONG&gt;&amp;nbsp; Qlikview sources/connections . The outcome should be filtered as at this moment this is only possible within one connection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;My work around is to design a rather huge new Qlikview qvw containing all info from &lt;STRONG&gt;all&lt;/STRONG&gt; the different sources Nprinting uses.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find a full previous discussions at :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/crmsupport/casepage/issue-id/00050913/issue-guid/5003z00002ZiUoi/issue-provider/salesforce" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/crmsupport/casepage/issue-id/00050913/issue-guid/5003z00002ZiUoi/issue-provider/salesforce&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-NPrinting-Discussions/REST-API-OnDemandRequest-Retrieve-charts-from-NPrinting-report/m-p/1966702#M36750" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Qlik-NPrinting-Discussions/REST-API-OnDemandRequest-Retrieve-charts-from-NPrinting-report/m-p/1966702#M36750&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 16:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/NPRinting-api-using-existing-report-with-multiple-connections/idi-p/1985858</guid>
      <dc:creator>vanwerven</dc:creator>
      <dc:date>2023-04-13T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: NPRinting api using existing report with multiple connections - Status changed to: Closed - Declined</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/NPRinting-api-using-existing-report-with-multiple-connections/idc-p/2018139#M11431</link>
      <description>&lt;P&gt;Thank you for the post - moving on-demand to multi-app is not on the roadmap.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 16:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/NPRinting-api-using-existing-report-with-multiple-connections/idc-p/2018139#M11431</guid>
      <dc:creator>Andrew_Kruger</dc:creator>
      <dc:date>2022-12-19T16:33:31Z</dc:date>
    </item>
  </channel>
</rss>

