cross tab report - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: cross tab report (/showthread.php?tid=8347) |
cross tab report - ahmed1978 - 07-11-2010 Hi, I need develop crystal report as follows Name Age Class Attendance Jan Feb Mar Apr Ahmed 30 12th 25 18 17 16 Mohamed 25 10th 25 25 24 20 i tried in cross tab crystal report.. there is no option of multiple columns in Rows field like eg (Name, Age, Class) should display in rows and attendance should be in column wise. But its display report correct if there is only column row area. can you please help me out on this report please as this is very urgent and important RE: cross tab report - wchar_t - 07-15-2010 Try Using A Listview. That Should Solve Your Problem. |