<?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: Qlik REST connector incorrect interpretation of JSON from Open TSDB in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421517#M33751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&amp;nbsp; This is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2017 07:05:32 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2017-11-21T07:05:32Z</dc:date>
    <item>
      <title>Qlik REST connector incorrect interpretation of JSON from Open TSDB</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421515#M33749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Hi Team,&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;The partner reported the following issue which also has been discussed in &lt;A href="https://community.qlik.com/thread/269492"&gt;REST connection to specific JSON structure (Open TSDB)&lt;/A&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Installation and replication of this Open TSDB is quite complex.&amp;nbsp;&amp;nbsp; Could anyone please provide any suggestion? &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;----------------&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;We are running Qlik Sense September 2017 and are having an issue loading data from the Open TSDB API due to the JSON format being interpreted in a way that means the time series data cannot be loaded for a filtered time period. Here is a link to the API documentation &lt;A href="http://opentsdb.net/docs/build/html/api_http/index.html" style="color: #006cb5; font-weight: inherit;" target="_blank"&gt;http://opentsdb.net/docs/build&lt;SPAN class="wbr"&gt;&lt;/SPAN&gt;/html/api_http/index.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;The JSON returns a set of value pairs for time and metric but this is interpreted by Qlik as Field Name and Value. So when you create the REST SQL query you get: - &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;RestConnectorMasterTable: &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;SQL SELECT &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;"__KEY_root", &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;(SELECT &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;"1501192815", &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;...(thousands of other fields)... &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;"1501245766", &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;"__FK_dps" &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;FROM "dps" FK "__FK_dps") &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;FROM JSON (wrap on) "root" PK "__KEY_root"; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;I am looking to create an on demand App that is driven from a summary view of the time series data that highlights anomalies and allows the user to highlight the time around the anomaly and launch an App with the detail metrics, value per second, around this event. As the REST SQL does not allow a select * statement the query filter on the API call will always return different time elements that are not predictable due to missing elements etc so there is no way that this will work as the SQL statement needs to be generated for each call. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;I have also found this thread on the community that is about the same issue &lt;A _jive_internal="true" href="https://community.qlik.com/thread/269492" style="color: #006cb5; font-weight: inherit;" target="_blank"&gt;https://community.qlik.com/thr&lt;SPAN class="wbr"&gt;&lt;/SPAN&gt;ead/269492&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Please can you indicate a work around or possible alternative solution to this issue. &lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;------------------&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Thank you&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Best Regards&lt;/P&gt;&lt;P style="color: #16325c; font-family: SalesforceSans-Regular, Arial, sans-serif; font-size: 12px;"&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 02:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421515#M33749</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2017-11-20T02:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik REST connector incorrect interpretation of JSON from Open TSDB</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421516#M33750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would think that a very good alternative approach would be Qlik Advanced Analytics Integration.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/space/2355"&gt;Advanced Analytics Integration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows full integration with some back-end server like Open TSDB from both Qlik Scripts and directly from Qlik Sense Applications in the UI with something called Server Side Extensions which allow Qlik Expressions to include remote functions implemented on back-ends to be performed.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;You have a choice of languages to implement the interface with examples in Python, R and more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;A href="https://github.com/qlik-oss/server-side-extension" title="https://github.com/qlik-oss/server-side-extension"&gt;GitHub - qlik-oss/server-side-extension: A Qlik server-side extension protocol for extending the Qlik built-in expressio…&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 07:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421516#M33750</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-20T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik REST connector incorrect interpretation of JSON from Open TSDB</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421517#M33751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&amp;nbsp; This is very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Lisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 07:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421517#M33751</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2017-11-21T07:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik REST connector incorrect interpretation of JSON from Open TSDB</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421518#M33752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Lisa, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get to the bottom of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am experiencing the same issue here&amp;nbsp; in this thread &lt;A href="https://community.qlik.com/message/1491970"&gt;REST Connection - Dynamic RestConnectorMasterTable&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 17:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-REST-connector-incorrect-interpretation-of-JSON-from-Open/m-p/1421518#M33752</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2018-05-24T17:19:21Z</dc:date>
    </item>
  </channel>
</rss>

