Skip to content

Commit 7b5cfb8

Browse files
authored
REFACTOR: changed case of the parameter Filter
Changed "Filter" to UPPERCASE "FILTER"
1 parent bbd9ebb commit 7b5cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/REST.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ ClassMethod KPIExecute() As %Status
292292

293293
if (Drillthrough = 1){
294294
set SortOrder = $$$R("SortOrder")
295-
set Filters = $$$R("Filters")
295+
set Filters = $$$R("FILTERS")
296296
set SortColumn = $$$R("SortColumn")
297297
set pSelection = SortColumn _ "," _ SortOrder
298298

0 commit comments

Comments
 (0)