Skip to content

Instantly share code, notes, and snippets.

@erikwett
Created October 27, 2016 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikwett/bce519c0bfa9476aa6e4e0c2022011f9 to your computer and use it in GitHub Desktop.
Save erikwett/bce519c0bfa9476aa6e4e0c2022011f9 to your computer and use it in GitHub Desktop.
//created from the mashup editor
app.createCube({
"qInitialDataFetch": [
{
"qHeight": 20,
"qWidth": 2
}
],
"qDimensions": [
{
"qLabel": "Product Line",
"qLibraryId": "BQnV",
"qNullSuppression": true,
"qOtherTotalSpec": {
"qOtherMode": "OTHER_OFF",
"qSuppressOther": true,
"qOtherSortMode": "OTHER_SORT_DESCENDING",
"qOtherCounted": {
"qv": "5"
},
"qOtherLimitMode": "OTHER_GE_LIMIT"
}
}
],
"qMeasures": [
{
"qLabel": "Avg Sales per customer",
"qLibraryId": "wvAeu",
"qSortBy": {
"qSortByState": 0,
"qSortByFrequency": 0,
"qSortByNumeric": 0,
"qSortByAscii": 1,
"qSortByLoadOrder": 0,
"qSortByExpression": 0,
"qExpression": {
"qv": " "
}
}
}
],
"qSuppressZero": false,
"qSuppressMissing": false,
"qMode": "S",
"qInterColumnSortOrder": [],
"qStateName": "$"
},salesPerProductLine);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment