COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Metric Modeling (Metric Designer) => Topic started by: lostmytoy on 25 Mar 2010 02:35:11 PM

Title: how to setup time hierarchy?
Post by: lostmytoy on 25 Mar 2010 02:35:11 PM
Having problem setup Time hierarchy in MD using Time dimension in Framework model.  Seems like each level requires a date value. 

My mapping now as follows:
Year     = _make_timestamp(fiscal_year, 1,1)
Quarter = _make_timestamp(fiscal_year, quarter, 1)
Month   = _make_timestamp(fiscal_year, month, 1)

It passes validation but when execute I got error about year not in range.  Any Idea?  TIA