Last active
October 25, 2016 09:16
-
-
Save erikwett/99c1c4f8875e3f19311fb2e4a8e2f2dd 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
app.createCube( { | |
"qInitialDataFetch": [ | |
{ | |
"qHeight": 400, | |
"qWidth": 8 | |
} | |
], | |
"qDimensions": [ | |
{ "qDef": {"qFieldDefs": ["CaseNumber"]} }, | |
{ "qDef": {"qFieldDefs": ["Status"]} }, | |
{ "qDef": {"qFieldDefs": ["Priority"]} }, | |
{ "qDef": {"qFieldDefs": ["Case Created Date"]} }, | |
{ "qDef": {"qFieldDefs": ["Case Closed Date"]} }, | |
{ "qDef": {"qFieldDefs": ["Case Duration Time"]} }, | |
{ "qDef": {"qFieldDefs": ["Case Owner"]} }, | |
{ "qDef": {"qFieldDefs": ["Subject"]} } | |
], | |
"qMeasures": [], | |
"qSuppressZero": false, | |
"qSuppressMissing": false, | |
"qMode": "S" | |
}, setCases ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment