Skip to main content
1-Visitor
June 16, 2020
Solved

Thingworx integration

  • June 16, 2020
  • 1 reply
  • 2539 views

Hi all,

I want to know how to connect thingworx with qlikview/tableau/power BI.

Thanks,

karthik

Best answer by rjanardan

Web Frame could be used to embed content from an external URL.
By my suggestion, I was thinking about bringing TWX data into these applications. The idea was to write a TWX service that returns the required data in the required format(let's say JSON) and make TWX REST API calls to it from your application. 

1 reply

16-Pearl
June 16, 2020

You could use the ThingWorx REST API

karthik21-VisitorAuthor
1-Visitor
June 16, 2020

Hi rjanardhan,

can you please provide the syntax or some sample code for that .why because i think by using webframe url is also possible to qlikview.

Thanks,

karthik

rjanardan16-PearlAnswer
16-Pearl
June 16, 2020

Web Frame could be used to embed content from an external URL.
By my suggestion, I was thinking about bringing TWX data into these applications. The idea was to write a TWX service that returns the required data in the required format(let's say JSON) and make TWX REST API calls to it from your application.