<?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: Custom Chart From Filtered Data in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052688#M4419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I am not using the desktop version but Qlik Sense Server which is paid. I expect prompt response rather than recommendations to watch video series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were one of the early adopters of Qlik, We need better guidance for seamless integration. From your response I lost hope that I will get resolution here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will escalate to Qlik sales and validate my requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 16:44:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-02T16:44:15Z</dc:date>
    <item>
      <title>Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052681#M4412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am planning to develop an extension to customize chart to cater my needs. I created an app and added filters to the sheet. Now based on the filtered conditions, I want to redraw the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So far I was &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;able to get the entire data for the sheet from &lt;EM&gt;layout.qHyperCube.qDataPages[0].qMatrix&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Instead of "entire" data for the sheet, I need filtered once. Is it possible in straight forward ways?&lt;/P&gt;&lt;P&gt;Otherwise, I am planning to use &lt;EM&gt;model.layout.qSelectionObject.qSelections &lt;/EM&gt;and filter manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest. Let me know if you need more context.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 14:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052681#M4412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052682#M4413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you check out some of the introduction videos to how our associative technology works, this is the starting point for a multi-part series of short videos explaining it &lt;A href="https://www.youtube.com/watch?v=gg-DRT3SwDM" title="https://www.youtube.com/watch?v=gg-DRT3SwDM"&gt;https://www.youtube.com/watch?v=gg-DRT3SwDM&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in short, beneath every app is a data model. Every selection in Qlik will filter the data model to figure out which data values are associated with your selection. Then ALL sheets and objects re-calculate to now show you what is available in terms of data after your data model is now filtered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wish to manipulate the selected state that can usually be done through what we call Set Analysis in your expressions. For example, Sum({1&amp;lt;Year = {'2015'}&amp;gt;} Sales) would give you the sum of sales, ignoring the selection that in the app BUT with a implicit selection in the field Year with the value 2015.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052682#M4413</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-02-29T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052683#M4414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry. That wasn't helpful at all. &lt;/P&gt;&lt;P&gt;I went through the example extensions. This wasn't covered there. I wouldn't post specific question if the generic an&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you be specifically address the query? How to access the filtered set of rows from extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 15:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052683#M4414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-01T15:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052684#M4415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is what I'm trying to do.&lt;BR /&gt;Your extension will calculate based on the available data. If you wish to provide the arbitrary filters for your aggregation then you could use Set Analysis as I pointed out above, here is a good intro &lt;A href="http://help.qlik.com/en-US/sense/2.2/Content/Videos/Videos-set-analysis-introduction.htm?q=Set%20Analysis" title="http://help.qlik.com/en-US/sense/2.2/Content/Videos/Videos-set-analysis-introduction.htm?q=Set%20Analysis"&gt;Set analysis – an introduction ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you have to understand is that you don't filter just the extension, Qlik maintains a global selection model/state so if you filter the extension then the app will also filter to match your selections. The way to break that model is through Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: The best way would be for you to first emulate what you are trying to do in a native Table object in Qlik Sense. Extensions uses the same underlying data construct so if you can make it work as you want there then you can also make it work in a extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2016 19:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052684#M4415</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-03-01T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052685#M4416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I went through the video wasting more time. That is not what I asked. Please do spend sometime on understanding the request before pointing to another set of videos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on QlikSense for more than a year. The response so far has been good. But this time I am left with no solutions. At the end of this exercise if things go futile, I am going to report my management that it is not possible pointing to this thread and seek for alternate product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not understanding the use case I reported, I can summarize again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I use QlikSense Server&lt;/P&gt;&lt;P&gt;2. I use QPS to integrate seamless with the web application that we have&lt;/P&gt;&lt;P&gt;3. I have an extension that can link to our web application and the link carries the filter selections. (&lt;EM style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;model.layout.qSelectionObject.qSelections)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;4&lt;EM&gt;. &lt;/EM&gt;Now along with filter selections, I need access to the filtered data which I can use to plot under the web application (Not in Qlik Sense Hub)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 10:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052685#M4416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T10:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052686#M4417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add further, I need access to facts for the selected dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 13:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052686#M4417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T13:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052687#M4418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I won't waste your time.&lt;BR /&gt;But if you are interested in solving your issue I would suggest a better tone if you expect someone to help you out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052687#M4418</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-03-02T16:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052688#M4419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course I am not using the desktop version but Qlik Sense Server which is paid. I expect prompt response rather than recommendations to watch video series.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were one of the early adopters of Qlik, We need better guidance for seamless integration. From your response I lost hope that I will get resolution here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will escalate to Qlik sales and validate my requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 16:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052688#M4419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-02T16:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052689#M4420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlik Sense client, each user selection fires a paint event and &lt;EM style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;layout.qHyperCube.qDataPages[0].qMatrix&lt;/EM&gt; is filled with filtered data, all extensions use that straight forward mechanism...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your selection doesn't come straight from a Sense object, but from an external part of your application, you may need to apply selections by code using &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/APIs/Content/BackendAPI/selectvalues-method.htm"&gt;selectValues &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you embed single charts, you can also specify somme seclections in the URL with &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/APIs/Content/single-integration-api.htm"&gt;Single Integration API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If hope it may helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 10:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052689#M4420</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2016-03-03T10:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052690#M4421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks yblake. When I access &lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;layout.qHyperCube.qDataPages[0].qMatrix &lt;/EM&gt;&lt;/SPAN&gt;not all dimensions are returned. That's where I am stuck for past few days. Only the first two dimensions are returned.&lt;/P&gt;&lt;P&gt;I have attached the extension, app and data source &lt;A href="http://1drv.ms/1TaniAC"&gt;here&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expectation is to get all dimensions (Say all countries, markets, states and regions for the selected values) which I can link externally to third party app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 11:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052690#M4421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T11:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052691#M4422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now we are getting somewhere, in your qIntitialDataFetch object you have defined the first data page as being 2 columns wide and 50 rows. Change the qWidth to match the number of data columns and qHeight to match the number of rows you want to fetch. The maximum size of a data page is 10 000 cells so if you exceed that you will need to page the object for additional data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: As this is a intitial properties setting you will need to remove and re-add the object to the sheet for the settings to change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052691#M4422</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-03-03T15:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052692#M4423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton. I thought it was column width of the visualization. That answers everything. Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 15:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052692#M4423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-03T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Chart From Filtered Data</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052693#M4424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As explained in &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/APIs/Content/ExtensionAPI/initialproperties-property.htm"&gt;initialProperties property&lt;/A&gt;‌ documentation, to handle 6 dimensions and 2 measures, you should change this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qInitialDataFetch: [{&lt;/P&gt;&lt;P&gt;&amp;nbsp; qWidth: &lt;STRONG&gt;8&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; qHeight: &lt;STRONG&gt;1250&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As initial properties are set when you first drop your object on the sheet, you have to destroy existing one and recreate a new one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also need to clear your browser cache (see first replies for this topic : &lt;A _jive_internal="true" href="https://community.qlik.com/thread/154929"&gt;How can I uncache Qlik Sense?&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 18:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Custom-Chart-From-Filtered-Data/m-p/1052693#M4424</guid>
      <dc:creator>yblake</dc:creator>
      <dc:date>2016-03-03T18:58:06Z</dc:date>
    </item>
  </channel>
</rss>

