<?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: Pulling data from ServiceNow to QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312900#M28086</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2017 19:09:23 GMT</pubDate>
    <dc:creator>duffman1968</dc:creator>
    <dc:date>2017-05-26T19:09:23Z</dc:date>
    <item>
      <title>Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312897#M28083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to connect ServiceNow to QlikSense and need to develop reports on ServiceNow data. When I searched for proper connections I came across few solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Using REST Connector and pulling data in xml file format and working on that (not sure about limitations and xml format)&lt;/P&gt;&lt;P&gt;2. Using ODBC connection and writing queries to pull data (we can pull only limited rows at a time thru this and not sure about connection configuration)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please suggest the better way to pull data from ServiceNow to QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 13:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312897#M28083</guid>
      <dc:creator />
      <dc:date>2017-05-22T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312898#M28084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kumari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used your option 1, you are on the right path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are some points that helped me with method 1:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Acquire a 'service' account credential from you ServiceNow admin. This credential should have access to all data.&lt;/LI&gt;&lt;LI&gt;Use this credential to configure the REST connector(s).&lt;/LI&gt;&lt;LI&gt;I created multiple connectors for what entities I wanted in my data model.&lt;UL&gt;&lt;LI&gt;i.e. URL for Incident&amp;nbsp; &lt;A href="https://&amp;lt;your/"&gt;https://&amp;lt;your&lt;/A&gt; Service-Now site&amp;gt;/&lt;A href="https://berlinpackaging.service-now.com/api/now/table/incident" title="https://berlinpackaging.service-now.com/api/now/table/incident"&gt;api/now/table/incident&lt;/A&gt; (We use ServiceNow express edition)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I then created scripts in the Data Load Editor (DLE)&lt;UL&gt;&lt;LI&gt;I inserted scripts from each connectors select data, data preview&lt;/LI&gt;&lt;LI&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/164488_pastedImage_4.png" /&gt;&lt;/LI&gt;&lt;LI&gt;I then modified these scripts accordingly to complete my data model&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Created some visualizations around the data model&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This worked well for me. Let the REST connector(s) do the work, they are powerful. Just data preview and see what it did for you. Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 21:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312898#M28084</guid>
      <dc:creator>duffman1968</dc:creator>
      <dc:date>2017-05-23T21:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312899#M28085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You so much Patrick. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 18:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312899#M28085</guid>
      <dc:creator />
      <dc:date>2017-05-24T18:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312900#M28086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2017 19:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312900#M28086</guid>
      <dc:creator>duffman1968</dc:creator>
      <dc:date>2017-05-26T19:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312901#M28087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Patrick,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; I'm using ServiceNow Rest API to pull the data. It seems there is a limit on Data extraction from servicenow to QLIK. How did you create multiple connections to pull the entire data set from a table( Example: Incident Table).Please let me know.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2017 19:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312901#M28087</guid>
      <dc:creator>madan0717</dc:creator>
      <dc:date>2017-10-30T19:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312902#M28088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the useful information. Do you have any information regarding what pagination type ServiceNow uses? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example lets say I am using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;i.e. URL for Incident&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://%3Cyour/" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank"&gt;https://&amp;lt;your&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Service-Now site&amp;gt;/&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://berlinpackaging.service-now.com/api/now/table/incident" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" target="_blank"&gt;api/now/table/incident&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which pagination type do you use for more results to return? Any tips for setting this up would be greatly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 21:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1312902#M28088</guid>
      <dc:creator>Demlet</dc:creator>
      <dc:date>2017-12-11T21:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1529175#M38053</link>
      <description>&lt;P&gt;Do we know what type of Role Access an account would need to pull the data from servicenow to Qlik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 19:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1529175#M38053</guid>
      <dc:creator>Deanbrian1976</dc:creator>
      <dc:date>2019-01-10T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from Service Now to Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1529176#M38054</link>
      <description>&lt;P&gt;Do we know what type of Role Access an account would need to pull the data from servicenow to Qlik.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 19:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1529176#M38054</guid>
      <dc:creator>Deanbrian1976</dc:creator>
      <dc:date>2019-01-10T19:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1530615#M38189</link>
      <description>&lt;P&gt;You will need account with the itil role. Thats what we are using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 18:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1530615#M38189</guid>
      <dc:creator>pateldixitj1986</dc:creator>
      <dc:date>2019-01-15T18:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1538964#M38906</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that it is not a good idea to connect the reporting tool directly to a live ServiceNow instance. Not only it can affect the production environment but it will be simply too slow to download high volumes of data for each report execution.&lt;/P&gt;&lt;P&gt;The preferred way is to build an on-premise read-replica (i.e. a mirror database) and connect QlikSense to this local database. It will be much faster and your ServiceNow won't be affected.&lt;/P&gt;&lt;P&gt;You could use tools such as SnowMirror to extract the data from ServiceNow (or Salesforce).&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.snow-mirror.com/" target="_self"&gt;http://www.snow-mirror.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 09:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1538964#M38906</guid>
      <dc:creator>pavelmuller</dc:creator>
      <dc:date>2019-02-04T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1601994#M44555</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am getting the service now data with the same procedure&amp;nbsp; in to qliksense.&lt;/P&gt;&lt;P&gt;But then it works in qliksense desktop.&lt;/P&gt;&lt;P&gt;When i am trying to create a connection in actual application it wont allow me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jul 2019 02:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1601994#M44555</guid>
      <dc:creator>srilakshmi_as</dc:creator>
      <dc:date>2019-07-13T02:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pulling data from ServiceNow to QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1805838#M65529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I know this might be somewhat late, but the company I work for, has developed a connector specifically for this, which you might want to check out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stretchqonnect.com/products/servicenow-connector/" target="_blank"&gt;ServiceNow Connector | Stretch Qonnect&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 13:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pulling-data-from-ServiceNow-to-QlikSense/m-p/1805838#M65529</guid>
      <dc:creator>jonathanhvid</dc:creator>
      <dc:date>2021-05-06T13:32:56Z</dc:date>
    </item>
  </channel>
</rss>

