We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d108af2 commit 7b68672Copy full SHA for 7b68672
1 file changed
PivotSubscriptions/Utils.cls
@@ -66,6 +66,10 @@ ClassMethod GenerateLink(ByRef pLink As %String = "") As %Status
66
Set pLink=pLink_":"_p
67
}
68
69
+
70
+ If $Get(up)'="" {
71
+ Set pLink=pLink_"/"_up
72
+ }
73
74
Quit tSC
75
0 commit comments