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

Coercion error after upgrading from 8.2 to 8.4

Started by Bob_T, 20 May 2009 12:59:47 PM

Previous topic - Next topic

Bob_T

Hi all,

I have a report that has a field called [Month Short]. This field contains short month names from 'Jan' to 'Dec'

I have another field called [April 1] which is a single string saying 'Apr 1'

In Cognos 8.2, I was able to use the following calculation to add add 'Apr 1' to the [month Short] field inside a query:

union([April 1], [Short Month])

I am now receiving the following:

Invalid coercion from 'string' to 'memberSet' for '[April 1]' in 'union([April 1],[Reporting Structure].[Time].[Month Short])'.

My model is Realational and does not cotain levels, members....

Any idea how I can surpass this error? I have tried everything I can think of including writing my own SQL and I still get errors.

Thanks very much.