﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1547	Series concatenation	Luis Artiles	Víctor de Buen Remiro	"I have tried to build a series with missing values in between in other to use it for a ticket example but both intents failed:

{{{
#!java
Serie auxser = SubSer(CalInd(Daily,C),y2012m01d01,y2012m02d01) >> Serie 2*SubSer(CalInd(Daily,C),y2012m03d01,y2012m04d01) ; 
}}}

In this case I get 

Grammar:  Serie
Name: ser
Content: Daily[y2012m03d01,y2012m04d01]
 
as variable description.

I also tried this

Serie auxser = SubSer(CalInd(C,Daily),y2012m01d01,y2012m02d01) + Serie 2*SubSer(CalInd(C,Daily),y2012m03d01,y2012m04d01) ;  

For the second one I get as variable description:

Grammar:  Serie
Name: ser
Content: Daily[y2012m03d01,y2012m02d01]

When trying to visualsize get this:

can't find element """" in "".main.mdi.slave8.work.g.gr.gr""
can't find element """" in "".main.mdi.slave8.work.g.gr.gr""
    while executing
""$g element cget [lindex $it 0] -label""
    (procedure ""::bayesGraph::ReadIni"" line 244)
    invoked from within
""::bayesGraph::ReadIni $this""
    (procedure ""ReadIni"" line 36)
    invoked from within
""ReadIni   $Instance""
    (procedure ""::SeriesGraph::Create"" line 56)
    invoked from within
""::SeriesGraph::Create $tlf.g $sergrp""
    invoked from within
""time {
    set Instance [::SeriesGraph::Create $tlf.g $sergrp]
    }""
    (procedure ""DrawSeries"" line 23)
    invoked from within
""DrawSeries $series""
    (procedure ""::TolInspector::DrawSerie"" line 11)
    invoked from within
""::TolInspector::DrawSerie""
    (menu invoke)
"	defect	assigned	high	Mantainance	TimeAlgebra	3.1	normal			josp@…
