Skip to content

Commit 291013f

Browse files
authored
Update Dashboard.cls
1 parent f34c5ac commit 291013f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MDX2JSON/Dashboard.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ ClassMethod WidgetControlToProxyObject(Widget As %DeepSee.Dashboard.Widget, Numb
252252
set obj.value = "&[" _ value _ "]"
253253
}
254254
}
255-
255+
// last OR is suppose to populate dashboard with values in case of applyVariable type filter
256256
set:((obj.action="applyFilter") || (obj.action="setFilter") || (obj.action="applyVariable")) obj.values = ..GetMembersForFilter(CubeName,obj.targetProperty)
257257
return obj
258258
}

0 commit comments

Comments
 (0)