crystalreport85
Programmer
In an existing report I need to make some changes. It is a cross tab report that give the details of the all the items by catagory. Cross tab is placed in the group footer and is grouped by catagory and itemid.
In each page 5 items description is displayed and there can be more then 50 page. My task is to pick all the item id and the page number where it is displayed and create the summary at the end of the report.like follows
itemid pageno
233 1
434 1
534 2
..........
How to pick the itemid from the crosstab and pagenumber at the same time and display it at the end of the report like summary
Can i use array?
Thank you so much in advance
In each page 5 items description is displayed and there can be more then 50 page. My task is to pick all the item id and the page number where it is displayed and create the summary at the end of the report.like follows
itemid pageno
233 1
434 1
534 2
..........
How to pick the itemid from the crosstab and pagenumber at the same time and display it at the end of the report like summary
Can i use array?
Thank you so much in advance