﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1245	Problems on >> operator handling Series	Alfredo Torre	Víctor de Buen Remiro	"Hi,
if you run the following Code in TOL 1.1.7, the Series ser003 ends when ser002 ends! It should end at Last(ser001) if Last(ser001) >= Last(ser002):

Serie ser001 = SubSer(CalInd(C, Mensual), y2010, y2011);
Serie ser002 = SubSer(CalInd(C, Mensual), y2010, y2010m12);
Serie ser003 = ser001 >> ser002;


This does not happend in version 2.0.2.

Thanks in advance."	defect	closed	low	Mantainance	TimeAlgebra	1.1.7	minor	fixed	concat, series, >>	agarcia@… lablanco@… imiranda@…
