[SSE] Set custom field name depends on field subtotal .

This commit is contained in:
Julia Radzhabova 2017-08-08 12:02:53 +03:00
parent 0184f26ad3
commit d74ca2e8e9

View file

@ -262,6 +262,7 @@ define([
},
onSummarizeSelect: function(combo, record) {
this.inputCustomName.setValue(record.displayValue + ' ' + this.txtByField + ' ' + this.lblSourceName.text());
},
onShowAsSelect: function(combo, record) {
@ -301,7 +302,8 @@ define([
txtPercentOfRow: 'Percent of Total',
txtPercentOfCol: 'Percent of Column',
txtPercentOfTotal: 'Percent of Row',
txtIndex: 'Index'
txtIndex: 'Index',
txtByField: 'by field'
}, SSE.Views.ValueFieldSettingsDialog || {}))
});