Skip to content

Commit

Permalink
Merge pull request #47 from psteiwer/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
psteiwer authored Apr 3, 2020
2 parents 54c98d2 + 88427d5 commit 4993cd9
Show file tree
Hide file tree
Showing 6 changed files with 2,189 additions and 2,120 deletions.
2 changes: 1 addition & 1 deletion AnalyzeThis/Dashboard/AutoPivot.cls
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ ClassMethod AddWidget(pCubeName As %String, pname As %String, wtype As %String,
Kill Properties
Set Properties=##class(%ArrayOfDataTypes).%New()
Do Properties.SetAt(1,"analyzer")
Do Properties.SetAt("chart","chartToggle")
Do:wtype'="pivot" Properties.SetAt("chart","chartToggle")
Do Properties.SetAt(1,"print")
If (wtype="time") Do Properties.SetAt(mdx,"MDX")
If (wtype="barChart") {
Expand Down
Loading

0 comments on commit 4993cd9

Please sign in to comment.