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

Text Blob Conversion

Started by naveen_hadagali, 08 Dec 2008 06:56:36 AM

Previous topic - Next topic

naveen_hadagali

Hi All,

I am working on cognos 8.1 and we have a field with datatype Text blob ,i want to convert it to Varchar or char .How to acchieve convertion of  textblob to Varchar/char in cognos.

Thanks in advance

Regards
Naveen

Gopinath

Try using CAST

cast([Data Item] as varchar(length))