Microsoft
Software
Hardware
Network
Question : Cognos 8.2 Report Studio, date-to-string
I'm trying to format two date fields in Cognos 8.2 Report Studio. The two date fields are Project Start Date and Project End Date. The result should display in this format, mm/yy - mm/yy. So far I have I've got the format, however I need the month to always be two characters, for example January would 01 instead of 1. Please see my code below. What I have now works but does not give me two characters for month. Can someone help with this?
substring(cast(extract(mon
th,[Projec
t Start Date]),VARCHAR(10)),1,2) + '/' + substring(cast(extract(yea
r,[Project
Start Date]),VARCHAR(10)),3,2) + ' - ' + substring(cast(extract(mon
th,[Projec
t End Date]),VARCHAR(10)),1,2) + '/' + substring(cast(extract(yea
r,[Project
End Date]),VARCHAR(10)),3,2)
thanks,
vinez
Answer : Cognos 8.2 Report Studio, date-to-string
Never mind I will try to close this case. It seems that you do not have that many Cognos 8 Report Studio experts.
Random Solutions
Why does my Antivirus program not start on startup?
Groupwise 5.5 unable to print in XP on some machines?
Need bash script to copy/update all files recursively under a certain size
PayPal
Inbox Repair tool failing on 2gb pst file
Signals and Interrupts
Routing connector isn't forwarding mail between Exchange 2003 and Exchange 2007
How do I correct the "pvutil.dll was not found" error when opening Adobe Acrobat Standard?
Best Practice for WSUS administration
Reporting Services 2008 and SQL 2005 Database