If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Euqivalent functions in Cognos 8

Started by Mpotla, 07 Jul 2009 10:20:29 AM

Previous topic - Next topic

Mpotla

Hi All,

we have two cubes created using .imr as iqds, which has the functions like
cdate(T1."FISCAL_CALENDAR_DT"),
cdatetime((cdate((curdate()))) + cinterval(8)))),
@CURRENT_DATE.

I have to redesign the similar cubes with slight changes in the coding using Cognos 8.

Can anybody help me the purpose of those functions ,the equivalent function in Cognos 8 FM.

Thanks in Advance
Mohan

maddycdp

Hi Mohan,

I have exactly same requirement. Do you have any clue for

cdate(T1."FISCAL_CALENDAR_DT"),
cdatetime((cdate((curdate()))) + cinterval())),
@CURRENT_DATE.

Thanks
Maddy

blom0344

The CDate function converts Numbers, Strings, DateTime, and YYYY, MM, DD values to date values.

The CDateTime function converts Numbers, Strings, Dates, YYYY, MM, DD, and HH, MM, SS values to DateTime values.

Perhaps the cast function would be the first place to look.  Would depend on the nature of the data..

maddycdp

Thank you for your response. Do you have any clue for cinterval().

Thanks in Advance
Maddy