<?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: How to apply filter on JSON data with SQL query in Qlik Sense in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1983086#M11407</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34638"&gt;@Ruhulessin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We can't use directly where clause in JSON SQL query statement.&lt;/P&gt;
&lt;P&gt;I found this on the help page stating that we have to use&amp;nbsp;"WITH CONNECTION(Parameter with value)" here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Create-REST-connection.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Create-REST-connection.htm&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;I am still trying to filter data based on the date range directly on SQL query but seems it's not possible.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 11:23:42 GMT</pubDate>
    <dc:creator>Akash_Pohare</dc:creator>
    <dc:date>2022-09-20T11:23:42Z</dc:date>
    <item>
      <title>How to apply filter on JSON data with SQL query in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1936572#M10816</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I have a REST API configured to Service Now and wanted to apply filters on SQL statement itself rather than Load Statement which&amp;nbsp; is generated along with SQL Queries.&lt;/P&gt;
&lt;P&gt;Here is the screenshot from data load editor.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture.PNG" style="width: 589px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/80487i64F25C97C9BB1DAC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;Could you please suggest, how can it be achived?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 13:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1936572#M10816</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2022-05-27T13:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter on JSON data with SQL query in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1981425#M11381</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/181929"&gt;@Akash_Pohare&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Put a where clause after the from table.., like this:&lt;/P&gt;
&lt;P&gt;FROM JSON (wrap off) "result"&lt;BR /&gt;WHERE&amp;nbsp;"resolved_by" = 'Value'&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 11:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1981425#M11381</guid>
      <dc:creator>Ruhulessin</dc:creator>
      <dc:date>2022-09-15T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply filter on JSON data with SQL query in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1983086#M11407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/34638"&gt;@Ruhulessin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We can't use directly where clause in JSON SQL query statement.&lt;/P&gt;
&lt;P&gt;I found this on the help page stating that we have to use&amp;nbsp;"WITH CONNECTION(Parameter with value)" here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Create-REST-connection.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Create-REST-connection/Create-REST-connection.htm&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;I am still trying to filter data based on the date range directly on SQL query but seems it's not possible.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 11:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/How-to-apply-filter-on-JSON-data-with-SQL-query-in-Qlik-Sense/m-p/1983086#M11407</guid>
      <dc:creator>Akash_Pohare</dc:creator>
      <dc:date>2022-09-20T11:23:42Z</dc:date>
    </item>
  </channel>
</rss>

