<?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 Explore widget hypercube in console? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30017#M439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When creating a Qlik object (hypercube,list) in a mashup it is very convenient to add:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15276703680496890 jive_text_macro" jivemacro_uid="_15276703680496890"&gt;
&lt;P&gt;console.log(reply);&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;to the reply method so it can be explored in the browser.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However, when creating a widget in the dev-hub this is not possible. Is there a way to navigate/visualize the hypercube in a widget?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Without that it's very difficult to navigate a complex hypercube and trying to retrieve data like this:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15276703680354786 jive_text_macro" jivemacro_uid="_15276703680354786" modifiedtitle="true"&gt;
&lt;P&gt;layout.qHyperCube.qStackedDataPages[0].qData[0].qSubNodes etc..&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;because it's basically a black box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Any help is appreciated.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2018 08:53:50 GMT</pubDate>
    <dc:creator>tversweyveld</dc:creator>
    <dc:date>2018-05-30T08:53:50Z</dc:date>
    <item>
      <title>Explore widget hypercube in console?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30017#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;When creating a Qlik object (hypercube,list) in a mashup it is very convenient to add:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15276703680496890 jive_text_macro" jivemacro_uid="_15276703680496890"&gt;
&lt;P&gt;console.log(reply);&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;to the reply method so it can be explored in the browser.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;However, when creating a widget in the dev-hub this is not possible. Is there a way to navigate/visualize the hypercube in a widget?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Without that it's very difficult to navigate a complex hypercube and trying to retrieve data like this:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15276703680354786 jive_text_macro" jivemacro_uid="_15276703680354786" modifiedtitle="true"&gt;
&lt;P&gt;layout.qHyperCube.qStackedDataPages[0].qData[0].qSubNodes etc..&lt;/P&gt;
&lt;/PRE&gt;&lt;P style="font-size: 13.3333px;"&gt;because it's basically a black box.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Any help is appreciated.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 08:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30017#M439</guid>
      <dc:creator>tversweyveld</dc:creator>
      <dc:date>2018-05-30T08:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Explore widget hypercube in console?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30018#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can add this to your template, like for example:&lt;/P&gt;&lt;P&gt;&amp;lt;div&amp;gt;{{layout.qHyperCube.qStackedDataPages[0]}}&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;work your way down into the structures you need. angular takes care of undefined objects etc, so you don't have to worry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 09:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30018#M440</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2018-05-30T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Explore widget hypercube in console?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30019#M441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!!! This will save me a lot of headache!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2018 10:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Explore-widget-hypercube-in-console/m-p/30019#M441</guid>
      <dc:creator>tversweyveld</dc:creator>
      <dc:date>2018-05-30T10:08:17Z</dc:date>
    </item>
  </channel>
</rss>

