Skip to content

Instantly share code, notes, and snippets.

@erikwett
Last active October 25, 2016 09:16
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save erikwett/99c1c4f8875e3f19311fb2e4a8e2f2dd to your computer and use it in GitHub Desktop.
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