We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65be5d3 commit 66abef4Copy full SHA for 66abef4
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