Skip to content

Commit 93c78af

Browse files
committed
added arg into inner call
1 parent 4eb7a7e commit 93c78af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MDX2JSON/DashboardUtils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ ClassMethod %GetMembersForFilter(pDataSource As %String, pFilter As %String, Out
208208
If $E(tSearch,1,2)="&[" {
209209
Set tSearch = $E(tSearch,3,*-1)
210210
}
211-
Set tSC = ##class(MDX2JSON.DashboardUtils).%GetMembersForFilter(pDataSource,pFilter,.tMembers,.pDefaultValue,tSearch,.pRelatedFilters,pCalcOnly,pRangeMode)
211+
Set tSC = ##class(MDX2JSON.DashboardUtils).%GetMembersForFilter(pDataSource,pFilter,.tMembers,.pDefaultValue,tSearch,.pRelatedFilters,pCalcOnly,pRangeMode, MaxLen)
212212

213213
Set tMbr = $O(tMembers(""))
214214
While tMbr'="" {

0 commit comments

Comments
 (0)