We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b68672 commit 8329b03Copy full SHA for 8329b03
1 file changed
PivotSubscriptions/Utils.cls
@@ -390,6 +390,7 @@ ClassMethod ExecuteForSubscription(pMDX, pCustomFilter = "", ByRef pHasResults =
390
Set tRS=##class(%DeepSee.ResultSet).%New()
391
Do tRS.%PrepareMDX(pMDX)
392
Do tRS.%Execute()
393
+ Do tRS.%Print()
394
If tRS.%Query.queryType="DRILLTHROUGH" {
395
If tRS.listingRows>0 {
396
Set pHasResults=1
0 commit comments