Last active
June 6, 2017 08:51
-
-
Save erikwett/97f2eb8ea587be70f8de4a8c13ef2d75 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.createList({ | |
"qFrequencyMode": "V", | |
"qDef": { | |
"qFieldDefs": [ | |
"Department" | |
] | |
}, | |
"qExpressions": [ | |
{ | |
"qLabel": "Closed Cases", | |
"qLibraryId": "nmnRv" | |
}, | |
{ | |
"qLabel": "Open Cases - High", | |
"qLibraryId": "PXChPe" | |
} | |
], | |
"qInitialDataFetch": [ | |
{ | |
"qHeight": 20, | |
"qWidth": 3 | |
} | |
], | |
"qLibraryId": "RBBKJP" | |
},listbox); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment