Skip to content

Instantly share code, notes, and snippets.

@erikwett
Created January 16, 2018 12:29
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/88ca01abd5e114a9d97a3b38bc6d1046 to your computer and use it in GitHub Desktop.
Save erikwett/88ca01abd5e114a9d97a3b38bc6d1046 to your computer and use it in GitHub Desktop.
Initial properties to get system data and variable
initialProperties: {
moneyFormat: {
qStringExpression: '=MoneyFormat'
},
qMeasureListDef: {
qType: "measure",
qData: {
qMeasure: "/qMeasure"
}
},
qDimensionListDef: {
qType: "dimension",
qData: {
qDim: "/qDim",
qDimInfos: "/qDimInfos"
}
},
qVariableListDef: {
qType: "variable",
qShowReserved: true,
qShowConfig: true
},
qFieldListDef: {
qShowSystem: true,
qShowHidden: true,
qShowSemantic: true,
qShowSrcTables: true,
qShowDerivedFields: true,
qShowImplicit: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment