View Issue Details

IDProjectCategoryView StatusLast Update
0001546CaseTalk ModelerProjectpublic2022-01-10 20:40
ReporterBCP Software Assigned ToBCP Software  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Target Version9.1Fixed in Version9.1 
Summary0001546: Support regional settings
DescriptionCaseTalk does not support regional settings in determining the datatypes based on values. Neither does it take into account the potential data migrations for DML scripting.
Additional InformationDenodo for instance, has an explicit regional statement to specify how data is to be handled.

 CREATE MAP i18n nl_euro_custom (
   'country' = 'NL'
   'currency' = 'EURO'
   'currencydecimalposition' = '2'
   'currencydecimalseparator' = ','
   'currencygroupseparator' = '.'
   'currencysymbol' = 'Ä'
   'datepattern' = 'dd-MM-yyyy HH:mm:ss'
   'doubledecimalposition' = '2'
   'doubledecimalseparator' = ','
   'doublegroupseparator' = ''
   'language' = 'nl'
   'moneypattern' = '###.###.###,##'
   'timepattern' = 'DAY'
   'timesubtypepattern' = 'HH:mm:ss'
   'timezone' = 'Europe/Amsterdam'
 );

These values could be incorporated in CaseTalk to provide more regional sensitive handling.
TagsNo tags attached.
CaseTalk Edition

Relationships

related to 0000563 closedBCP Software Regional formatting population 

Activities

BCP Software

BCP Software

2018-05-28 18:20

administrator   ~0001186

Fact expressions given by domain users are usually in a domain language locale. CaseTalk should determine the value types, and store them in a locale-neutral manner. And when regenerating expressions, the user may choose according to which format/locale.

Currently CaseTalk only treats it as text in text out. This may become a problem for generating sql dml scripts.

Therefor registering some sort of locale code for expressions is a requirement to properly determine the datatypes, and parse and store values.
BCP Software

BCP Software

2018-05-29 22:15

administrator   ~0001196

Version 9.1 will contain the option to specify the Locale at IG level, this allows the population to be converted into system-neutral values when needed. And allow the population be treated as text-in and -out while in CaseTalk.
BCP Software

BCP Software

2018-06-14 09:07

administrator   ~0001198

Environment contains default Locale setting, which can be overridden in the IG property dialog.
BCP Software

BCP Software

2022-01-10 20:40

administrator   ~0003358

Closing automatically, stayed too long in resolved state. Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2017-12-12 10:53 BCP Software New Issue
2017-12-12 10:53 BCP Software Status new => assigned
2017-12-12 10:53 BCP Software Assigned To => BCP Software
2018-05-28 18:20 BCP Software Note Added: 0001186
2018-05-28 18:20 BCP Software Target Version Future => 9.1
2018-05-28 18:21 BCP Software Relationship added related to 0000563
2018-05-29 22:15 BCP Software Note Added: 0001196
2018-06-14 09:07 BCP Software Status assigned => resolved
2018-06-14 09:07 BCP Software Resolution open => fixed
2018-06-14 09:07 BCP Software Fixed in Version => 9.1
2018-06-14 09:07 BCP Software Note Added: 0001198
2022-01-10 20:40 BCP Software Note Added: 0003358
2022-01-10 20:40 BCP Software Status resolved => closed