Created
June 25, 2017 14:21
-
-
Save erikwett/ca5a0d8b3cdee3a6584149ee291e145e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//part of the result from app.createGenericObject with custom qMeasureListDef | |
{ | |
qInfo: {qId: "SLJUwQj", qType: "measure"}, | |
qMeta: {description:"", tags:["sales"], title:"Sales Quantity"}, | |
qData: {qMeasure: | |
{ | |
qActiveExpression:0, | |
qDef:"Sum([Sales Quantity])", | |
qExpressions:[], | |
qGrouping:"N" | |
qLabel:"Sales Quantity" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment