{
"title": "Referenced dataset cannot be empty string",
"input": {
"WHERE": {
"OR": [
{
"AND": [
{
"GT": {
"sectionsavg": 90
}
},
{
"IS": {
"sectionsdept": "adhe"
}
}
]
},
{
"EQ": {
"sectionsavg": 95
}
}
]
},
"OPTIONS": {
"COLUMNS": [
"sectionsdept",
"sectionsid",
"sectionsavg"
],
"ORDER": "sectionsavg"
}
},
"errorExpected": true,
"orderExpected": true,
"orderBy": "sectionsavg",
"expected": "InsightError"
}