View Issue Details

IDProjectCategoryView StatusLast Update
0001546CaseTalk ModelerProjectpublic2022-01-10 20:40
ReporterMarco Wobben Assigned ToMarco Wobben  
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 closedMarco Wobben Regional formatting population 

Activities

Marco Wobben

Marco Wobben

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.
Marco Wobben

Marco Wobben

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.
Marco Wobben

Marco Wobben

2018-06-14 09:07

administrator   ~0001198

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

Marco Wobben

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 Marco Wobben New Issue
2017-12-12 10:53 Marco Wobben Status new => assigned
2017-12-12 10:53 Marco Wobben Assigned To => Marco Wobben
2018-05-28 18:20 Marco Wobben Note Added: 0001186
2018-05-28 18:20 Marco Wobben Target Version Future => 9.1
2018-05-28 18:21 Marco Wobben Relationship added related to 0000563
2018-05-29 22:15 Marco Wobben Note Added: 0001196
2018-06-14 09:07 Marco Wobben Status assigned => resolved
2018-06-14 09:07 Marco Wobben Resolution open => fixed
2018-06-14 09:07 Marco Wobben Fixed in Version => 9.1
2018-06-14 09:07 Marco Wobben Note Added: 0001198
2022-01-10 20:40 Marco Wobben Note Added: 0003358
2022-01-10 20:40 Marco Wobben Status resolved => closed