<?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 Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647006#M11802</link>
    <description>&lt;P&gt;Is this issue specific to this object ?&lt;BR /&gt;are u able to produce other objects ?&lt;BR /&gt;&lt;BR /&gt;does&amp;nbsp;&lt;SPAN&gt;QV11 has fixed height/width ?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2019 14:00:38 GMT</pubDate>
    <dc:creator>oz_moyal</dc:creator>
    <dc:date>2019-11-14T14:00:38Z</dc:date>
    <item>
      <title>Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647001#M11801</link>
      <description>&lt;P&gt;&lt;FONT face="trebuchet ms,geneva"&gt;Hey everyone,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I'm looking for help/advice/expertise if possible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently developing a mashup and I'm trying to present a bar chart in a stacked format however I can not for some reason get the object to render correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code I'm using is below;&lt;/P&gt;&lt;P&gt;app1.visualization.create(&lt;BR /&gt;'barchart',&lt;BR /&gt;[&lt;BR /&gt;{&lt;BR /&gt;"qDef": {&lt;BR /&gt;"qFieldDefs": [&lt;BR /&gt;"=Dual(MonthYear, MonthStart(CalendarDate))"&lt;BR /&gt;],&lt;BR /&gt;"qFieldLabels": ["Year"],&lt;BR /&gt;"qSortCriterias": [&lt;BR /&gt;{&lt;BR /&gt;"qSortByNumeric": 1&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;"autoSort": false&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"qDef": {&lt;BR /&gt;"qFieldDefs": [&lt;BR /&gt;"Incident: Priority"&lt;BR /&gt;],&lt;BR /&gt;"qFieldLabels": [&lt;BR /&gt;"Priority"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"qDef":{&lt;BR /&gt;"qDef": "=$(vServiceDeskCallsRolling13)",&lt;BR /&gt;"qLabel": "Number of Calls (by Start Month)"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;],&lt;BR /&gt;{&lt;BR /&gt;"showTitles": true,&lt;BR /&gt;"title": "Call per Month",&lt;BR /&gt;"showDetails": false,&lt;BR /&gt;"qHyperCubeDef": {&lt;BR /&gt;"qMode": "K"&lt;BR /&gt;},&lt;BR /&gt;"barGrouping": {&lt;BR /&gt;"grouping": "stacked"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;).then(function(vis){&lt;BR /&gt;vis.show("QV11",{"noInteraction": true});&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;Does anybody have any ideas?&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647001#M11801</guid>
      <dc:creator>Thomas91</dc:creator>
      <dc:date>2024-11-16T04:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647006#M11802</link>
      <description>&lt;P&gt;Is this issue specific to this object ?&lt;BR /&gt;are u able to produce other objects ?&lt;BR /&gt;&lt;BR /&gt;does&amp;nbsp;&lt;SPAN&gt;QV11 has fixed height/width ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 14:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647006#M11802</guid>
      <dc:creator>oz_moyal</dc:creator>
      <dc:date>2019-11-14T14:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647013#M11804</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to produce other objects. I am able to produce a bar chart and a grouped bar chart but I am not able to change the grouping to "stacked". All this is with object "QV11".&lt;/P&gt;&lt;P&gt;QV11's height is set to 350px within the html styling.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using grid within the CSS styling.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 14:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1647013#M11804</guid>
      <dc:creator>Thomas91</dc:creator>
      <dc:date>2019-11-14T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1709552#M12870</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to get the stacked bar properly?&lt;/P&gt;&lt;P&gt;I am also trying to develop stacked bar graphs and&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"qHyperCubeDef": {&lt;BR /&gt;"qMode": "K"&lt;BR /&gt;},&lt;BR /&gt;"barGrouping": {&lt;BR /&gt;"grouping": "stacked"&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;does not seem to be working but grouped and basic bar graphs work fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me out please if you have got this?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 23:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1709552#M12870</guid>
      <dc:creator>Deny12</dc:creator>
      <dc:date>2020-06-09T23:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1731887#M13065</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"qHyperCubeDef"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qMode"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"K"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"qAlwaysFullyExpanded"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"barGrouping"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"grouping"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"stacked"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1731887#M13065</guid>
      <dc:creator>sullivlo</dc:creator>
      <dc:date>2020-07-29T20:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1753379#M13388</link>
      <description>&lt;P&gt;Thanks Sullivlo, I was facing the same problem and your response resolved my issue after spending a number of hour trying different settings.&amp;nbsp; The official documentation that I reviewed never mentioned requiring the qAlwaysFullyExpanded property.&amp;nbsp;Curious, how did you discover this solution?&amp;nbsp; Thanks again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 22:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1753379#M13388</guid>
      <dc:creator>briwilli</dc:creator>
      <dc:date>2020-10-16T22:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashup - Stacked Bar Chart (qHyperCubeDef - qMode)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1753738#M13393</link>
      <description>&lt;P&gt;I looked at the json output of a working stacked bar chart that I built in the app then pulled into the mashup using the chrome extension &lt;A href="https://upper88.com/addsensechrome.html" target="_self"&gt;add sense&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 12:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashup-Stacked-Bar-Chart-qHyperCubeDef-qMode/m-p/1753738#M13393</guid>
      <dc:creator>sullivlo</dc:creator>
      <dc:date>2020-10-19T12:47:53Z</dc:date>
    </item>
  </channel>
</rss>

