Skip to content

Commit a7b780f

Browse files
authored
Merge pull request #123 from psteiwer/dev
Bug fixes
2 parents d108af2 + 8329b03 commit a7b780f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

PivotSubscriptions/Utils.cls

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ ClassMethod GenerateLink(ByRef pLink As %String = "") As %Status
6666
Set pLink=pLink_":"_p
6767
}
6868
}
69+
70+
If $Get(up)'="" {
71+
Set pLink=pLink_"/"_up
72+
}
6973

7074
Quit tSC
7175
}
@@ -386,6 +390,7 @@ ClassMethod ExecuteForSubscription(pMDX, pCustomFilter = "", ByRef pHasResults =
386390
Set tRS=##class(%DeepSee.ResultSet).%New()
387391
Do tRS.%PrepareMDX(pMDX)
388392
Do tRS.%Execute()
393+
Do tRS.%Print()
389394
If tRS.%Query.queryType="DRILLTHROUGH" {
390395
If tRS.listingRows>0 {
391396
Set pHasResults=1

0 commit comments

Comments
 (0)