COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: krishdw85 on 18 Jun 2015 01:23:08 AM

Title: Paramdisplay format
Post by: krishdw85 on 18 Jun 2015 01:23:08 AM
Hi Guys, In prompt page i am entering the date format as 'MM/DD/YYYY' in textbox prompt and in report and i want to display as "DD Mon YYYY" format.
I tried to find some options but none are working. Can you pl help me out.
Title: Re: Paramdisplay format
Post by: krishdw85 on 18 Jun 2015 02:06:26 AM
cool way....
In Page header Query....... created data item to_char(TO_DATE(?Start?,'MM/DD/YYYY'),'DD Mon YYYY')
and used as singleton .