<?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: Convert JSON array to Powershell Array and filter the required data using QLIK CLI for an Automation in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Convert-JSON-array-to-Powershell-Array-and-filter-the-required/m-p/2093291#M39536</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230917"&gt;@Sathvik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is not really NPrinting related question - you would be better of asking it on&amp;nbsp;&lt;A class="nav-category " role="menuitem" href="https://community.qlik.com/t5/integration-extension-apis/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Integration, Extension &amp;amp; APIs&lt;/A&gt;&amp;nbsp;forum&lt;/LI&gt;
&lt;LI&gt;you say: &lt;EM&gt;"This process should be done in an automated way using QLIK CLI ..." &lt;/EM&gt;and I am asking WHY you want to do it using CLI and not automation?&lt;/LI&gt;
&lt;LI&gt;Workflow
&lt;OL&gt;
&lt;LI&gt;NPrinting requires templates - so all apps need to be already OnPrem and configured to work with NPrinting&lt;/LI&gt;
&lt;LI&gt;In that case why do you need to pre-filter apps in SaaS - It would be easier to get all apps down to OnPrem&lt;/LI&gt;
&lt;LI&gt;Filtering of On-Prem apps can be done:
&lt;OL&gt;
&lt;LI&gt;Via API - On-Prem check if app was reloaded and then API call to trigger NPrinting&lt;/LI&gt;
&lt;LI&gt;or trigger NPrinting regardless of reload status but have condition to proceed or abandon task if not reloaded on the day&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I know that logically what you are trying to do probably makes more sense as less traffic will be required, however from complexity point of view you I think my suggestion is easier and most of all will work&lt;/P&gt;
&lt;P&gt;cheers&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 00:07:58 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2023-07-13T00:07:58Z</dc:date>
    <item>
      <title>Convert JSON array to Powershell Array and filter the required data using QLIK CLI for an Automation</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Convert-JSON-array-to-Powershell-Array-and-filter-the-required/m-p/2092864#M39531</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I have been working on a NPRINTING automation task in which i need to get the reloaded data of an app (i.e., I should know the status of the app whether it is reloaded today or not) if it is reloaded today then the app should be exported from Saas to Onprem and to NPRINTING reporting.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here the challenge I am facing is I am able to get the reloaded status of a particular app from the cloud but I need to apply a filter stating whether it is reloaded today or not If yes then it should be exported. This process should be done in an automated way using QLIK CLI .&lt;/P&gt;
&lt;P&gt;I have tried converting the JSON array and asked for individual values but I am getting all the values of the reloaded app....&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JSON.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/112052i4265C94990475BE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="JSON.PNG" alt="JSON.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Please share your ideas of how my requirement can be achieved..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Sathvik&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Convert-JSON-array-to-Powershell-Array-and-filter-the-required/m-p/2092864#M39531</guid>
      <dc:creator>Sathvik</dc:creator>
      <dc:date>2024-11-15T21:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert JSON array to Powershell Array and filter the required data using QLIK CLI for an Automation</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Convert-JSON-array-to-Powershell-Array-and-filter-the-required/m-p/2093291#M39536</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/230917"&gt;@Sathvik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;This is not really NPrinting related question - you would be better of asking it on&amp;nbsp;&lt;A class="nav-category " role="menuitem" href="https://community.qlik.com/t5/integration-extension-apis/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Integration, Extension &amp;amp; APIs&lt;/A&gt;&amp;nbsp;forum&lt;/LI&gt;
&lt;LI&gt;you say: &lt;EM&gt;"This process should be done in an automated way using QLIK CLI ..." &lt;/EM&gt;and I am asking WHY you want to do it using CLI and not automation?&lt;/LI&gt;
&lt;LI&gt;Workflow
&lt;OL&gt;
&lt;LI&gt;NPrinting requires templates - so all apps need to be already OnPrem and configured to work with NPrinting&lt;/LI&gt;
&lt;LI&gt;In that case why do you need to pre-filter apps in SaaS - It would be easier to get all apps down to OnPrem&lt;/LI&gt;
&lt;LI&gt;Filtering of On-Prem apps can be done:
&lt;OL&gt;
&lt;LI&gt;Via API - On-Prem check if app was reloaded and then API call to trigger NPrinting&lt;/LI&gt;
&lt;LI&gt;or trigger NPrinting regardless of reload status but have condition to proceed or abandon task if not reloaded on the day&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I know that logically what you are trying to do probably makes more sense as less traffic will be required, however from complexity point of view you I think my suggestion is easier and most of all will work&lt;/P&gt;
&lt;P&gt;cheers&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 00:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Convert-JSON-array-to-Powershell-Array-and-filter-the-required/m-p/2093291#M39536</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-07-13T00:07:58Z</dc:date>
    </item>
  </channel>
</rss>

