I have a report running from a cube. The objective is to display 'Last updated on 2/4/2007 12:31 pm' in the report. So the user would know how recent is the data. 
Is there a way to display the date and time of cube update? 
Thanks,
Steve
			
			
			
				have you thought of creating a simple dimension in which you put the create date?
			
			
			
				Try this Knowledge Base Document:Ã,  1027581.1.Ã,  It is an ASP script to give you the Cube Refresh Date.
http://support.cognos.com/knowledgebase/googlesearch?load_kb_document=1&dr=kb1&uniqueid=124103
			
			
			
				Thanks RNA and MDXpressor. Appreciate it !