<?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 Using NPrinting API in QlikSense - GET Filters in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-NPrinting-API-in-QlikSense-GET-Filters/m-p/1777202#M5721</link>
    <description>&lt;P&gt;I am trying to get the table with all my current filters and their values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already gotten to the point of pulling all my users, and their corresponding filter selections, but getting the&amp;nbsp;&lt;STRONG&gt;values&lt;/STRONG&gt;&amp;nbsp;of those filters is eluding me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a sample script for pulling the nested fields / values tables from the filters data?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RestConnectionMasterTable:
SQL SELECT
"__KEY_data",
(SELECT
	"id" ,
	"name",
    "description",
    "enabled",
    "appId",
    "connectionId"
FROM "items" FK "__FK_items")
FROM JSON (wrap off) "data" PK "__KEY_data"
WITH CONNECTION( URL "https://qlik-nprint.mycompany.cloud:4993/api/v1/filters", HTTPHEADER "cookie" "$(vCookie)",QUERY "Limit" "10000") );


NPrint_Filters:
NoConcatenate LOAD 
*
RESIDENT RestConnectionMasterTable;
drop table RestConnectionMasterTable;&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 25 Jan 2021 15:57:28 GMT</pubDate>
    <dc:creator>tm_burgers</dc:creator>
    <dc:date>2021-01-25T15:57:28Z</dc:date>
    <item>
      <title>Using NPrinting API in QlikSense - GET Filters</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-NPrinting-API-in-QlikSense-GET-Filters/m-p/1777202#M5721</link>
      <description>&lt;P&gt;I am trying to get the table with all my current filters and their values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already gotten to the point of pulling all my users, and their corresponding filter selections, but getting the&amp;nbsp;&lt;STRONG&gt;values&lt;/STRONG&gt;&amp;nbsp;of those filters is eluding me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have a sample script for pulling the nested fields / values tables from the filters data?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RestConnectionMasterTable:
SQL SELECT
"__KEY_data",
(SELECT
	"id" ,
	"name",
    "description",
    "enabled",
    "appId",
    "connectionId"
FROM "items" FK "__FK_items")
FROM JSON (wrap off) "data" PK "__KEY_data"
WITH CONNECTION( URL "https://qlik-nprint.mycompany.cloud:4993/api/v1/filters", HTTPHEADER "cookie" "$(vCookie)",QUERY "Limit" "10000") );


NPrint_Filters:
NoConcatenate LOAD 
*
RESIDENT RestConnectionMasterTable;
drop table RestConnectionMasterTable;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Jan 2021 15:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Using-NPrinting-API-in-QlikSense-GET-Filters/m-p/1777202#M5721</guid>
      <dc:creator>tm_burgers</dc:creator>
      <dc:date>2021-01-25T15:57:28Z</dc:date>
    </item>
  </channel>
</rss>

