Skip to content

Commit 06fc0ca

Browse files
committed
Only check %ROWCOUNT for listing results
1 parent c27b224 commit 06fc0ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PivotSubscriptions/Utils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ ClassMethod ExecuteForSubscription(pMDX, pCustomFilter = "", ByRef pHasResults =
394394
// Workaround for 2024.1 bug
395395
Do tRS.%GetListingResultSet(.tListingRS)
396396
While tListingRS.%Next() {}
397-
If (tRS.listingRows>0) || (tListingRS.%ROWCOUNT>0) {
397+
If (tListingRS.%ROWCOUNT>0) {
398398
Set pHasResults=1
399399
}
400400
} Else {

0 commit comments

Comments
 (0)