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

regarding this issues

Started by pooja, 30 Mar 2010 09:23:53 AM

Previous topic - Next topic

pooja

 Invalid coercion from 'value' to 'string' for 'if (PageNumber() = 1) then ([End Date]) else (' ')'.


thank you in advance

addpremkumar

Pagenumber function may retun in string format change it and try

Gopinath

The data type returned by the expression should be the same

In your case
then ([End Date])  - returns a date
else (' ')'  -  returns a String