|
|
Problem with repeating values in report
I have a special kind of “eliminate blank lines” question. Here’s a
simplified version of the issue.
I have a query with multiple joins which returns a key value (Name), one or
more (there will always be at least one) “children” values and then another
column pulling different children into the join. The query works fine but my
problem comes with trying to clean up the output. Consider that the
following is coming back from the query.
Name Repeat1 Repeat 2
1 R1 RA
1 R1 RB
1 R1 RC
1 R2 RA
1 R2 RB
1 R2 RC
2 R2 RD
2 R2 RE
2 R3 RD
2 R3 RE
Within the report designer, if I group on Name and set Hide Dups to Yes on
property sheet for each columns I can get this:
Name Repeat1 Repeat 2
1 R1 RA
RB
RC
R2 RA
RB
RC
2 R2 RD
RE
R3 RD
RE
But what I really would like is (the line between the groups is a nice to
have but I can live without it…can’t find a way to edit the group footer
unless I add totals)
Name Repeat1 Repeat 2
1 R1 RA
R2 RB
RC
2 R2 RD
R3 RE
I can think of some ways to do this with a lot of custom programming but I’m
wondering if there’s a way to do this directly in the reporting tool.
|
|
0
|
|
|
|
Reply
|
Utf
|
4/18/2010 2:45:01 AM |
|
I would use a main report based on just the [Name] field (IMO, change this
to something that won't bite you later). Then create two subreports based on
totals queries that group by the new Name field and Repeat1 then Repeat2.
--
Duane Hookom
MS Access MVP
"David K" <DavidK@discussions.microsoft.com> wrote in message
news:8DADA0E6-1B8A-4C28-934D-5EDD5157832A@microsoft.com...
> I have a special kind of “eliminate blank lines” question. Here’s a
> simplified version of the issue.
>
> I have a query with multiple joins which returns a key value (Name), one
> or
> more (there will always be at least one) “children” values and then
> another
> column pulling different children into the join. The query works fine but
> my
> problem comes with trying to clean up the output. Consider that the
> following is coming back from the query.
>
> Name Repeat1 Repeat 2
> 1 R1 RA
> 1 R1 RB
> 1 R1 RC
> 1 R2 RA
> 1 R2 RB
> 1 R2 RC
> 2 R2 RD
> 2 R2 RE
> 2 R3 RD
> 2 R3 RE
>
> Within the report designer, if I group on Name and set Hide Dups to Yes on
> property sheet for each columns I can get this:
>
> Name Repeat1 Repeat 2
> 1 R1 RA
> RB
> RC
> R2 RA
> RB
> RC
>
> 2 R2 RD
> RE
> R3 RD
> RE
>
> But what I really would like is (the line between the groups is a nice to
> have but I can live without it…can’t find a way to edit the group footer
> unless I add totals)
>
> Name Repeat1 Repeat 2
> 1 R1 RA
> R2 RB
> RC
> 2 R2 RD
> R3 RE
>
> I can think of some ways to do this with a lot of custom programming but I’m
> wondering if there’s a way to do this directly in the reporting tool.
|
|
0
|
|
|
|
Reply
|
Duane
|
4/18/2010 6:54:21 PM
|
|
|
1 Replies
252 Views
(page loaded in 0.043 seconds)
Similiar Articles: insert into and repeating values - microsoft.public.access.queries ...Query works fine, problem is I'd like to be able ... in the table using ... insert into and repeating values ... to be anchored at ... gregmaxey.mvps.org/Repeating ... Report ... how can I count unique instances of repeating data on a report ...How can I count unique values in a query in the report footer how can I count unique instances of repeating data on a report; How can I count the values of a datediff ... How can I count unique values in a query in the report footer ...... too much information, which causes your original problem ... how can I count unique instances of repeating data on a report ... How can I count unique values in a query in ... Repeating Report - microsoft.public.access.reportsHi all, Can anyone suggest what I can do to stop my report repeating itself? ... Is this my problem? Thanks, Red fredg wrote: >> Hi all, >> >[quoted text ... Repeating Information - microsoft.public.access.reports ...Group the report on each of the columns with the repeating values, so of there are three columns you'll have three group levels. Give the lowest of these group levels ... How can I count unique values in a query in the report footer ...How can I count unique values in a query in the report footer how can I count unique instances of repeating data on a report; How can I count the values of a datediff ... Problem with limiting a report to a date range when dates are the ...Problem with limiting a report to a ... I have a report which generates values ... Keeps Repeating Itself - microsoft.public.access.reports ... Hello, I am having a problem ... Problem with growing textbox - microsoft.public.access.reports ...Hi, I have a report with a repeating detail section ... textbox - microsoft.public.access.reports ... My problem is ... Equal list values. - microsoft.public.excel ... Counting Null Values in a Report - microsoft.public.access.reports ...how can I count unique instances of repeating data on a report ... Counting Null Values in a Report - microsoft.public.access.reports ... how can I count unique instances ... Subreport Keeps Repeating Itself - microsoft.public.access.reports ...Hello, I am having a problem with a report. I am trying ... Keeps Repeating Itself Subreport Keeps Repeating Itself - answer - Hello, I am having a problem with a report. Problem with repeating values in report DataBaseI have a special kind of eliminate blank lines question. Heres a simplified version of the issue. I have a query with multiple joins which returns a key Repeating Group variable values in PROC REPORT - sasCommunityThe Problem. I was working on a summary report with several group variables. As you know, when you display group (or order) variables in PROC REPORT, only the first ... Crystal Report problem form repeating foreign key values and date ...Hi everyone I am new in Crystal report. I have developed a report based on two tables using a stored procedure. But the report is showing runtime java - Issue with repeating values in iReport/JasperReports 3.6.1 ...Issue with repeating values in iReport/JasperReports 3.6.1 ... rather that the formatting is done on the report ... iReport / JasperReports pagination and values problems MS SQL Server :: Suppress Repeating Data In SQL ReportSuppress Repeating Data In SQL Report I am trying to write a report that displays a ... SQL Way To Suppress Repeated Values This is a problem I usually solve with ... 7/7/2012 10:28:45 PM
|
|
|
|
|
|
|
|
|