﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
706	Why Expand function for Series does not handle unknown values (?) ?	Alfredo Torre	Víctor de Buen Remiro	"Why Expand function for Series does not work when I try to Expand unknown values? I can use ExpandOmit function (from StdLib) but I don't trust in that function too match...

Please see this example:

Serie Ser01.Mon = SubSer(CalVar(C, Monthly), y2008, y2011);
Serie Ser01.Dai = InvCh(Ser01.Mon, Log(CalInd(W, Daily)));
Serie Ser01.Dai.Expand = Expand(Ser01.Dai, ?);
Serie Ser01.Dai.ExpandOmit = ExpandOmit(Ser01.Dai);
"	doubt	closed	normal	Mantainance	Kernel	1.1.7	normal	fixed	Expand, unknown values	
