COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: venkiatmaruthi on 05 Jan 2011 04:46:52 AM

Title: RSV-RND-0088 Invalid attribute: 'repeatEveryPage'.
Post by: venkiatmaruthi on 05 Jan 2011 04:46:52 AM
Hi
I am getting below error when I validate the report. But the report is running fine when I run it.

I have a cross tab where I made cross tab node member's property 'pagination' as "repeat every page".



Can any one help me please?

Thanks
Title: Re: RSV-RND-0088 Invalid attribute: 'repeatEveryPage'.
Post by: venkiatmaruthi on 10 Jan 2011 03:55:49 AM
Hi,

Atlast sorted out the problem.

The error Invalid Attribue: 'repeatEveryPage' is coming becuase, in the crosstab below, we have 5 columns having headers. to make those column headers, they used Node as Member cell and they brought the data from Data item. Since these are data member cells.... Cognos doesnt understand why they enabled the 'repeatEveryPage' in Pagination property.

I recreated crosstab with headers as 'CrossTab Space with Text'. I manually given Text. That resolved the problem.


Sales                                                                  quantity
region    state      city       retailpoint     product     

South     xyz        Houston   point1         prod1               10 
North      xyz        Houston   point1         prod1               5 




Thanks.