Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#9262 from derekagorhom/Changes_…
Browse files Browse the repository at this point in the history
…Column_Summaries

Fixed bug in Labels dialogue
  • Loading branch information
N-thony authored Nov 15, 2024
2 parents a332b18 + 4c6ade9 commit d6b907f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instat/dlgLabelsLevels.vb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Public Class dlgLabelsLevels
ucrSelectorForLabels.Focus()


clsSumCountMissingFunction.SetRCommand("summary_count_missing")
clsSumCountMissingFunction.SetRCommand("summary_count_miss")

clsViewLabelsFunction.SetRCommand(frmMain.clsRLink.strInstatDataObject & "$set_factor_levels")
ucrBase.clsRsyntax.SetBaseRFunction(clsViewLabelsFunction)
Expand Down

0 comments on commit d6b907f

Please sign in to comment.