We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65be5d3 + 66abef4 commit 95e54a8Copy full SHA for 95e54a8
1 file changed
MDX2JSON/Utils.cls
@@ -291,7 +291,7 @@ ClassMethod GetDataSource(pDataSource As %String)
291
set st = $$$OK
292
try {
293
294
- if ($FIND(pDataSource, ".pivot") = ($LENGTH(pDataSource) + 1)) {
+ if ($FIND(pDataSource, ".pivot") = ($LENGTH(pDataSource) + 1) && pDataSource '="") {
295
set st = ..OpenPivotByName(pDataSource, .dataSource)
296
return:($$$ISERR(st)) st
297
0 commit comments