notoriusbug
Technical User
I'm using Crystal Reports 2008. I have 4 tables, 3 views - Task, Person, Document, and Multimedia.
The main report is a task report with a select expert for the Person ID I want to run the report on.
I have 2 subreports - Documents linked to the Task, and Multimedia linked to the Task
A multimedia record can be one of three types - a, v, or p (audio, video, or photograph). In the multimedia subreport, I have the records grouped by multimedia date and type, and they are listed in a multicolumn format (2 columns) from left to right. In my group header, I have headers for each of the two columns.
Here's what I can't figure out how to do...if a group has only one record, I want to suppress the headers for the second column (since the only record will be under the first column).
I've tried using a count and a do loop but no success. Any ideas? If I've left out information needed to solve this, let me know and I will post it...thank you
PDF
The main report is a task report with a select expert for the Person ID I want to run the report on.
I have 2 subreports - Documents linked to the Task, and Multimedia linked to the Task
A multimedia record can be one of three types - a, v, or p (audio, video, or photograph). In the multimedia subreport, I have the records grouped by multimedia date and type, and they are listed in a multicolumn format (2 columns) from left to right. In my group header, I have headers for each of the two columns.
Here's what I can't figure out how to do...if a group has only one record, I want to suppress the headers for the second column (since the only record will be under the first column).
I've tried using a count and a do loop but no success. Any ideas? If I've left out information needed to solve this, let me know and I will post it...thank you