is it possible to display the column names in first page
but not in remaining pages i.e if a report contains 10
pages column names should be displayed in 1st page but not
remaining pages ( 2 to 10)
Answers were Sorted based on User's Feedback
Answer / revanth reddy
you can do this way i tried i got the result also
1.create list report
2.go to structure menu select listheaders and footers in
that select overall headers
3.select all column headers in list report go to the
properties pane set boxtype to none.
4.select the summary cell in a list report go to table menu
select split cell
5.unlock the report layout
6.drag the text items into splitted cells and give the
required name for all columns
7.select the 3 column header and go yo properties pane
class,go to the global classes and select 'list column
title styles'
8.then run the report
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prasu
First hide the header of the list and now create a repeater
table with the list header names and uncheck the pagination
of the reapter table and format the repeater table and list.
you will get the desired reult.
| Is This Answer Correct ? | 2 Yes | 1 No |
i have taken quantity on ANx-axis & months on y-axis(months r not in oreder )when i run the reoprt i need months in proper order .how can i do this ?
1.Can we use 2 packages in report studio at a time is there any alternative for this? 2. What are Star Dimensions and Star Facts? 3.What are dimensions and facts in project ? 4.What is difference between 3 NF and Star Schema ? 5. What Is Data Modelling? 6. How much time do u need to create a report ,if u have four dimensions and 1 fact ? 7. How do u create a Model ? 8. How do u connect a Parameter in a list ,such a way it has to show relative objects in Cross tab ? 9. To display region list in separate pages ,how do u do ?
All ready we have alias tables for modifications why we are using views if anybody this answer plz reply me
diff b/w grouping and aggregation
How create measures and dimensions?
-------------Diff b/w Union and Unionall?
Can we install cognos on windows 7?
what is the difference between Cognos EP7 series and Congos8?
How to limit the cut,copy and paste operations for an user in reportlevel? Can anyone please send me the steps as i am new to cognos?
----------------Describe DWH Architecture?
what is an associated query?
my table having data like this year month revenue 2011 jan 100 2011 feb 200 2011 mar 150 like this i want My report 2011 jan 100 2011 feb 100+200=300 2011 mar 300+150=450 like this for this where we specify the condition how will specify? pls ans me pls...