<?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: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1684234#M12480</link>
    <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;Sorry to highjack an old post but&amp;nbsp;I'm having some real trouble with setting this property. I have in my dimensions definition for the extension included the qOtherTotalSpec.qTotalMode property and set it to the appropriate string via the property panel. I have also set the qMode to P. However I can't get the totals to show in the qData property on the qPivotDataPages, all the values show as type V.&lt;/P&gt;&lt;P&gt;Please tell me there's something obvious I'm doing wrong to make this property take affect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
	type: "items",
	component: "accordion",
	items: {
		dimensions: {
			uses: "dimensions",
			min: 0,
			max: 11,
			items: {
				pivotTotal: {
					type: "string",
					component: "switch",
					label: "Pivot Totals",
					ref: "qOtherTotalSpec.qTotalMode",
						options: [
							{value: "TOTAL_OFF", label: "OFF"},
							{value: "TOTAL_EXPR", label: "ON"}
						],
						defaultValue: "TOTAL_OFF"
				}
			}
		}
	}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 16:28:26 GMT</pubDate>
    <dc:creator>ygfletch</dc:creator>
    <dc:date>2020-03-12T16:28:26Z</dc:date>
    <item>
      <title>Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102951#M4974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are in the process of developing an extension object similar to a classic pivot table utilizing Hypercube's qMode property called DATA_MODE_PIVOT (Pivot Table data representation).&lt;/P&gt;&lt;P&gt;When the pivot table is expanded, we still need to display the sub totals (Think of a classic QlikView Pivottable with subtotals), but we have no idea where to get the aggregated data from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Straight Table there's the qGrandTotalRow property which returns the total row for the whole column - we need the same but for the SubTotals which ideally gets updated on the ExpandLeft/ExpandTop method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 16:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102951#M4974</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2016-06-13T16:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102952#M4975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are in Pivot/Stacked mode then you are looking for the cell that contains qType = T.&lt;/P&gt;&lt;P&gt;This is the corresponding struct: &lt;A href="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxPivotValuePoint.htm" title="http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxPivotValuePoint.htm"&gt;http://help.qlik.com/en-US/sense-developer/2.2/Subsystems/EngineAPI/Content/Structs/NxPivotValuePoint.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2016 18:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102952#M4975</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-06-13T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102953#M4976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/55130"&gt;akl&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is the qType = T cell returned automatically or do I need to enable it in the qHyperCubeDef properties first, similar to &lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;qSuppressZero/&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;qSuppressMissing ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 08:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102953#M4976</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2016-06-14T08:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102954#M4977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using qTotalMode did the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 13:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102954#M4977</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2016-06-14T13:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102955#M4978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where did you find the qTotalMode? is it a property of the entire cube or individual fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot seem to find any references to it in the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 15:51:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102955#M4978</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2016-10-11T15:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102956#M4979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's part of the OtherTotalSpecProp struct that sets via &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;qOtherTotalSpec on the qDimensions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;You can it linked here (sadly anchor links dosen't seem to work so scroll down) &lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/HyperCubeDef.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/HyperCubeDef.htm"&gt;http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/GenericObject/PropertyLevel/HyperCubeDef.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Or at &lt;A href="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/Structs/OtherTotalSpecProp.htm" title="http://help.qlik.com/en-US/sense-developer/3.1/Subsystems/EngineAPI/Content/Structs/OtherTotalSpecProp.htm"&gt;OtherTotalSpecProp ‒ Qlik Sense&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102956#M4979</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2016-10-11T16:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102957#M4980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 12:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102957#M4980</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2016-10-12T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102958#M4981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help! Trying to get the qGrandTotalRow... Did you find a solution for that? I have checked the help and qlick comunity but not everibody use the Table Pivot extension with multiples dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a total row but in some case like sum of % it doesn´t well. Can you help me how to show the qGrandTotalRow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felisberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1102958#M4981</guid>
      <dc:creator>felisberto_joao</dc:creator>
      <dc:date>2018-02-14T19:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving SubTotals from a qHyperCube in DATA_MODE_PIVOT</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1684234#M12480</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;Sorry to highjack an old post but&amp;nbsp;I'm having some real trouble with setting this property. I have in my dimensions definition for the extension included the qOtherTotalSpec.qTotalMode property and set it to the appropriate string via the property panel. I have also set the qMode to P. However I can't get the totals to show in the qData property on the qPivotDataPages, all the values show as type V.&lt;/P&gt;&lt;P&gt;Please tell me there's something obvious I'm doing wrong to make this property take affect!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
	type: "items",
	component: "accordion",
	items: {
		dimensions: {
			uses: "dimensions",
			min: 0,
			max: 11,
			items: {
				pivotTotal: {
					type: "string",
					component: "switch",
					label: "Pivot Totals",
					ref: "qOtherTotalSpec.qTotalMode",
						options: [
							{value: "TOTAL_OFF", label: "OFF"},
							{value: "TOTAL_EXPR", label: "ON"}
						],
						defaultValue: "TOTAL_OFF"
				}
			}
		}
	}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 16:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Retrieving-SubTotals-from-a-qHyperCube-in-DATA-MODE-PIVOT/m-p/1684234#M12480</guid>
      <dc:creator>ygfletch</dc:creator>
      <dc:date>2020-03-12T16:28:26Z</dc:date>
    </item>
  </channel>
</rss>

