Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Good morning,

in table widget I cannot configure format number as format locale, while in cross table widget It works.

I've set it-IT as language default in configuration management, but in table widget the format number appears as xxx,xxx.xx instead of xxx.xxx,xx.

Where do I wrong? 
Thanks in advance

Environment Knowage 7.2 on linux
in Cockpit, Dashboard and Console by (300 points)

2 Answers

0 votes
Dear pozzatos,

If the table widget is working properly, the formatting should follow the default for the currently selected language and not the default one.
If you change the language from the main menu, does the formatting change correctly?

If not, does the developer console (f12) returns you any error?

Regards
by (11.3k points)
0 votes
Dear redjaw,

here the error in console:

Failed to load resource: net::ERR_CONNECTION_REFUSED
5angular.js:15570 ReferenceError: $mdAria is not defined
    at Object.link (angular-material.min.js:14:23695)
    at angular.js:1390:18
    at angular.js:11263:44
    at invokeLinkFn (angular.js:11269:9)
    at nodeLinkFn (angular.js:10588:11)
    at compositeLinkFn (angular.js:9835:13)
    at nodeLinkFn (angular.js:10582:11)
    at compositeLinkFn (angular.js:9835:13)
    at nodeLinkFn (angular.js:10582:11)
    at compositeLinkFn (angular.js:9835:13) '<md-datepicker name="startDate" ng-change="selectDate()" ng-model="selectedDate.startDate" md-min-date="ngModel.settings.defaultStartDate" md-max-date="ngModel.settings.defaultEndDate" md-open-on-focus="" ng-style="::gridWidth()" class="ng-pristine ng-untouched ng-valid ng-isolate-scope md-knowage-theme" tabindex="-1">'
by (300 points)
Hello,

that's an error related to a wrong aria-label in one of your datepickers. That should not be a language blocking problem. I was expecting an internationalization resource not being loaded.
Have you tried changing language instead of setting the default value in the configuration?
...