Re: Flatten Detail Rows in "Crosstab" Calendar Report
- From: zwestbrook <zwestbrook@xxxxxxxxx>
- Date: Wed, 21 May 2008 12:41:22 -0700 (PDT)
On May 21, 3:12 pm, zwestbrook <zwestbr...@xxxxxxxxx> wrote:
I have data that includes dated events classified by type. I am
creating a crosstab/calendar style report the will display at a glance
the events for the year by month and type. I went the crosstab query/
report route but that only gives me the number of events by type per
month...I want to see the actual event title and date in that field,
not the count.
I have been able to create something very close to what I want but
cannot format correctly. I have 12 fields (1 for each month) in the
Detail row with each one only showing events for the corresponding
month. Data is showing, but the report only displays 1 record per row.
How can I merge down or flatten the detail sections?
What I want:
Person A
----------------- jan feb mar apr
type 1 XXX XXX XXX
type 2 XXX XXX XXX
tyep 3 XXX
What I am getting:
Person A
----------------- jan feb mar apr
type 1 XXX
XXX
XXX
type 2 XXX
XXX
XXX
tyep 3 XXX
Ok, found out how to flatten the detail section (add Me.MoveLayout =
False in the onFormat event of the Detail) but now my records for the
months print on top of each other (some months may have multiple
events).
.
- References:
- Flatten Detail Rows in "Crosstab" Calendar Report
- From: zwestbrook
- Flatten Detail Rows in "Crosstab" Calendar Report
- Prev by Date: RE: Using List/Combo Box to Obtain Parameter Information
- Next by Date: RE: Report is Running Very Slow
- Previous by thread: Flatten Detail Rows in "Crosstab" Calendar Report
- Next by thread: Re: Flatten Detail Rows in "Crosstab" Calendar Report
- Index(es):
Relevant Pages
|