<?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 Mashup - Filter Hypercube on Dimension at Creation in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Filter-Hypercube-on-Dimension-at-Creation/m-p/1629628#M11414</link>
    <description>&lt;P&gt;I am creating a hypercube then using its data to create a table. I would like to pull limited data sets then pull specific data sets after a user has selected something. Where in the create cube statement can I put in the filter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex. - Hypercube consists of cities and 20 measures for each city. I would like it to just contain information for one city then once a user inputs a city re-run the hyper cube for just that city, thus avoiding unnecessary pulls and the 10000 cell limit.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;app.createCube({
	"qInitialDataFetch": [
		{
			"qHeight": 384,
			"qWidth": 7
		}
	],
	"qDimensions": [
		{
			"qLabel": "City",
			"qLibraryId": "e1e82163-eb1b-4f15-9bda-f17c0b537a17",
			"qNullSuppression": true,
			"qOtherTotalSpec": {
				"qOtherMode": "OTHER_OFF",
				"qSuppressOther": true,
				"qOtherSortMode": "OTHER_SORT_DESCENDING",
				"qOtherCounted": {
					"qv": "5"
				},
				"qOtherLimitMode": "OTHER_GE_LIMIT"
			}
		}
	],
	"qMeasures": [
		{
			"qLabel": "TY DTD Comp Sales $",
			"qLibraryId": "jJqrEJ",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "LY DTD Comp Sales $",
			"qLibraryId": "1173f8f4-13f9-44c9-a3cb-0e8298a6522c",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Comp Sales Var %",
			"qLibraryId": "rpwSem",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Total Sales $",
			"qLibraryId": "HtDDd",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "LY DTD Total Sales $",
			"qLibraryId": "50b3fb63-7533-4d37-a4c0-40cd04487925",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Total Sales Var %",
			"qLibraryId": "a7dd8a54-c9e1-4c26-8304-9bf5dbbd60ee",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		}
	],
	"qSuppressZero": false,
	"qSuppressMissing": false,
	"qMode": "S",
	"qInterColumnSortOrder": [],
	"qStateName": "$"
	},CityCube);&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 30 Sep 2019 14:53:11 GMT</pubDate>
    <dc:creator>danelooman</dc:creator>
    <dc:date>2019-09-30T14:53:11Z</dc:date>
    <item>
      <title>Mashup - Filter Hypercube on Dimension at Creation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Filter-Hypercube-on-Dimension-at-Creation/m-p/1629628#M11414</link>
      <description>&lt;P&gt;I am creating a hypercube then using its data to create a table. I would like to pull limited data sets then pull specific data sets after a user has selected something. Where in the create cube statement can I put in the filter?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ex. - Hypercube consists of cities and 20 measures for each city. I would like it to just contain information for one city then once a user inputs a city re-run the hyper cube for just that city, thus avoiding unnecessary pulls and the 10000 cell limit.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;app.createCube({
	"qInitialDataFetch": [
		{
			"qHeight": 384,
			"qWidth": 7
		}
	],
	"qDimensions": [
		{
			"qLabel": "City",
			"qLibraryId": "e1e82163-eb1b-4f15-9bda-f17c0b537a17",
			"qNullSuppression": true,
			"qOtherTotalSpec": {
				"qOtherMode": "OTHER_OFF",
				"qSuppressOther": true,
				"qOtherSortMode": "OTHER_SORT_DESCENDING",
				"qOtherCounted": {
					"qv": "5"
				},
				"qOtherLimitMode": "OTHER_GE_LIMIT"
			}
		}
	],
	"qMeasures": [
		{
			"qLabel": "TY DTD Comp Sales $",
			"qLibraryId": "jJqrEJ",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "LY DTD Comp Sales $",
			"qLibraryId": "1173f8f4-13f9-44c9-a3cb-0e8298a6522c",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Comp Sales Var %",
			"qLibraryId": "rpwSem",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Total Sales $",
			"qLibraryId": "HtDDd",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "LY DTD Total Sales $",
			"qLibraryId": "50b3fb63-7533-4d37-a4c0-40cd04487925",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		},
		{
			"qLabel": "TY DTD Total Sales Var %",
			"qLibraryId": "a7dd8a54-c9e1-4c26-8304-9bf5dbbd60ee",
			"qSortBy": {
				"qSortByState": 0,
				"qSortByFrequency": 0,
				"qSortByNumeric": 0,
				"qSortByAscii": 1,
				"qSortByLoadOrder": 0,
				"qSortByExpression": 0,
				"qExpression": {
					"qv": " "
				}
			}
		}
	],
	"qSuppressZero": false,
	"qSuppressMissing": false,
	"qMode": "S",
	"qInterColumnSortOrder": [],
	"qStateName": "$"
	},CityCube);&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 Sep 2019 14:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Mashup-Filter-Hypercube-on-Dimension-at-Creation/m-p/1629628#M11414</guid>
      <dc:creator>danelooman</dc:creator>
      <dc:date>2019-09-30T14:53:11Z</dc:date>
    </item>
  </channel>
</rss>

