Date in Perspectives

Post Reply
ravikrishna23
Posts: 5
Joined: Mon Sep 07, 2009 7:00 am
OLAP Product: TM1
Version: 9.4
Excel Version: 2007

Date in Perspectives

Post by ravikrishna23 »

Hi

I have a cube1 which pulls data from a file and then User inputs/edits some data manually in Excel.
The DATE comes in the format of YYYYMMDD from the file but has to be shown in the Cube in the format MM/DD/YYYY

We used the substring to display it in the required format

Now, the issue that we are facing is that User when trying to edit the date field in Excel (perspectives) its converting automatically into DAYNO.
However I am able to enter the data directly in the MM/DD/YYYY format

How do I fix this issue in excel where the user can input the date in excel in the MM/DD/YYYY

Thanks
User avatar
rkaif
Community Contributor
Posts: 328
Joined: Fri Sep 05, 2008 6:58 pm
OLAP Product: IBM Cognos TM1
Version: 9.1 or later
Excel Version: 2003 or later

Re: Date in Perspectives

Post by rkaif »

Did you try changing the Cell format in Excel itself?
Cheers!
Rizwan Kaif
ravikrishna23
Posts: 5
Joined: Mon Sep 07, 2009 7:00 am
OLAP Product: TM1
Version: 9.4
Excel Version: 2007

Re: Date in Perspectives

Post by ravikrishna23 »

Yeah, I tried changing the format in excel but no use.
Gregor Koch
MVP
Posts: 263
Joined: Fri Jun 27, 2008 12:15 am
OLAP Product: Cognos TM1, CX
Version: 9.0 and up
Excel Version: 2007 and up

Re: Date in Perspectives

Post by Gregor Koch »

Hi
Usually adding a single quote will solve this.
So rather than entering 10/10/2010 in Excel enter '10/10/2010. The single quote won't be sent to TM1.
Cheers
Post Reply