﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
359	Problem creating series at global scope.	jimarin	Víctor de Buen Remiro	"Hi,

the problem (is this a problem?) can be summarized as follows:

Create a series with the same name as other created with DBSeries at global
scope (GlobalizeSeries = 1) does not produce a warning and priorizes series
created with DBSeries at evaluating.

So:

assuming:

a ToGetSerie3Od function that does get a series from the database with DBSeries.
a ToExtendSer6Beg function that does extend the series from the left till TheBegin.

then series a produced by code:

Serie Pri_AvgLit_Coc_MGro_Swe_Sek_445 = 
  ToExtendSer6Beg(
    ToGetSerie3Od(""Pri_AvgLit_Coc_MGro_Swe_Sek_445"", ""1"", ?)
  );

Serie a = Pri_AvgLit_Coc_MGro_Swe_Sek_445 +3;

will have initial date set to that of the series contained in the database
(other than TheBegin hopefully).

We feel that at least an error or warning should have been issued.

Codes for the functions can be provided.

Best regards,

jima"	defect	closed	normal		Kernel	head	normal	fixed		
