PC Review


Reply
Thread Tools Rate Thread

Crosstab Query - Limit Criteria in Report

 
 
=?Utf-8?B?SmVmZiBD?=
Guest
Posts: n/a
 
      12th Oct 2006
My database tool tracks performance audits on a growing list of [Safety
Standard]s. As the list of safety standards is growing, the reports are
becoming unmanageable. The crosstab query below is the record source for one
of the reports I generate each week.


TRANSFORM Avg(Dqry.Percentage) AS AvgOfPercentage
SELECT Dqry.[Safety Standard]
FROM Dqry
WHERE (((Format([Date Of Audit],"ww")) Is Not Null)) OR (((Dqry.[Safety
Standard]) Is Not Null)) OR (((Format([Date Of Audit],"ww")) Is Not Null))
GROUP BY Dqry.[Safety Standard]
ORDER BY Format([Date Of Audit],"ww")
PIVOT Format([Date Of Audit],"ww") In
(32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52);

I would like to preserve the weekly results but in the report rather than
listing every standard the way it does now I would like only the standards
that have been audited to show.

Is there a way, with say conditional formatting in the report, to show only
those Safety Standards that have been audited in week 41 while preserving the
accumulated percentages for the previous weeks? If not with conditional
formatting is there another way? Thanks for your help.

--
Jeff C
Live Well .. Be Happy In All You Do
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limit Number Of Columns In A Crosstab Report =?Utf-8?B?TWFydGlu?= Microsoft Access 0 28th Jan 2006 02:44 AM
Crosstab query with criteria, dynamic columns and crosstab report question joshblair Microsoft Access Queries 5 13th Jan 2006 09:34 PM
limit to crosstab query 256 columns? Gregorio Microsoft Access Form Coding 1 31st May 2005 05:35 AM
Character limit on field in crosstab query =?Utf-8?B?SmVmZg==?= Microsoft Access Queries 3 13th Apr 2005 04:53 AM
crosstab query - 255 columns limit zilvia Microsoft Access Queries 1 22nd Jan 2004 02:12 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:08 PM.