I am working on a project in Cognos Report Studio version 10.2.1
.
One of the business requirement is that the output format of the report should be in Excel 2007 with auto filter on the headers of the row.
I tried inserting one html item above the list and one below the list with the following code:
1st HTML code above the list:
<table>
<td x:autofilterrange="$A$1:$D$1" /td>
2nd HTML code below the list:
</table>
Can anyone please suggest where I am going wrong? Thank you in advance