Skip to content

Commit 8329b03

Browse files
committed
Call %Print against RS to ensure results are processed and listingRows reports the correct number
This is a workaround for a bug in IRIS 2024.1
1 parent 7b68672 commit 8329b03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PivotSubscriptions/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ ClassMethod ExecuteForSubscription(pMDX, pCustomFilter = "", ByRef pHasResults =
390390
Set tRS=##class(%DeepSee.ResultSet).%New()
391391
Do tRS.%PrepareMDX(pMDX)
392392
Do tRS.%Execute()
393+
Do tRS.%Print()
393394
If tRS.%Query.queryType="DRILLTHROUGH" {
394395
If tRS.listingRows>0 {
395396
Set pHasResults=1

0 commit comments

Comments
 (0)