COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Report Studio => Topic started by: sowjanya batchu on 09 Jun 2014 05:14:50 AM

Title: doubt in cognos report studio
Post by: sowjanya batchu on 09 Jun 2014 05:14:50 AM
hi

i have a doubt i have to display month name beside the report name.  In query section i hv created a data item named computed and i have written a case condition in it as

case extract(month,[effdate] when 1 then 'january' etc

and in report page i'm calling the query calculation beside report name and i'm displaying the computed value in it
but if i'm selecting multi-value in month prompt page it is displaying only first month name as january not as april,january,march etc